Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.6, fix for #24142 | Łukasz Langa | 2016-11-26 | 1 | -0/+1 |
|\ | |||||
| * | Merge 3.5, fix for #24142 | Łukasz Langa | 2016-11-26 | 1 | -0/+1 |
| |\ | |||||
| | * | Fixes #24142: [configparser] always join multiline values to not leave the ↵ | Łukasz Langa | 2016-11-26 | 1 | -0/+1 |
| | | | | | | | | | | | | parser in an invalid state | ||||
* | | | Issue #10656: Merge AIX build fix from 3.6 | Martin Panter | 2016-11-20 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #10656: Merge AIX build fix from 3.5 | Martin Panter | 2016-11-20 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #10656: Fix out-of-tree building on AIX | Martin Panter | 2016-11-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner. | ||||
* | | | Merge AIX fixes from 3.6 | Martin Panter | 2016-11-14 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge AIX fixes from 3.5 into 3.6 | Martin Panter | 2016-11-14 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT | Martin Panter | 2016-11-14 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Matthieu S. | ||||
* | | | Issue #28616: merge from 3.6 | Ned Deily | 2016-11-04 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28616: merge from 3.5 | Ned Deily | 2016-11-04 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #28616: Correct help for sys.version_info releaselevel component. | Ned Deily | 2016-11-04 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Anish Tambe. | ||||
* | | | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when | Serhiy Storchaka | 2016-11-03 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. | ||||
| * | | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when | Serhiy Storchaka | 2016-11-03 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | | | | the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. | ||||
| | * | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when | Serhiy Storchaka | 2016-11-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. | ||||
* | | | Issue #27517: LZMA compressor and decompressor no longer raise exceptions if | Serhiy Storchaka | 2016-10-31 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | given empty data twice. Patch by Benjamin Fogle. | ||||
| * | | Issue #27517: LZMA compressor and decompressor no longer raise exceptions if | Serhiy Storchaka | 2016-10-31 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | given empty data twice. Patch by Benjamin Fogle. | ||||
| | * | Issue #27517: LZMA compressor and decompressor no longer raise exceptions if | Serhiy Storchaka | 2016-10-31 | 1 | -0/+1 |
| | | | | | | | | | | | | given empty data twice. Patch by Benjamin Fogle. | ||||
* | | | Issue #26240: Merge subprocess doc string from 3.6 | Martin Panter | 2016-10-26 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #26240: Merge subprocess doc string from 3.5 into 3.6 | Martin Panter | 2016-10-25 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #26240: Clean up the subprocess module doc string | Martin Panter | 2016-10-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Tim Mitchell. | ||||
* | | | Issue #28435: Merge urllib test fixes from 3.6 | Martin Panter | 2016-10-22 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28435: Merge urllib test fixes from 3.5 into 3.6 | Martin Panter | 2016-10-22 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #28435: Avoid no_proxy environment variable interfering with tests | Martin Panter | 2016-10-22 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Piotr Szczepaniak. | ||||
* | | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Original patch by Niklas Koep. | ||||
| * | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | Original patch by Niklas Koep. | ||||
| | * | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 1 | -0/+1 |
| | | | | | | | | | | | | Original patch by Niklas Koep. | ||||
* | | | Add myself to the ACKS file. | Steve Dower | 2016-10-03 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #21085: add configure check for siginfo_t.si_band | Zachary Ware | 2016-10-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Patch by Masayuki Yamamoto, reviewed and rebased by Erik Bray. This is a first step on the long road toward resupporting Cygwin, which does not provide siginfo_t.si_band. | ||||
* | | | Merge with 3.6 | Terry Jan Reedy | 2016-09-30 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.5 | Terry Jan Reedy | 2016-09-30 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #28815: Change '?' to '<module>' in some doc examples. | Terry Jan Reedy | 2016-09-30 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Mariatta Wijaya. | ||||
| | * | IDLE NEWS item and ack. | Terry Jan Reedy | 2016-09-29 | 1 | -0/+1 |
| | | | |||||
* | | | Merged from 3.6 | Alexander Belopolsky | 2016-09-28 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28148: Stop using localtime() and gmtime() in the time module. | Alexander Belopolsky | 2016-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Introduced platform independent _PyTime_localtime API that is similar to POSIX localtime_r, but available on all platforms. Patch by Ed Schouten. | ||||
* | | | Issue #28203: Merge from 3.6 | Mark Dickinson | 2016-09-24 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28203: Merge from 3.5 | Mark Dickinson | 2016-09-24 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). ↵ | Mark Dickinson | 2016-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Soumya Sharma. | ||||
* | | | Added proper spelling for the name Elazar. | Alexander Belopolsky | 2016-09-16 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #28181: Add Kaartic Sivaraam to Misc/ACKS. | Christian Heimes | 2016-09-16 | 1 | -0/+1 |
|/ / | |||||
* | | Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. | Terry Jan Reedy | 2016-09-12 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch by Roger Serwy, updated by Bayard Randel. | ||||
* | | DTrace support: function calls, GC activity, line execution | Łukasz Langa | 2016-09-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on macOS 10.11 dtrace, Ubuntu 16.04 SystemTap, and libbcc. Largely based by an initial patch by Jesús Cea Avión, with some influence from Dave Malcolm's SystemTap patch and Nikhil Benesch's unification patch. Things deliberately left out for simplicity: - ustack helpers, I have no way of testing them at this point since they are Solaris-specific - PyFrameObject * in function__entry/function__return, this is SystemTap-specific - SPARC support - dynamic tracing - sys module dtrace facility introspection All of those might be added later. | ||||
* | | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 1 | -0/+1 |
| | | | | | | | | | | This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar. | ||||
* | | Issue #19489: Merge with 3.5 | Zachary Ware | 2016-09-09 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #19489: Add NEWS and ACKS | Zachary Ware | 2016-09-09 | 1 | -0/+1 |
| | | |||||
| * | [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". | Senthil Kumaran | 2016-09-07 | 1 | -0/+1 |
| | | |||||
* | | Remove duplicate entry for Ivan L. | Guido van Rossum | 2016-09-09 | 1 | -1/+0 |
| | | |||||
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -0/+1 |
| | | | | | | | | Patch by Ivan Levkivskyi. | ||||
* | | add recipes for pseudo-valueless enums | Ethan Furman | 2016-09-07 | 1 | -0/+1 |
| | |