Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -2/+7 |
|\ | | | | | | | | | target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions). | ||||
| * | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -2/+7 |
| | | | | | | | | | | target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions). | ||||
* | | Issue #10278: wallclock() cannot go backward, but two consecutive calls | Victor Stinner | 2012-01-23 | 1 | -1/+1 |
| | | | | | | | | may return the same time. | ||||
* | | Fix a unittest error seen on NetBSD 5. | Gregory P. Smith | 2012-01-22 | 1 | -2/+12 |
|\ \ | |/ | |||||
| * | Fix a unittest error seen on NetBSD 5. | Gregory P. Smith | 2012-01-22 | 1 | -2/+12 |
| | | |||||
* | | Fixes issue #8052: The posix subprocess module's close_fds behavior was | Gregory P. Smith | 2012-01-21 | 1 | -0/+18 |
|\ \ | |/ | | | | | | | | | | | | | suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are. | ||||
| * | Fixes issue #8052: The posix subprocess module's close_fds behavior was | Gregory P. Smith | 2012-01-21 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are. | ||||
* | | Issue #13706: Support non-ASCII fill characters | Victor Stinner | 2012-01-21 | 1 | -0/+20 |
| | | |||||
* | | merge from 3.2 | Senthil Kumaran | 2012-01-21 | 3 | -0/+7 |
|\ \ | |/ | |||||
| * | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 3 | -0/+7 |
| | | |||||
| * | #13760: picklability tests for configparser exceptions | Łukasz Langa | 2012-01-20 | 1 | -0/+145 |
| | | |||||
* | | add another test case | Benjamin Peterson | 2012-01-20 | 1 | -0/+1 |
| | | |||||
* | | #13760: picklability tests for configparser exceptions | Łukasz Langa | 2012-01-20 | 1 | -0/+145 |
| | | |||||
* | | Closes #13807: Merged fix from 3.2. | Vinay Sajip | 2012-01-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #13807: Merged fix from 3.1. | Vinay Sajip | 2012-01-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Closes #13807: Now checks for sys.stderr being there before writing to it. | Vinay Sajip | 2012-01-20 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot | Victor Stinner | 2012-01-20 | 1 | -4/+9 |
| | | | | | | | | | | | | go backward) | ||||
* | | | check after comments, too (#13832) | Benjamin Peterson | 2012-01-19 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ↵ | Meador Inge | 2012-01-19 | 1 | -0/+28 |
| | | | | | | | | | | | | interactive statement | ||||
* | | | Issue #2134: Add support for tokenize.TokenInfo.exact_type. | Meador Inge | 2012-01-19 | 2 | -2/+132 |
| | | | |||||
* | | | Be more lenient in test_wallclock (issue #10278). | Antoine Pitrou | 2012-01-18 | 1 | -2/+2 |
| | | | |||||
* | | | Add part of test_inspect test from 2.7 | Antoine Pitrou | 2012-01-18 | 1 | -0/+11 |
|\ \ \ | |/ / | |||||
| * | | Add part of test_inspect test from 2.7 | Antoine Pitrou | 2012-01-18 | 1 | -0/+11 |
| | | | |||||
* | | | Issue #5689: Avoid excessive memory usage by using the default lzma preset. | Lars Gustäbel | 2012-01-18 | 1 | -5/+1 |
| | | | |||||
* | | | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 2 | -2/+12 |
|\ \ \ | |/ / | |||||
| * | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 2 | -2/+12 |
| | | | |||||
* | | | MERGE: And yet another emergency fix for #13803 bootstrap issue: Under ↵ | Jesus Cea | 2012-01-18 | 2 | -2/+2 |
|\ \ \ | |/ / | | | | | | | Solaris, distutils doesn't include bitness in the directory name | ||||
| * | | And yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵ | Jesus Cea | 2012-01-18 | 2 | -2/+2 |
| | | | | | | | | | | | | distutils doesn't include bitness in the directory name | ||||
* | | | MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | distutils doesn't include bitness in the directory name | ||||
| * | | Yet another emergency fix for #13803 bootstrap issue: Under Solaris, ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+5 |
| | | | | | | | | | | | | distutils doesn't include bitness in the directory name | ||||
* | | | MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils ↵ | Jesus Cea | 2012-01-18 | 1 | -2/+5 |
|\ \ \ | |/ / | | | | | | | doesn't include bitness in the directory name | ||||
| * | | Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't ↵ | Jesus Cea | 2012-01-18 | 1 | -2/+5 |
| | | | | | | | | | | | | include bitness in the directory name | ||||
* | | | MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+2 |
|\ \ \ | |/ / | | | | | | | the directory name | ||||
| * | | Closes #13803: Under Solaris, distutils doesn't include bitness in the ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+2 |
| | | | | | | | | | | | | directory name | ||||
* | | | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 1 | -0/+7 |
| | | | |||||
* | | | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 2 | -2/+13 |
| | | | | | | | | | | | | Original patch by Amaury Forgeot d'Arc. | ||||
* | | | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
|\ \ \ | |/ / | | | | | | | (prelude to issue #6531). | ||||
| * | | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
| | | | | | | | | | | | | (prelude to issue #6531). | ||||
* | | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -18/+67 |
|\ \ \ | |/ / | | | | | | | Patch by Oleg Plakhotnyuk. | ||||
| * | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -18/+67 |
| | | | | | | | | | | | | Patch by Oleg Plakhotnyuk. | ||||
* | | | Issue #13588: Rename decorators in importlib. | Brett Cannon | 2012-01-16 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | More descriptive names are now used in order to make tracebacks more readable. | ||||
* | | | Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy. | Terry Jan Reedy | 2012-01-16 | 2 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. | Terry Jan Reedy | 2012-01-16 | 2 | -2/+3 |
| | | | |||||
* | | | kill useless import added by 87331661042b | Benjamin Peterson | 2012-01-16 | 1 | -1/+0 |
| | | | |||||
* | | | merge 3.2 (#13766) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | explain why we need this grammar file (closes #13766) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 1 | -30/+30 |
|\ \ \ | |/ / | | | | | | | _PyParser_TokenNames indexes. | ||||
| * | | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 1 | -30/+30 |
| | | | | | | | | | | | | _PyParser_TokenNames indexes. | ||||
* | | | Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 |
|\ \ \ | |/ / | | | | | | | Patch by Roger Serwy. | ||||
| * | | #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 |
| | | | | | | | | | | | | Patch by Roger Serwy. |