summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt().Victor Stinner2013-08-132-1/+3
|\
| * Issue #18405: Improve the entropy of crypt.mksalt().Victor Stinner2013-08-132-1/+3
| |
* | Close #12015: The tempfile module now uses a suffix of 8 random charactersVictor Stinner2013-08-133-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 Pitrou2013-08-131-6/+0
| |
* | Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-1338-286/+288
| |
* | #18687: merge with 3.3.Ezio Melotti2013-08-131-1/+0
|\ \ | |/
| * #18687: remove obsolete comment. Patch by Févry Thibault.Ezio Melotti2013-08-131-1/+0
| |
* | Issue 18724: Fix typo noticed by Susan Tan.Ned Deily2013-08-131-1/+1
|\ \ | |/
| * Issue 18724: Fix typo noticed by Susan Tan.Ned Deily2013-08-131-1/+1
| |
* | merge from 3.3Senthil Kumaran2013-08-131-0/+8
|\ \ | |/ | | | | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
| * Increasing test coverage of ftplib. Patch by Muhammad JehanzebSenthil Kumaran2013-08-131-0/+8
| |
| * Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
| | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
| | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
| | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
| | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data
* | Merge issue #17701: Improving strftime documentation.David Wolever2013-08-122-138/+168
|\ \ | |/
| * Issue #17701: Improving strftime documentation.David Wolever2013-08-122-138/+168
| |
* | Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece ↵Antoine Pitrou2013-08-124-28/+156
| | | | | | | | of text to a given length.
* | Sort whatsnew entries alphabeticallyAntoine Pitrou2013-08-121-32/+34
| |
* | Add whatsnew entries for 3.4.Antoine Pitrou2013-08-121-10/+103
| |
* | Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.Larry Hastings2013-08-122-0/+6
|\ \ | |/
| * Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.Larry Hastings2013-08-122-0/+6
| |
* | Closes issue #18598: Have the exception message forBrett Cannon2013-08-122-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 Furman2013-08-122-0/+21
| | | | | | | | `help()`.
* | Add some docstrings, clarify others, and fix formatting.Eli Bendersky2013-08-111-3/+11
| |
* | Close #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-112-19/+32
|\ \ | |/
| * Issue #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-112-18/+32
| |
* | Issue #18706: Fix a test for issue #18681 so it no longer breaks ↵Serhiy Storchaka2013-08-111-2/+3
|\ \ | |/ | | | | test_codeccallbacks*.
| * Issue #18706: Fix a test for issue #18681 so it no longer breaks ↵Serhiy Storchaka2013-08-111-2/+3
| | | | | | | | test_codeccallbacks*.
* | #18663: merge with 3.3.Ezio Melotti2013-08-112-1/+5
|\ \ | |/
| * #18663: document that assertAlmostEqual also works when the values are equal ↵Ezio Melotti2013-08-112-1/+5
| | | | | | | | and add tests.
* | Issue #15301: skip new test method so Windows builtbots stop failing.Terry Jan Reedy2013-08-111-0/+1
| |
* | MergeTerry Jan Reedy2013-08-103-5/+9
|\ \
| * \ Merge headsTerry Jan Reedy2013-08-102-0/+11
| |\ \
| * \ \ Issue #18676: Merge from 3.3Terry Jan Reedy2013-08-103-5/+9
| |\ \ \ | | | |/ | | |/|
| | * | Issue #18676: Change 'positive' to 'non-negative' in queue.py put and getTerry Jan Reedy2013-08-103-4/+8
| | | | | | | | | | | | | | | | docstrings and ValueError messages. Patch by Zhongyue Luo
* | | | Issue #10241: Clear extension module dict copies at interpreter shutdown.Antoine Pitrou2013-08-104-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 Pitrou2013-08-102-0/+11
|/ / | | | | | | (issue #15721)
* | Merge with 3.3Terry Jan Reedy2013-08-101-0/+4
|\ \ | |/
| * Issue #18429: Add user-oriented News entry about Format / Format ParagraphTerry Jan Reedy2013-08-101-0/+4
| | | | | | | | now working with comment block selections. Patch was part of 18226 patch.
* | Merge with 3.3Terry Jan Reedy2013-08-103-49/+466
|\ \ | |/
| * Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.Terry Jan Reedy2013-08-103-49/+466
| | | | | | | | | | Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster.
* | Close #18693: __dir__ removed from Enum; help() now helpful.Ethan Furman2013-08-102-21/+0
| |
* | Close #18264: int- and float-derived enums now converted to int or float.Ethan Furman2013-08-104-32/+178
| |
* | #18681: merge with 3.3.Ezio Melotti2013-08-103-1/+12
|\ \ | |/
| * #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).Ezio Melotti2013-08-103-1/+12
| |
* | Null merge of 3.3 merge heads.R David Murray2013-08-100-0/+0
|\ \ | |/
| * Merge heads.R David Murray2013-08-103-11/+36
| |\
* | \ Merge heads.R David Murray2013-08-103-11/+36
|\ \ \
| * \ \ Merge #8112: Update the documenting xmlrpc server to use getfullargspec.R David Murray2013-08-103-11/+36
| |\ \ \ | | | |/ | | |/|