summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #1666318: Add a test that shutil.copytree() retains directory permissions.Antoine Pitrou2013-08-162-0/+29
|\ \ \ | |/ /
| * | Issue #1666318: Add a test that shutil.copytree() retains directory permissions.Antoine Pitrou2013-08-162-0/+29
* | | Issue #16190: fix random module recommendation to use ssl.RAND_bytes().Antoine Pitrou2013-08-161-3/+3
|\ \ \ | |/ /
| * | Issue #16190: fix random module recommendation to use ssl.RAND_bytes().Antoine Pitrou2013-08-161-3/+3
| |/
* | Issue #18673: Add versionchanged to docsChristian Heimes2013-08-161-0/+4
* | Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernelChristian Heimes2013-08-163-0/+7
* | Merge with 3.3Terry Jan Reedy2013-08-152-22/+10
|\ \ | |/
| * Issue #18732: Remove unused* parameter output_sep from IdleHistory.HistoryTerry Jan Reedy2013-08-152-22/+10
* | Merge with 3.3Terry Jan Reedy2013-08-152-3/+179
|\ \ | |/
| * Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.Terry Jan Reedy2013-08-152-3/+179
* | Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple gu...Antoine Pitrou2013-08-151-6/+13
* | Change the builtin hash algorithms' names to lower case namesChristian Heimes2013-08-156-8/+11
* | (Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os ...Victor Stinner2013-08-151-4/+5
|\ \ | |/
| * Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSDVictor Stinner2013-08-151-4/+5
* | Hoist the global "dummy" lookup outside of the reinsertion loop.Raymond Hettinger2013-08-151-1/+3
* | Closes issue #18698: ensure importlib.reload() returns the module out of sys....Eric Snow2013-08-153-1/+21
* | Null merge from 3.3.Eric Snow2013-08-150-0/+0
|\ \ | |/
| * issue #18698: ensure importlib.reload() returns the module out of sys.modules.Eric Snow2013-08-153-1/+22
| * Remove errant fourth '.' from ellipsis in datetime documentation.David Wolever2013-08-141-2/+2
* | Remove errant fourth '.' from ellipsis in datetime documentation.David Wolever2013-08-141-1/+1
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-1440-2012/+2433
* | mergeRaymond Hettinger2013-08-141-9/+0
|\ \ | |/
| * Issue 18719: Remove a false optimizationRaymond Hettinger2013-08-141-9/+0
* | Merge with 3.3Terry Jan Reedy2013-08-132-15/+35
|\ \ | |/
| * Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'Terry Jan Reedy2013-08-132-15/+35
* | (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
* | 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 JehanzebSenthil Kumaran2013-08-131-0/+8
| * Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* | Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* | 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 o...Antoine Pitrou2013-08-124-28/+156
* | 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
* | Issue 18693: Put custom __dir__ back in place. Will instead look at fixing `...Ethan Furman2013-08-122-0/+21
* | Add some docstrings, clarify others, and fix formatting.Eli Bendersky2013-08-111-3/+11