- 10 Mar, 2010 3 commits
-
-
Florent Xicluna authored
-
Victor Stinner authored
Copy/paste failure :-)
-
Victor Stinner authored
(SIGINT). If an error occurs while importing the site module, the error is printed and Python exits. Initialize the GIL before importing the site module.
-
- 09 Mar, 2010 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Florent Xicluna authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
of a custom class with __slots__. This simplifies the code a bit, reduces memory consumption, improves speed, and eliminates the need for weak reference proxies.
-
Raymond Hettinger authored
Provides better tooltips and looks better in help().
-
Raymond Hettinger authored
* Show both the decorator and regular form for assertRaises() * Use assertTrue() instead of assertIn() to teach useful minimal subset of the API
-
- 08 Mar, 2010 12 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Andrew M. Kuchling authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Ronald Oussoren authored
deployment target is 10.4, libedit on 10.4 is too broken.
-
Benjamin Peterson authored
-
R. David Murray authored
base64 transfer-encoded payload *after* decoding it; it no longer does. email had a special method in utils, _bdecode, specifically to do this, so it must have served a purpose at some point, yet it is clearly wrong per RFC. Fixed with Barry's approval, but no backport. Email package minor version number is bumped, now version 4.0.1. Patch by Joaquin Cuenca Abela.
-
- 07 Mar, 2010 18 commits
-
-
Florent Xicluna authored
It should fix transient failures on test_multiprocessing.
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Michael Foord authored
Fix for potentials errors in constructing unittest failure messages. Plus skipped test methods no longer run setUp and tearDown (Issue 8059)
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Mark Dickinson authored
-
Mark Dickinson authored
code using struct.pack, attempt to convert to an integer first using the argument's __int__ method (if present). Also raise a DeprecationWarning for any such usage of __int__. This fixes a regression from 2.6, where some (but not all) integer conversion codes already used __int__.
-
Florent Xicluna authored
Do not hide the KeyboardInterrupt on POSIX platforms.
-
Georg Brandl authored
-
Florent Xicluna authored
-
Florent Xicluna authored
effectively raised. A new utility ``check_py3k_warnings`` deals with py3k warnings.
-
Florent Xicluna authored
-
Ronald Oussoren authored
specified
-