- 11 Mar, 2010 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Florent Xicluna authored
-
Florent Xicluna authored
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
-
Victor Stinner authored
the #7774 bug.
-
Victor Stinner authored
retrieve the absolute Python path even if argv[0] has been set to a non existent program name.
-
Victor Stinner authored
set to an non existent program name and Python is unable to retrieve the real program name. Fix also sysconfig: if sys.executable is an empty string, use the current working directory.
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
It does not fix #7774.
-
- 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 8 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)
-