Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.5 | doko | 2017-02-01 | 1 | -1/+1 |
|\ | |||||
| * | Issue #29169: Fix NEWS entry. | doko | 2017-02-01 | 1 | -1/+1 |
* | | merge 3.5 | doko | 2017-01-31 | 7 | -4325/+9810 |
|\ \ | |/ |/| | |||||
| * | Issues #29349: Merge Py 2 fix 3.5 | Martin Panter | 2017-01-29 | 7 | -4325/+9810 |
| |\ | |||||
| | * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 7 | -4325/+9810 |
| | |\ | |||||
| | | * | Issue #29083: Fixed the declaration of some public API functions. | Serhiy Storchaka | 2017-01-24 | 1 | -0/+6 |
| | | |\ | |||||
| | | * \ | Issue #29337: Fixed possible BytesWarning when compare the code objects. | Serhiy Storchaka | 2017-01-24 | 1 | -0/+3 |
| | | |\ \ | |||||
| | | * | | | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION | Victor Stinner | 2017-01-23 | 1 | -4/+4 |
| | | * | | | Issue #29335: Fix subprocess.Popen.wait() when the child process has | Gregory P. Smith | 2017-01-22 | 7 | -4325/+9813 |
| | | |\ \ \ | |||||
| | | | * \ \ | Issue #29290: Merge 3.5. | Xiang Zhang | 2017-01-22 | 7 | -4325/+9813 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. | Serhiy Storchaka | 2017-01-21 | 7 | -4325/+9813 |
| | | | | |\ \ \ | |||||
| | | | | | * | | | Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. | Ned Deily | 2017-01-20 | 2 | -49/+3669 |
| | | | | | * | | | Issue #29316: Restore the provisional status of typing module and add | Ned Deily | 2017-01-20 | 1 | -0/+3 |
| | | | | | * | | | Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). | Serhiy Storchaka | 2017-01-20 | 1 | -0/+3 |
| | | | | | * | | | merge | Raymond Hettinger | 2017-01-16 | 7 | -4777/+6638 |
| | | | | | |\ \ \ | |||||
| | | | | | | * | | | More instances of ?when pass? | Martin Panter | 2017-01-14 | 1 | -2/+2 |
| | | | | | | * | | | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 1 | -1/+1 |
| | | | | | | |\ \ \ | |||||
| | | | | | | * \ \ \ | Issue #29219: Fixed infinite recursion in the repr of uninitialized | Serhiy Storchaka | 2017-01-13 | 7 | -4770/+6641 |
| | | | | | | |\ \ \ \ | |||||
| | | | | | | | * \ \ \ | Issue #28969: Fixed race condition in C implementation of functools.lru_cache. | Serhiy Storchaka | 2017-01-12 | 7 | -4770/+6641 |
| | | | | | | | |\ \ \ \ | |||||
| | | | | | | | | * | | | | Issue #29239: Fix --enable-optimizations bug number | Martin Panter | 2017-01-11 | 1 | -1/+1 |
| | | | | | | | | * | | | | Issue #29142: Merge 3.5. | Xiang Zhang | 2017-01-09 | 1 | -0/+4 |
| | | | | | | | | |\ \ \ \ | |||||
| | | | | | | | | * | | | | | Issue #29203: functools.lru_cache() now respects PEP 468 | Raymond Hettinger | 2017-01-08 | 1 | -0/+4 |
| | | | | | | | | * | | | | | Issue #29034: Fix memory leak and use-after-free in path_converter. | Xiang Zhang | 2017-01-08 | 1 | -0/+2 |
| | | | | | | | | * | | | | | Fix unittest.mock._Call: don't ignore name | Victor Stinner | 2017-01-06 | 1 | -0/+3 |
| | | | | | | | | * | | | | | Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. | INADA Naoki | 2017-01-06 | 1 | -0/+2 |
| | | | | | | | | * | | | | | Issue #26851: Set Android compilation and link flags. | Xavier de Gaye | 2017-01-04 | 1 | -0/+2 |
| | | | | | | | | * | | | | | Issue #15812: Merge from 3.5 | Berker Peksag | 2017-01-02 | 1 | -0/+3 |
| | | | | | | | | |\ \ \ \ \ | |||||
| | | | | | | | | * \ \ \ \ \ | Issue #29094: Offsets in a ZIP file created with extern file object and modes | Serhiy Storchaka | 2017-01-01 | 7 | -4757/+6626 |
| | | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | | | * | | | | | | Issue #29119: Merge in ACK from 3.5 branch | Raymond Hettinger | 2016-12-31 | 1 | -0/+1 |
| | | | | | | | | | * | | | | | | merge | Raymond Hettinger | 2016-12-31 | 1 | -0/+4 |
| | | | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | | | * | | | | | | | Issue #29061: secrets.randbelow() would hang with a negative input | Raymond Hettinger | 2016-12-29 | 2 | -0/+4 |
| | | | | | | | | | * | | | | | | | Merge 3.5 | Victor Stinner | 2016-12-30 | 7 | -4752/+6617 |
| | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * | | | | | | | fix error check, so that Random.seed actually uses OS randomness (closes #29085) | Benjamin Peterson | 2016-12-28 | 1 | -0/+3 |
| | | | | | | | | | | * | | | | | | | Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows | Steve Dower | 2016-12-28 | 1 | -0/+2 |
| | | | | | | | | | | * | | | | | | | Issue #29080: Fixes Misc/NEWS entry | Steve Dower | 2016-12-28 | 7 | -4752/+6612 |
| | | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * | | | | | | | Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk... | Steve Dower | 2016-12-28 | 1 | -0/+3 |
| | | | | | | | | | | | * | | | | | | | Issue #29080: Removes hard dependency on hg.exe from PC/build.bat | Steve Dower | 2016-12-28 | 1 | -0/+2 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * \ \ \ \ \ \ \ | Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. | Serhiy Storchaka | 2016-12-28 | 2 | -0/+4 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ | Issue #9770: curses.ascii predicates now work correctly with negative integers. | Serhiy Storchaka | 2016-12-28 | 7 | -4749/+6606 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ | Issue #28427: old keys should not remove new values from | Antoine Pitrou | 2016-12-27 | 1 | -0/+3 |
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | * | | | | | | | | | | Issue #29058: All stable API extensions added after Python 3.2 are now | Serhiy Storchaka | 2016-12-27 | 1 | -0/+7 |
| | | | | | | | | | | | | * | | | | | | | | | | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 7 | -4743/+6595 |
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | * | | | | | | | | | | Issue #29055: Suppress upstream exception for random.choice() | Raymond Hettinger | 2016-12-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | * | | | | | | | | | | Issue #29078: Merge 3.5. | Xiang Zhang | 2016-12-27 | 7 | -4742/+6591 |
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ | Merge 3.6.0 release engineering head | Ned Deily | 2016-12-22 | 3 | -2/+100 |
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | * | | | | | | | | | | Issue #28762: lockf() is available on Android API level 24, but the | Xavier de Gaye | 2016-12-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | * | | | | | | | | | | Issue 28923: Remove editor artifacts from Tix.py, | Terry Jan Reedy | 2016-12-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #28538: Fix the compilation error that occurs because if_nameindex() is | Xavier de Gaye | 2016-12-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Merge from 3.5. | Serhiy Storchaka | 2016-12-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ | merge 3.5 (#28932) | Benjamin Peterson | 2016-12-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ |