Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16463: Fix a transient test_timeout failure. | Charles-François Natali | 2013-08-16 | 1 | -3/+16 |
|\ | |||||
| * | Issue #16463: Fix a transient test_timeout failure. | Charles-François Natali | 2013-08-16 | 1 | -3/+16 |
| | | |||||
* | | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 6 | -8/+8 |
|\ \ | |/ | |||||
| * | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 6 | -8/+8 |
| | | |||||
* | | Fix the default placeholder in textwrap.shorten() to be " [...]". | Antoine Pitrou | 2013-08-16 | 3 | -11/+11 |
| | | | | | | | | For some reason I forgot to do it before committing the patch in issue #18585. | ||||
* | | Make test.support.reap_threads() faster | Antoine Pitrou | 2013-08-16 | 1 | -2/+2 |
| | | |||||
* | | Issue #18756: Improve error reporting in os.urandom() when the failure is ↵ | Antoine Pitrou | 2013-08-16 | 3 | -2/+30 |
|\ \ | |/ | | | | | due to something else than /dev/urandom not existing. | ||||
| * | Issue #18756: Improve error reporting in os.urandom() when the failure is ↵ | Antoine Pitrou | 2013-08-16 | 3 | -2/+30 |
| | | | | | | | | due to something else than /dev/urandom not existing. | ||||
* | | #18707: merge with 3.3. | Ezio Melotti | 2013-08-16 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | #18707: point to Doc/README.txt in the README file. Patch by Madison May. | Ezio Melotti | 2013-08-16 | 1 | -0/+7 |
| | | |||||
* | | Issue #1666318: Add a test that shutil.copytree() retains directory permissions. | Antoine Pitrou | 2013-08-16 | 2 | -0/+29 |
|\ \ | |/ | | | | | Patch by Catherine Devlin. | ||||
| * | Issue #1666318: Add a test that shutil.copytree() retains directory permissions. | Antoine Pitrou | 2013-08-16 | 2 | -0/+29 |
| | | | | | | | | Patch by Catherine Devlin. | ||||
* | | Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). | Antoine Pitrou | 2013-08-16 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). | Antoine Pitrou | 2013-08-16 | 1 | -3/+3 |
| | | |||||
* | | Issue #18673: Add versionchanged to docs | Christian Heimes | 2013-08-16 | 1 | -0/+4 |
| | | |||||
* | | Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel | Christian Heimes | 2013-08-16 | 3 | -0/+7 |
| | | | | | | | | 3.11 or newer. It's only defined on system with 3.11 uapi headers, too. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-15 | 2 | -22/+10 |
|\ \ | |/ | |||||
| * | Issue #18732: Remove unused* parameter output_sep from IdleHistory.History | Terry Jan Reedy | 2013-08-15 | 2 | -22/+10 |
| | | | | | | | | | | | | and paired splits and joins that do nothing when output_sep is its default \n. *It in unused in that the class in only instantiated once, with the default. Make a few other changes in .fetch and its test. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-15 | 2 | -3/+179 |
|\ \ | |/ | |||||
| * | Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. | Terry Jan Reedy | 2013-08-15 | 2 | -3/+179 |
| | | |||||
* | | Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple ↵ | Antoine Pitrou | 2013-08-15 | 1 | -6/+13 |
| | | | | | | | | guard. | ||||
* | | Change the builtin hash algorithms' names to lower case names | Christian Heimes | 2013-08-15 | 6 | -8/+11 |
| | | | | | | | | as promised by hashlib's documentation. | ||||
* | | (Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os ↵ | Victor Stinner | 2013-08-15 | 1 | -4/+5 |
|\ \ | |/ | | | | | on FreeBSD | ||||
| * | Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD | Victor Stinner | 2013-08-15 | 1 | -4/+5 |
| | | |||||
* | | Hoist the global "dummy" lookup outside of the reinsertion loop. | Raymond Hettinger | 2013-08-15 | 1 | -1/+3 |
| | | |||||
* | | Closes issue #18698: ensure importlib.reload() returns the module out of ↵ | Eric Snow | 2013-08-15 | 3 | -1/+21 |
| | | | | | | | | sys.modules. | ||||
* | | Null merge from 3.3. | Eric Snow | 2013-08-15 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | issue #18698: ensure importlib.reload() returns the module out of sys.modules. | Eric Snow | 2013-08-15 | 3 | -1/+22 |
| | | |||||
| * | Remove errant fourth '.' from ellipsis in datetime documentation. | David Wolever | 2013-08-14 | 1 | -2/+2 |
| | | |||||
* | | Remove errant fourth '.' from ellipsis in datetime documentation. | David Wolever | 2013-08-14 | 1 | -1/+1 |
| | | |||||
* | | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 40 | -2012/+2433 |
| | | | | | | | | See http://hg.python.org/sandbox/sbt#spawn | ||||
* | | merge | Raymond Hettinger | 2013-08-14 | 1 | -9/+0 |
|\ \ | |/ | |||||
| * | Issue 18719: Remove a false optimization | Raymond Hettinger | 2013-08-14 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | Remove an unused early-out test from the critical path for dict and set lookups. When the strings already have matching lengths, kinds, and hashes, there is no additional information gained by checking the first characters (the probability of a mismatch is already known to be less than 1 in 2**64). | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-13 | 2 | -15/+35 |
|\ \ | |/ | |||||
| * | Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' | Terry Jan Reedy | 2013-08-13 | 2 | -15/+35 |
| | | | | | | | | prefix from two attributes and two methods of History class. | ||||
* | | (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt(). | Victor Stinner | 2013-08-13 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue #18405: Improve the entropy of crypt.mksalt(). | Victor Stinner | 2013-08-13 | 2 | -1/+3 |
| | | |||||
* | | Close #12015: The tempfile module now uses a suffix of 8 random characters | Victor Stinner | 2013-08-13 | 3 | -3/+8 |
| | | | | | | | | | | | | instead of 6, to reduce the risk of filename collision. The entropy was reduced when uppercase letters were removed from the charset used to generate random characters. | ||||
* | | Remove duplicate text in 3.4 what's new (my bad) | Antoine Pitrou | 2013-08-13 | 1 | -6/+0 |
| | | |||||
* | | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 38 | -286/+288 |
| | | |||||
* | | #18687: merge with 3.3. | Ezio Melotti | 2013-08-13 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | #18687: remove obsolete comment. Patch by Févry Thibault. | Ezio Melotti | 2013-08-13 | 1 | -1/+0 |
| | | |||||
* | | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | merge from 3.3 | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 |
|\ \ | |/ | | | | | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | ||||
| * | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 |
| | | |||||
| * | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data | ||||
* | | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data | ||||
* | | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data | ||||
* | | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data |