- 18 May, 2010 4 commits
-
-
Giampaolo Rodolà authored
Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror.
-
Senthil Kumaran authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
- 17 May, 2010 5 commits
-
-
Antoine Pitrou authored
it from another thread. Patch by Daniel Stutzbach.
-
Florent Xicluna authored
-
Tarek Ziadé authored
-
Florent Xicluna authored
-
Tarek Ziadé authored
-
- 16 May, 2010 4 commits
-
-
Andrew M. Kuchling authored
-
Antoine Pitrou authored
When the error queue is not emptied, strange things can happen on the next SSL call, depending on the OpenSSL version.
-
Antoine Pitrou authored
-
Victor Stinner authored
fo is not set if the open() fails.
-
- 15 May, 2010 6 commits
-
-
Victor Stinner authored
Regenerate (reindent) Python/graminit.c
-
Victor Stinner authored
Use untabify.py + emacs (python3 mode) + manual editions for Py_BEGIN_ALLOW_THREADS / Py_END_ALLOW_THREADS
-
Amaury Forgeot d'Arc authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Stefan Krah authored
issuing a warning.
-
- 14 May, 2010 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
(Python2 doesn't have PyUnicode_DecodeFSDefault*() functions)
-
Victor Stinner authored
-
Brett Cannon authored
interpreter shutdown semantics. Same issue goes for the methods that __del__ called. Now all the methods capture the global objects it needs as default values to private parameters (could have stuck them on the class object itself, but since the objects have nothing directly to do with the class that seemed wrong). There is no test as making one that works is hard. This patch was verified against a consistently failing test in Mercurial's test suite, though, so it has been tested in some regard. Closes issue #5099. Thanks to Mary Stern for the bug report and Gabriel Genellina for writing another patch for the same issue and attempting to write a test.
-
- 13 May, 2010 10 commits
-
-
Brett Cannon authored
assuming framework-specific site-packages directories were being used.
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Benjamin Peterson authored
-
Florent Xicluna authored
-
Florent Xicluna authored
test_pep277 fails on "x86 Tiger" buildbot but not on "PPC Tiger".
-
Victor Stinner authored
Ooops, merge also r80334 (patch by r.david.murray)
-
Victor Stinner authored
UTF name on Mac OS X because the OS deny it (the name have to be a valid UTF8 string). Merge r80163 from py3k branch.
-
Senthil Kumaran authored
-
- 12 May, 2010 7 commits
-
-
Mark Dickinson authored
-
Andrew M. Kuchling authored
-
Antoine Pitrou authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
- document Attr.value - wrap some long lines
-
Fred Drake authored
-
Andrew M. Kuchling authored
-