summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#20018)Benjamin Peterson2013-12-181-1/+1
|\
| * update url to spec (closes #20018)Benjamin Peterson2013-12-181-1/+1
* | remove trailing spacesGregory P. Smith2013-12-180-0/+0
|\ \ | |/
| * remove trailing spaces.Gregory P. Smith2013-12-181-7/+7
* | Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
|\ \ | |/
| * Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
* | Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-188-63/+36
|\ \ | |/
| * Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-188-57/+32
* | Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-182-27/+32
|\ \ | |/
| * #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-182-27/+32
* | Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-172-2/+8
|\ \ | |/
| * Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-172-1/+8
| * Revert misled test change in f189da5bda26.Antoine Pitrou2013-12-171-1/+0
* | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-174-1/+8
|\ \ | |/
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-174-1/+8
* | Issue #16404: Add checks for return value of PyLong_FromLong() inSerhiy Storchaka2013-12-172-8/+5
|\ \ | |/
| * Issue #16404: Add checks for return value of PyLong_FromLong() inSerhiy Storchaka2013-12-172-8/+5
* | Fixed leak in sys.flags initialization.Serhiy Storchaka2013-12-171-0/+1
|\ \ | |/
| * Fixed leak in sys.flags initialization.Serhiy Storchaka2013-12-171-0/+1
* | Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-174-54/+375
* | Issue #19713: Fix mistakes in the import page of language reference.Eric Snow2013-12-171-102/+118
* | Issue #19713: Update importlib docs for module spec changes, including deprec...Eric Snow2013-12-172-22/+154
* | Issue #20001: Add the SVG source of the pathlib-inheritance diagram to HgEli Bendersky2013-12-171-0/+4
* | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...Victor Stinner2013-12-164-32/+10
* | tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGEVictor Stinner2013-12-161-1/+2
* | tracemalloc: only use unsigned types to compute hashVictor Stinner2013-12-161-5/+4
* | Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-164-10/+32
* | (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() onVictor Stinner2013-12-161-1/+1
|\ \ | |/
| * Close #19999: tolerate coarse time when testing time.monotonic() on veryVictor Stinner2013-12-161-1/+1
* | mergeChristian Heimes2013-12-161-3/+4
|\ \
| * | Mention specific exceptions instead of OSError where appropriate.Antoine Pitrou2013-12-161-3/+4
* | | Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-162-2/+7
|\ \ \ | |/ / |/| / | |/
| * Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-162-2/+7
* | Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...Antoine Pitrou2013-12-164-4/+20
* | Issue #19887: Improve the Path.resolve() algorithm to support certain symlink...Antoine Pitrou2013-12-163-35/+96
* | Issue #19987: Merge with 3.3Zachary Ware2013-12-162-9/+9
|\ \ | |/
| * Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-162-8/+9
* | Issue #19987: disable test_winsound's test_alias_fallback test when no sound ...Christian Heimes2013-12-161-6/+7
* | mergeChristian Heimes2013-12-164-22/+42
|\ \
| * \ Null mergeSerhiy Storchaka2013-12-160-0/+0
| |\ \ | | |/
| | * Merge headsSerhiy Storchaka2013-12-162-1/+3
| | |\
| * | \ Merge headsSerhiy Storchaka2013-12-161-1/+2
| |\ \ \
| | * \ \ Mere.Charles-François Natali2013-12-160-0/+0
| | |\ \ \
| | * \ \ \ Merge.Charles-François Natali2013-12-160-0/+0
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge.Charles-François Natali2013-12-161-0/+1
| | | |\ \ \
| | | * \ \ \ Merge.Charles-François Natali2013-12-164-4/+32
| | | |\ \ \ \
| | * | \ \ \ \ Merge.Charles-François Natali2013-12-160-0/+0
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge.Charles-François Natali2013-12-161-1/+2
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Issue #19965: Make sure that Python-ast.h is properly taken into account in theCharles-François Natali2013-12-151-1/+2
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Merge.Charles-François Natali2013-12-15116-552/+1088
| | | | |\ \ \ \ \