summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #23618: internal_connect_select() now waits also for error eventsVictor Stinner2015-03-311-6/+15
* | Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTRVictor Stinner2015-03-311-13/+23
* | Issue #23618: Refactor the _socket moduleVictor Stinner2015-03-311-17/+11
* | What's New in Python 3.5, PEP 475: mention modified signal functionsVictor Stinner2015-03-312-2/+3
* | Issue #23611: Serializing more "lookupable" objects (such as unbound methodsSerhiy Storchaka2015-03-315-66/+114
* | Issue #13583: sqlite3.Row now supports slice indexing.Serhiy Storchaka2015-03-314-2/+24
* | Merge headsSerhiy Storchaka2015-03-317-69/+181
|\ \
| * | Issue #23485: Enhance and update selectors doc and test_selectorsVictor Stinner2015-03-312-3/+40
| * | Issue #23485: select.devpoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-315-49/+85
| * | Issue #23485: select.kqueue.control() is now retried when interrupted by a si...Victor Stinner2015-03-315-18/+57
* | | Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.Serhiy Storchaka2015-03-316-30/+326
|\ \ \ | |/ / |/| / | |/
| * Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.Serhiy Storchaka2015-03-316-30/+326
* | Fix typo in Doc/whatsnew/3.5.rst.Berker Peksag2015-03-311-1/+1
* | mergeRaymond Hettinger2015-03-311-8/+10
|\ \ | |/
| * Issue #23729: Improve docs for ElementTree namespace parsingRaymond Hettinger2015-03-311-8/+10
* | Issue #23485: select.epoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-305-23/+71
* | Issue #23485: select.poll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-306-62/+112
* | Issue #23485: Add _PyTime_FromMillisecondsObject() functionVictor Stinner2015-03-302-6/+25
* | Issue #23485: Fix test_signal, select.select() now retries the syscall if theVictor Stinner2015-03-301-3/+17
* | Ignore .rst files in the venv directory.Brett Cannon2015-03-301-0/+3
* | PEP 475: on EINTR, retry the function even if the timeout is equals to zeroVictor Stinner2015-03-303-3/+3
* | Issue #23485: select.select() is now retried automatically with the recomputedVictor Stinner2015-03-309-31/+85
* | Partially revert 3603bae63c13 (issue23326) for asyncio.Serhiy Storchaka2015-03-301-0/+4
* | #2211: Fix typo, address missed review comment.R David Murray2015-03-302-2/+8
* | Merge: #23792: also catch interrupt around pipe.write.R David Murray2015-03-301-1/+6
|\ \ | |/
| * #23792: also catch interrupt around pipe.write.R David Murray2015-03-301-1/+6
* | What's New in Python 3.5: add pep 461 (bytes%args) and 465 (a@b)Victor Stinner2015-03-301-3/+42
* | Issue #23605: Fix typo in an os.walk() commentVictor Stinner2015-03-301-1/+1
* | (Merge 3.4) Issue #22585: os.urandom() now releases the GIL when theVictor Stinner2015-03-301-6/+14
|\ \ | |/
| * Issue #22585: os.urandom() now releases the GIL when the getentropy() is usedVictor Stinner2015-03-301-6/+14
* | Issue #22181: os.urandom() now releases the GIL when the getrandom()Victor Stinner2015-03-301-2/+11
* | Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state.Larry Hastings2015-03-301-1/+1
* | Merge 3.5.0a3 release engineering changes back into trunk.Larry Hastings2015-03-3035-503/+616
|\ \
| * | Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_tVictor Stinner2015-03-301-1/+2
| * | Issue #23752: _Py_fstat() is now responsible to raise the Python exceptionVictor Stinner2015-03-3012-57/+89
| * | Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.Serhiy Storchaka2015-03-301-6/+2
| |\ \ | | |/
| | * Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.Serhiy Storchaka2015-03-301-6/+2
| * | Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case ofSerhiy Storchaka2015-03-301-7/+4
| |\ \ | | |/
| | * Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case ofSerhiy Storchaka2015-03-301-7/+4
| * | Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError onSerhiy Storchaka2015-03-303-27/+76
| * | Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.Serhiy Storchaka2015-03-305-46/+54
| * | Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methodsVictor Stinner2015-03-304-110/+20
| * | Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILINGVictor Stinner2015-03-306-18/+22
| * | Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestampsVictor Stinner2015-03-304-6/+68
| * | Merge: #23745: handle duplicate MIME parameter names in new parser.R David Murray2015-03-303-7/+139
| |\ \ | | |/
| | * #23745: handle duplicate MIME parameter names in new parser.R David Murray2015-03-303-7/+139
| * | Issue #23752: When built from an existing file descriptor, io.FileIO() now onlyVictor Stinner2015-03-302-24/+26
| * | Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() toVictor Stinner2015-03-301-0/+4
| * | Issue #22117: Fix usage of _PyTime_AsTimeval()Victor Stinner2015-03-306-20/+29
| * | Issue #23694: Fix usage of _Py_open() in the _posixsubprocess moduleVictor Stinner2015-03-301-2/+1