summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #23485: select.devpoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-312-4/+14
* Issue #23485: select.kqueue.control() is now retried when interrupted by a si...Victor Stinner2015-03-312-6/+15
* Issue #23485: select.epoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-302-4/+13
* Issue #23485: select.poll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-303-11/+22
* Issue #23485: Fix test_signal, select.select() now retries the syscall if theVictor Stinner2015-03-301-3/+17
* Issue #23485: select.select() is now retried automatically with the recomputedVictor Stinner2015-03-303-9/+17
* Partially revert 3603bae63c13 (issue23326) for asyncio.Serhiy Storchaka2015-03-301-0/+4
* 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
* | Issue #23605: Fix typo in an os.walk() commentVictor Stinner2015-03-301-1/+1
* | Merge 3.5.0a3 release engineering changes back into trunk.Larry Hastings2015-03-307-106/+236
|\ \
| * | Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError onSerhiy Storchaka2015-03-301-1/+18
| * | Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.Serhiy Storchaka2015-03-302-5/+10
| * | Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methodsVictor Stinner2015-03-301-87/+13
| * | Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestampsVictor Stinner2015-03-301-4/+61
| * | Merge: #23745: handle duplicate MIME parameter names in new parser.R David Murray2015-03-302-7/+136
| |\ \ | | |/
| | * #23745: handle duplicate MIME parameter names in new parser.R David Murray2015-03-302-7/+136
| * | Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in:Victor Stinner2015-03-291-2/+2
| * | Issue #22390: test.regrtest now emits a warning if temporary files orSerhiy Storchaka2015-03-291-15/+11
| |\ \ | | |/
| | * Issue #22390: test.regrtest now emits a warning if temporary files orSerhiy Storchaka2015-03-291-15/+11
* | | Release bump for Python 3.5.0a3.v3.5.0a3Larry Hastings2015-03-292-2/+2
* | | Regenerated pydoc topics and minor doc fixes for 3.5.0a3.Larry Hastings2015-03-291-1/+1
|/ /
* | Issue #14260: The groupindex attribute of regular expression pattern objectSerhiy Storchaka2015-03-293-4/+14
* | #2211: properly document the Morsel behavior changes.R David Murray2015-03-292-1/+10
* | merge 3.4 (#23801)Benjamin Peterson2015-03-292-2/+26
|\ \ | |/
| * Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorageDonald Stufft2015-03-292-2/+26
* | Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active.R David Murray2015-03-291-3/+10
|\ \ | |/
| * #23792: Ignore KeyboardInterrupt when the pydoc pager is active.R David Murray2015-03-291-3/+10
* | Added explicit tests for issue #23803.Serhiy Storchaka2015-03-291-0/+2
|\ \ | |/
| * Issue #23803: Fixed str.partition() and str.rpartition() when a separatorSerhiy Storchaka2015-03-291-0/+2
* | Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-294-11/+11
* | Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-286-16/+42
|\ \ | |/
| * Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-286-16/+43
* | Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetimeVictor Stinner2015-03-281-48/+18
* | Issue #22117: Write unit tests for _PyTime_AsTimeval()Victor Stinner2015-03-281-0/+38
* | Issue #22117: The signal modules uses the new _PyTime_t APIVictor Stinner2015-03-271-1/+28
* | Issue #22117: time.monotonic() now uses the new _PyTime_t APIVictor Stinner2015-03-271-10/+54
* | Remove a dead test for a never-launched APIBrett Cannon2015-03-271-9/+0
* | MergeBrett Cannon2015-03-271-79/+173
|\ \
| * | Issue #22117: Fix rounding in _PyTime_FromSecondsObject()Victor Stinner2015-03-271-79/+173
* | | Fix module deprecation warnings to have a useful stacklevelBrett Cannon2015-03-272-2/+2
|/ /
* | Issue #22117: Fix test_gdb for the new time.sleep()Victor Stinner2015-03-271-6/+8
* | Merge 3.4 (test.support)Victor Stinner2015-03-271-1/+1
|\ \ | |/
| * Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-OgVictor Stinner2015-03-271-1/+1
* | Merge 3.4 (asyncio)Victor Stinner2015-03-272-1/+6
|\ \ | |/
| * asyncio: Fix _SelectorTransport.__repr__() if the event loop is closedVictor Stinner2015-03-272-1/+6
* | Issue #23715: Fix test_sigtimedwait() of test_eintrVictor Stinner2015-03-271-1/+1
* | Issue #23775: pprint() of OrderedDict now outputs the same representationSerhiy Storchaka2015-03-262-24/+37
* | Issue #23776: Removed asserts from pprint.PrettyPrinter constructor.Serhiy Storchaka2015-03-262-7/+23
* | Issue #23765: Removed IsBadStringPtr calls in ctypesSteve Dower2015-03-261-8/+4