Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) | Yury Selivanov | 2015-09-09 | 1 | -6/+3 | |
| | | | | | | ||||||
* | | | | | | Merge 3.5 | Yury Selivanov | 2015-09-09 | 1 | -3/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | whatsnew/3.5: Fix nits per Berker Peksag suggestion | Yury Selivanov | 2015-09-09 | 1 | -3/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #24984: Merge 3.5 into 3.6 | Martin Panter | 2015-09-09 | 2 | -2/+25 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #24984: Merge 3.4 into 3.5 | Martin Panter | 2015-09-09 | 2 | -2/+25 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | * | | | | Issue #24984: Document AF_BLUETOOTH socket address formats | Martin Panter | 2015-09-09 | 2 | -2/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch from Tim Tisdall. | |||||
* | | | | | | Merge 3.5 into 3.6 | Martin Panter | 2015-09-09 | 3 | -5/+5 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge 3.4 into 3.5 | Martin Panter | 2015-09-09 | 3 | -5/+5 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | os.sendfile(headers=None, trailers=None) arguments are not actually accepted | Martin Panter | 2015-09-09 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Needs to be tested on a BSD. | |||||
* | | | | | | Merge with 3.5 | Terry Jan Reedy | 2015-09-09 | 2 | -2/+19 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge with 3.4 | Terry Jan Reedy | 2015-09-09 | 2 | -2/+19 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issue 24199: Deprecate idlelib.idlever with a warning on import. | Terry Jan Reedy | 2015-09-09 | 2 | -3/+19 | |
| | | | | | | ||||||
* | | | | | | merge dangling 3.5 into default | Terry Jan Reedy | 2015-09-09 | 0 | -0/+0 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge 3.5 branches | Martin Panter | 2015-09-09 | 1 | -75/+52 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge 3.6 branches | Martin Panter | 2015-09-09 | 1 | -75/+52 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge 3.5 | Yury Selivanov | 2015-09-09 | 1 | -74/+41 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465 | Yury Selivanov | 2015-09-09 | 1 | -74/+41 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge 3.5 | Yury Selivanov | 2015-09-09 | 1 | -1/+11 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | whatsnew/3.5: Better formatting; add traceback to significantly improved stdlib | Yury Selivanov | 2015-09-09 | 1 | -1/+11 | |
| | | | | | | | | ||||||
* | | | | | | | | Issue #23738: Merge 3.5 into 3.6 | Martin Panter | 2015-09-09 | 10 | -33/+75 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge 3.5 branches | Martin Panter | 2015-09-09 | 4 | -14/+185 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| * | | | | | | Issue #23738: Merge 3.4 into 3.5 | Martin Panter | 2015-09-09 | 10 | -33/+75 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Issue #23738: Document and test actual keyword parameter names | Martin Panter | 2015-09-09 | 9 | -31/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix signature because os.utime(..., ns=None) is not allowed. | |||||
* | | | | | | | Merge 3.5 | Yury Selivanov | 2015-09-09 | 4 | -14/+185 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. | Yury Selivanov | 2015-09-09 | 4 | -14/+185 | |
| |/ / / / / | ||||||
* | | | | | | cleanup datetime code | Victor Stinner | 2015-09-08 | 2 | -8/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | remove scories of round half up code and debug code. | |||||
* | | | | | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods of | Victor Stinner | 2015-09-08 | 8 | -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 Stinner | 2015-09-08 | 4 | -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.5 | Yury Selivanov | 2015-09-08 | 1 | -71/+179 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | docs/whatsnew/3.5: Update peps section | Yury Selivanov | 2015-09-08 | 1 | -71/+179 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Elvis Pranskevichus. | |||||
* | | | | | | Fixed tests for shutil.make_archive() with relative base_name in the case when | Serhiy Storchaka | 2015-09-08 | 1 | -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 when | Serhiy Storchaka | 2015-09-08 | 1 | -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 when | Serhiy Storchaka | 2015-09-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the path of the directory for temporary files contains symlinks. | |||||
* | | | | | | Update PCbuild/readme.txt (merge from 3.5) | Zachary Ware | 2015-09-08 | 1 | -40/+6 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Update PCbuild/readme.txt | Zachary Ware | 2015-09-08 | 1 | -39/+5 | |
| | | | | | | ||||||
* | | | | | | merge | Raymond Hettinger | 2015-09-08 | 1 | -3/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | merge | Raymond Hettinger | 2015-09-08 | 1 | -3/+2 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Fix whitespace in comment. | Raymond Hettinger | 2015-09-08 | 1 | -3/+2 | |
| | | | | | | ||||||
* | | | | | | Closes #25010: Merge with 3.5 | Zachary Ware | 2015-09-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #25010: Merge with 3.4 | Zachary Ware | 2015-09-08 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issue #25010: Fix path for .pyd example project. | Zachary Ware | 2015-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Shaun Walbridge | |||||
* | | | | | | Issue #24982: shutil.make_archive() with the "zip" format now adds entries | Serhiy Storchaka | 2015-09-08 | 3 | -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 entries | Serhiy Storchaka | 2015-09-08 | 3 | -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 entries | Serhiy Storchaka | 2015-09-08 | 3 | -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 waring | Victor Stinner | 2015-09-07 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 2 | -6/+10 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | expat parser. | |||||
| * | | | | | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 2 | -6/+10 | |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | expat parser. | |||||
| | * | | | | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 2 | -6/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | expat parser. | |||||
* | | | | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser. | Serhiy Storchaka | 2015-09-07 | 4 | -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 Storchaka | 2015-09-07 | 4 | -16/+51 | |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch. |