| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for | Charles-François Natali | 2013-09-13 | 1 | -17/+52 |
|
|
* | Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle... | Eli Bendersky | 2013-09-13 | 1 | -26/+24 |
|\ |
|
| * | Issue #18997: fix ElementTree crash with using pickle and __getstate__. | Eli Bendersky | 2013-09-13 | 1 | -26/+24 |
|
|
| * | Issue 18752: Make chain.from_iterable() more visible in the documentation. | Raymond Hettinger | 2013-09-09 | 1 | -1/+2 |
|
|
* | | Issue 18752: Make chain.from_iterable() more visible in the documentation. | Raymond Hettinger | 2013-09-09 | 1 | -1/+2 |
|
|
* | | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the | Victor Stinner | 2013-09-08 | 1 | -1/+4 |
|
|
* | | Issue #18808: Thread.join() now waits for the underlying thread state to be d... | Antoine Pitrou | 2013-09-07 | 1 | -0/+62 |
|
|
* | | Fix conversion from Py_ssize_t to int. | Richard Oudkerk | 2013-09-07 | 1 | -2/+4 |
|
|
* | | Issue #18458: Prevent crashes with newer versions of libedit. Its readline | Ned Deily | 2013-09-06 | 1 | -12/+22 |
|
|
* | | Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in | Serhiy Storchaka | 2013-09-05 | 1 | -14/+23 |
|\ \
| |/ |
|
| * | Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in | Serhiy Storchaka | 2013-09-05 | 1 | -14/+23 |
|
|
* | | Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA... | Christian Heimes | 2013-09-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA... | Christian Heimes | 2013-09-05 | 1 | -1/+1 |
|
|
* | | (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, | Victor Stinner | 2013-09-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast | Victor Stinner | 2013-09-04 | 1 | -1/+1 |
|
|
* | | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u... | Antoine Pitrou | 2013-09-04 | 1 | -9/+13 |
|\ \
| |/ |
|
| * | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u... | Antoine Pitrou | 2013-09-04 | 1 | -10/+13 |
|
|
* | | Merge 3.3 into default. | Tim Peters | 2013-09-03 | 1 | -16/+12 |
|\ \
| |/ |
|
| * | cwr_next(): move invariants out of loops. | Tim Peters | 2013-09-03 | 1 | -16/+12 |
|
|
* | | Issue #18912: Fix indentation in docstring | Eli Bendersky | 2013-09-03 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #18912: Fix indentation in docstring | Eli Bendersky | 2013-09-03 | 1 | -4/+4 |
|
|
* | | Use INADDR_BROADCAST instead of hard-coded value (it's part of POSIX and | Charles-François Natali | 2013-08-31 | 1 | -1/+1 |
|
|
* | | select.epoll.fromfd(fd) must be not change the inheritable flag of the file | Victor Stinner | 2013-08-28 | 1 | -1/+1 |
|
|
* | | Get rid of signed/unsigned comparaison in _sre.c | Victor Stinner | 2013-08-28 | 1 | -11/+11 |
|
|
* | | _datetimemodule.c: fix the compilation warning "conversion from 'double' to | Victor Stinner | 2013-08-27 | 1 | -1/+1 |
|
|
* | | fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot | Victor Stinner | 2013-08-27 | 1 | -0/+2 |
|
|
* | | (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled | Victor Stinner | 2013-08-27 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix compilation of the _sqlite module if threads are disabled | Victor Stinner | 2013-08-27 | 1 | -0/+3 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 11 | -196/+635 |
|
|
* | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 8 | -29/+28 |
|\ \
| |/ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 8 | -29/+28 |
|
|
* | | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 | 2 | -22/+37 |
|
|
* | | #18803: merge with 3.3. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|
|
* | | Merge. | Charles-François Natali | 2013-08-25 | 1 | -11/+12 |
|\ \
| |/ |
|
| * | Merge. | Charles-François Natali | 2013-08-25 | 1 | -11/+12 |
| |\ |
|
| | * | Issue #18763: subprocess: The file descriptors are now closed after calling the | Charles-François Natali | 2013-08-25 | 1 | -11/+12 |
|
|
* | | | Issue #11973: Fix a problem in kevent. The flags and fflags fields are now | Christian Heimes | 2013-08-25 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #11973: Fix a problem in kevent. The flags and fflags fields are now | Christian Heimes | 2013-08-25 | 1 | -1/+1 |
|
|
* | | | Issue #18747: Fix spelling errors in my commit message and comments, | Christian Heimes | 2013-08-25 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #18747: Fix spelling errors in my commit message and comments, | Christian Heimes | 2013-08-25 | 1 | -2/+2 |
| |/ |
|
* | | Fix compiler warning on Windows. | Richard Oudkerk | 2013-08-24 | 1 | -1/+1 |
|
|
* | | Use consistent style for else if / else | Eli Bendersky | 2013-08-24 | 1 | -2/+5 |
|
|
* | | remove support for compiling on systems without getcwd() | Benjamin Peterson | 2013-08-24 | 1 | -8/+0 |
|
|
* | | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj | Serhiy Storchaka | 2013-08-22 | 1 | -12/+53 |
|\ \
| |/ |
|
| * | Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj | Serhiy Storchaka | 2013-08-22 | 1 | -12/+53 |
|
|
* | | Fix devpoll_dealloc(). | Richard Oudkerk | 2013-08-22 | 1 | -1/+1 |
|
|
* | | Move definition of devpoll_internal_close() before devpoll_close(). | Richard Oudkerk | 2013-08-22 | 1 | -15/+15 |
|
|
* | | Fix compilation of select module on Solaris. | Richard Oudkerk | 2013-08-22 | 1 | -1/+1 |
|
|
* | | Issue #18747: Use a parent atfork handler instead of a child atfork handler. | Christian Heimes | 2013-08-22 | 1 | -12/+9 |
|\ \
| |/ |
|