- 08 Oct, 2013 15 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 07 Oct, 2013 3 commits
-
-
Antoine Pitrou authored
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
-
Antoine Pitrou authored
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
-
Ethan Furman authored
-
- 06 Oct, 2013 22 commits
-
-
Victor Stinner authored
Ensure that the module is unloaded to be able to run the test more than once, and to not leak memory.
-
Georg Brandl authored
-
Georg Brandl authored
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. Patch by Martin Pool.
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" Found by Micheal Wells on docs@.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed
-