summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)Yury Selivanov2015-09-091-6/+3
| | | | | |
* | | | | | Merge 3.5Yury Selivanov2015-09-091-3/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | whatsnew/3.5: Fix nits per Berker Peksag suggestionYury Selivanov2015-09-091-3/+2
| | | | | |
* | | | | | Issue #24984: Merge 3.5 into 3.6Martin Panter2015-09-092-2/+25
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #24984: Merge 3.4 into 3.5Martin Panter2015-09-092-2/+25
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Issue #24984: Document AF_BLUETOOTH socket address formatsMartin Panter2015-09-092-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | Patch from Tim Tisdall.
* | | | | | Merge 3.5 into 3.6Martin Panter2015-09-093-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 3.4 into 3.5Martin Panter2015-09-093-5/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | os.sendfile(headers=None, trailers=None) arguments are not actually acceptedMartin Panter2015-09-093-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Needs to be tested on a BSD.
* | | | | | Merge with 3.5Terry Jan Reedy2015-09-092-2/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge with 3.4Terry Jan Reedy2015-09-092-2/+19
| |\ \ \ \ \ | | |/ / / /
| | * | | | Issue 24199: Deprecate idlelib.idlever with a warning on import.Terry Jan Reedy2015-09-092-3/+19
| | | | | |
* | | | | | merge dangling 3.5 into defaultTerry Jan Reedy2015-09-090-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 3.5 branchesMartin Panter2015-09-091-75/+52
| |\ \ \ \ \
* | \ \ \ \ \ Merge 3.6 branchesMartin Panter2015-09-091-75/+52
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 3.5Yury Selivanov2015-09-091-74/+41
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465Yury Selivanov2015-09-091-74/+41
| | | | | | | |
| * | | | | | | Merge 3.5Yury Selivanov2015-09-091-1/+11
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | whatsnew/3.5: Better formatting; add traceback to significantly improved stdlibYury Selivanov2015-09-091-1/+11
| | | | | | | |
* | | | | | | | Issue #23738: Merge 3.5 into 3.6Martin Panter2015-09-0910-33/+75
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | Merge 3.5 branchesMartin Panter2015-09-094-14/+185
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Issue #23738: Merge 3.4 into 3.5Martin Panter2015-09-0910-33/+75
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-099-31/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix signature because os.utime(..., ns=None) is not allowed.
* | | | | | | Merge 3.5Yury Selivanov2015-09-094-14/+185
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.Yury Selivanov2015-09-094-14/+185
| |/ / / / /
* | | | | | cleanup datetime codeVictor Stinner2015-09-082-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | remove scories of round half up code and debug code.
* | | | | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods ofVictor Stinner2015-09-088-189/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | datetime.datetime now round microseconds to nearest with ties going to nearest even integer (ROUND_HALF_EVEN), as round(float), instead of rounding towards -Infinity (ROUND_FLOOR). pytime API: replace _PyTime_ROUND_HALF_UP with _PyTime_ROUND_HALF_EVEN. Fix also _PyTime_Divide() for negative numbers. _PyTime_AsTimeval_impl() now reuses _PyTime_Divide() instead of reimplementing rounding modes.
* | | | | | Revert change 0eb8c182131e:Victor Stinner2015-09-084-15/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | """Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest with ties going away from zero (ROUND_HALF_UP), as Python 2 and Python older than 3.3, instead of rounding to nearest with ties going to nearest even integer (ROUND_HALF_EVEN).""" datetime.timedelta uses rounding mode ROUND_HALF_EVEN again.
* | | | | | Merge 3.5Yury Selivanov2015-09-081-71/+179
|\ \ \ \ \ \ | |/ / / / /
| * | | | | docs/whatsnew/3.5: Update peps sectionYury Selivanov2015-09-081-71/+179
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Elvis Pranskevichus.
* | | | | | Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | the path of the directory for temporary files contains symlinks.
| * | | | | Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | the path of the directory for temporary files contains symlinks.
| | * | | | Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | the path of the directory for temporary files contains symlinks.
* | | | | | Update PCbuild/readme.txt (merge from 3.5)Zachary Ware2015-09-081-40/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update PCbuild/readme.txtZachary Ware2015-09-081-39/+5
| | | | | |
* | | | | | mergeRaymond Hettinger2015-09-081-3/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | mergeRaymond Hettinger2015-09-081-3/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix whitespace in comment.Raymond Hettinger2015-09-081-3/+2
| | | | | |
* | | | | | Closes #25010: Merge with 3.5Zachary Ware2015-09-081-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #25010: Merge with 3.4Zachary Ware2015-09-081-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Issue #25010: Fix path for .pyd example project.Zachary Ware2015-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Shaun Walbridge
* | | | | | Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-083-6/+43
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
| * | | | | Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-083-6/+43
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
| | * | | | Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-083-6/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
* | | | | | Issue #22241: Fix a compiler waringVictor Stinner2015-09-071-1/+1
| | | | | |
* | | | | | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-072-6/+10
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | expat parser.
| * | | | | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-072-6/+10
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | expat parser.
| | * | | | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-072-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | expat parser.
* | | | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-074-16/+51
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch.
| * | | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-074-16/+51
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch.