Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed leak in sys.flags initialization. | Serhiy Storchaka | 2013-12-17 | 1 | -0/+1 |
|\ | |||||
| * | Fixed leak in sys.flags initialization. | Serhiy Storchaka | 2013-12-17 | 1 | -0/+1 |
| | | |||||
* | | Close #19946: use runpy as needed in multiprocessing | Nick Coghlan | 2013-12-17 | 4 | -54/+375 |
| | | | | | | | | | | | | - handles main files without a suffix - handles main submodules properly - adds test cases for the various kinds of __main__ | ||||
* | | Issue #19713: Fix mistakes in the import page of language reference. | Eric Snow | 2013-12-17 | 1 | -102/+118 |
| | | | | | | | | These mistakes were introduced by the initial PEP 451 merge. | ||||
* | | Issue #19713: Update importlib docs for module spec changes, including ↵ | Eric Snow | 2013-12-17 | 2 | -22/+154 |
| | | | | | | | | deprecations. | ||||
* | | Issue #20001: Add the SVG source of the pathlib-inheritance diagram to Hg | Eli Bendersky | 2013-12-17 | 1 | -0/+4 |
| | | |||||
* | | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ↵ | Victor Stinner | 2013-12-16 | 4 | -32/+10 |
| | | | | | | | | not work on Windows | ||||
* | | tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE | Victor Stinner | 2013-12-16 | 1 | -1/+2 |
| | | |||||
* | | tracemalloc: only use unsigned types to compute hash | Victor Stinner | 2013-12-16 | 1 | -5/+4 |
| | | | | | | | | | | Commit to simplify the backport to python 2.7 and to make the code more consistent. | ||||
* | | Issue #18283: shutil.which() now supports bytes argument, not only text ↵ | Victor Stinner | 2013-12-16 | 4 | -10/+32 |
| | | | | | | | | argument. | ||||
* | | (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() on | Victor Stinner | 2013-12-16 | 1 | -1/+1 |
|\ \ | |/ | | | | | very busy/slow buildbot | ||||
| * | Close #19999: tolerate coarse time when testing time.monotonic() on very | Victor Stinner | 2013-12-16 | 1 | -1/+1 |
| | | | | | | | | busy/slow buildbot | ||||
* | | merge | Christian Heimes | 2013-12-16 | 1 | -3/+4 |
|\ \ | |||||
| * | | Mention specific exceptions instead of OSError where appropriate. | Antoine Pitrou | 2013-12-16 | 1 | -3/+4 |
| | | | |||||
* | | | Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns | Christian Heimes | 2013-12-16 | 2 | -2/+7 |
|\ \ \ | |/ / |/| / | |/ | EWOULDBLOCK on Windows or VMs hosted on Windows. | ||||
| * | Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns | Christian Heimes | 2013-12-16 | 2 | -2/+7 |
| | | | | | | | | EWOULDBLOCK on Windows or VMs hosted on Windows. | ||||
* | | Issue #19921: When Path.mkdir() is called with parents=True, any missing ↵ | Antoine Pitrou | 2013-12-16 | 4 | -4/+20 |
| | | | | | | | | | | | | parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). Patch by Serhiy. | ||||
* | | Issue #19887: Improve the Path.resolve() algorithm to support certain ↵ | Antoine Pitrou | 2013-12-16 | 3 | -35/+96 |
| | | | | | | | | | | | | symlink chains. Original patch by Serhiy. | ||||
* | | Issue #19987: Merge with 3.3 | Zachary Ware | 2013-12-16 | 2 | -9/+9 |
|\ \ | |/ | |||||
| * | Issue #19987: Re-write test_alias_fallback in test_winsound to have two | Zachary Ware | 2013-12-16 | 2 | -8/+9 |
| | | | | | | | | | | | | acceptable outcomes: success or RuntimeError. Without being able to actually hear whether a sound was played, either one could be right, but any other error would be a failure. | ||||
* | | Issue #19987: disable test_winsound's test_alias_fallback test when no sound ↵ | Christian Heimes | 2013-12-16 | 1 | -6/+7 |
| | | | | | | | | | | | | card is available. The test fails on Windows Server 2008. | ||||
* | | merge | Christian Heimes | 2013-12-16 | 4 | -22/+42 |
|\ \ | |||||
| * \ | Null merge | Serhiy Storchaka | 2013-12-16 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Merge heads | Serhiy Storchaka | 2013-12-16 | 2 | -1/+3 |
| | |\ | |||||
| * | \ | Merge heads | Serhiy Storchaka | 2013-12-16 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * \ \ | Mere. | Charles-François Natali | 2013-12-16 | 0 | -0/+0 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge. | Charles-François Natali | 2013-12-16 | 0 | -0/+0 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Merge. | Charles-François Natali | 2013-12-16 | 1 | -0/+1 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge. | Charles-François Natali | 2013-12-16 | 4 | -4/+32 |
| | | |\ \ \ \ | |||||
| | * | \ \ \ \ | Merge. | Charles-François Natali | 2013-12-16 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | * | | | | | | Merge. | Charles-François Natali | 2013-12-16 | 1 | -1/+2 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Issue #19965: Make sure that Python-ast.h is properly taken into account in the | Charles-François Natali | 2013-12-15 | 1 | -1/+2 |
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | | | | | | | | | | | | makefile. | ||||
| | | | * | | | | | Merge. | Charles-François Natali | 2013-12-15 | 116 | -552/+1088 |
| | | | |\ \ \ \ \ | |||||
| | | | * | | | | | | Issue #19965: Make sure that Python-ast.h is properly taken into account in the | Charles-François Natali | 2013-12-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makefile. | ||||
| * | | | | | | | | | Issue #19912: Fixed numerous bugs in ntpath.splitunc(). | Serhiy Storchaka | 2013-12-16 | 3 | -20/+33 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * splitunc() no more return illegal result for paths with redundant slashes. * splitunc() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Deprecation warnings now emitted for every use of splitunc(). * Added tests for splitunc(). | ||||
| | * | | | | | | | | Issue #19912: Fixed numerous bugs in ntpath.splitunc(). | Serhiy Storchaka | 2013-12-16 | 3 | -20/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * splitunc() no more return illegal result for paths with redundant slashes. * splitunc() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Deprecation warnings now emitted for every use of splitunc(). * Added tests for splitunc(). | ||||
| * | | | | | | | | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character | Serhiy Storchaka | 2013-12-16 | 3 | -1/+7 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | | | (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). | ||||
| | * | | | | | | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character | Serhiy Storchaka | 2013-12-16 | 3 | -1/+7 |
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). | ||||
* | | | | | | | | Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile and | Christian Heimes | 2013-12-16 | 2 | -0/+244 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | run Python's unit tests with multiple versions of OpenSSL. | ||||
* | | | | | | | Issue #17919: add missing import of USHRT_MAX | Christian Heimes | 2013-12-16 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Issue #17919: add missing import of USHRT_MAX | Christian Heimes | 2013-12-16 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge: #19532: make compileall with no file/dir args respect -f and -q. | R David Murray | 2013-12-16 | 3 | -3/+28 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | #19532: make compileall with no file/dir args respect -f and -q. | R David Murray | 2013-12-16 | 3 | -1/+28 |
| | | | | | | | | | | | | | | | | | | | | Patch by Vajrasky Kok. | ||||
* | | | | | test_ssl: skip tests when SNI is not available | Christian Heimes | 2013-12-15 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | test_poplib: skip stls_context test when SNI is not available | Christian Heimes | 2013-12-15 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Merge. | Stefan Krah | 2013-12-15 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Minor code clean-up. Keep the C-API all in one section. | Raymond Hettinger | 2013-12-15 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge from 3.3. | Stefan Krah | 2013-12-15 | 1 | -3/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| * | | | | Issue #19986: Avoid an incorrect warning of older gcc versions. | Stefan Krah | 2013-12-15 | 1 | -3/+4 |
| | |_|/ | |/| | | |||||
* | | | | fixed test_ftplib | Christian Heimes | 2013-12-15 | 1 | -1/+1 |
| | | | |