Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | Merge issue #17701: Improving strftime documentation. | David Wolever | 2013-08-12 | 2 | -138/+168 |
|\ \ | |/ | |||||
| * | Issue #17701: Improving strftime documentation. | David Wolever | 2013-08-12 | 2 | -138/+168 |
| | | |||||
* | | Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece ↵ | Antoine Pitrou | 2013-08-12 | 4 | -28/+156 |
| | | | | | | | | of text to a given length. | ||||
* | | Sort whatsnew entries alphabetically | Antoine Pitrou | 2013-08-12 | 1 | -32/+34 |
| | | |||||
* | | Add whatsnew entries for 3.4. | Antoine Pitrou | 2013-08-12 | 1 | -10/+103 |
| | | |||||
* | | Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. | Larry Hastings | 2013-08-12 | 2 | -0/+6 |
|\ \ | |/ | |||||
| * | Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. | Larry Hastings | 2013-08-12 | 2 | -0/+6 |
| | | |||||
* | | Closes issue #18598: Have the exception message for | Brett Cannon | 2013-08-12 | 2 | -1/+6 |
| | | | | | | | | | | importlib.import_module() include the name of the module when the 'package' argument is missing but needed. | ||||
* | | Issue 18693: Put custom __dir__ back in place. Will instead look at fixing ↵ | Ethan Furman | 2013-08-12 | 2 | -0/+21 |
| | | | | | | | | `help()`. | ||||
* | | Add some docstrings, clarify others, and fix formatting. | Eli Bendersky | 2013-08-11 | 1 | -3/+11 |
| | | |||||
* | | Close #12645: Clarify and reformat the documentation of import_fresh_module | Eli Bendersky | 2013-08-11 | 2 | -19/+32 |
|\ \ | |/ | |||||
| * | Issue #12645: Clarify and reformat the documentation of import_fresh_module | Eli Bendersky | 2013-08-11 | 2 | -18/+32 |
| | | |||||
* | | Issue #18706: Fix a test for issue #18681 so it no longer breaks ↵ | Serhiy Storchaka | 2013-08-11 | 1 | -2/+3 |
|\ \ | |/ | | | | | test_codeccallbacks*. | ||||
| * | Issue #18706: Fix a test for issue #18681 so it no longer breaks ↵ | Serhiy Storchaka | 2013-08-11 | 1 | -2/+3 |
| | | | | | | | | test_codeccallbacks*. | ||||
* | | #18663: merge with 3.3. | Ezio Melotti | 2013-08-11 | 2 | -1/+5 |
|\ \ | |/ | |||||
| * | #18663: document that assertAlmostEqual also works when the values are equal ↵ | Ezio Melotti | 2013-08-11 | 2 | -1/+5 |
| | | | | | | | | and add tests. | ||||
* | | Issue #15301: skip new test method so Windows builtbots stop failing. | Terry Jan Reedy | 2013-08-11 | 1 | -0/+1 |
| | | |||||
* | | Merge | Terry Jan Reedy | 2013-08-10 | 3 | -5/+9 |
|\ \ | |||||
| * \ | Merge heads | Terry Jan Reedy | 2013-08-10 | 2 | -0/+11 |
| |\ \ | |||||
| * \ \ | Issue #18676: Merge from 3.3 | Terry Jan Reedy | 2013-08-10 | 3 | -5/+9 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get | Terry Jan Reedy | 2013-08-10 | 3 | -4/+8 |
| | | | | | | | | | | | | | | | | docstrings and ValueError messages. Patch by Zhongyue Luo | ||||
* | | | | Issue #10241: Clear extension module dict copies at interpreter shutdown. | Antoine Pitrou | 2013-08-10 | 4 | -0/+33 |
| |_|/ |/| | | | | | | | | | | | | | | Patch by Neil Schemenauer, minimally modified. (re-apply after fix for tkinter-related crash) | ||||
* | | | Fix refcounting issue with extension types in tkinter. | Antoine Pitrou | 2013-08-10 | 2 | -0/+11 |
|/ / | | | | | | | (issue #15721) | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-10 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #18429: Add user-oriented News entry about Format / Format Paragraph | Terry Jan Reedy | 2013-08-10 | 1 | -0/+4 |
| | | | | | | | | now working with comment block selections. Patch was part of 18226 patch. |