- 15 Jul, 2012 1 commit
-
-
Larry Hastings authored
-
- 14 Jul, 2012 7 commits
-
-
Gregory P. Smith authored
with it a vareity of bug fixes, both security and behavior. See http://www.libexpat.org/ for the list. NOTE: I already backported the expat hash randomization fix in March. Fixes issue #14340.
-
Brett Cannon authored
-
Eli Bendersky authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
-
- 13 Jul, 2012 13 commits
-
-
Ned Deily authored
tempfile directory path (i.e. on OS X /tmp is actually /private/tmp).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Jeremy Kloth.
-
Antoine Pitrou authored
Patch by Jeremy Kloth.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
-
Antoine Pitrou authored
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
-
Raymond Hettinger authored
-
Brett Cannon authored
Lib/imp.py for imp.source_from_cache() instead of its own C version. Also change PyImport_ExecCodeModuleObject() to not infer the source path from the bytecode path like PyImport_ExecCodeModuleWithPathnames() does. This makes the function less magical. This also has the side-effect of removing all uses of MAXPATHLEN in Python/import.c which can cause failures on really long filenames.
-
Brett Cannon authored
the Python 3.3 change notice on them in case someone directly links to the function(s).
-
- 12 Jul, 2012 2 commits
-
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
- 11 Jul, 2012 4 commits
-
-
Antoine Pitrou authored
Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 10 Jul, 2012 1 commit
-
-
Ned Deily authored
default on Windows and OS X as it already does with X11 Tk.
-
- 13 Jul, 2012 4 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by Serhiy Storchaka, with some minor style adjustments by me.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
- 12 Jul, 2012 6 commits
-
-
Stefan Krah authored
algorithm from decimal.py for mpd_qsqrt().
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 11 Jul, 2012 2 commits
-
-
Antoine Pitrou authored
Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek.
-
Martin v. Löwis authored
-