summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #22117: The signal modules uses the new _PyTime_t APIVictor Stinner2015-03-275-15/+88
* Issue #22117: The gc module now uses _PyTime_t timestampVictor Stinner2015-03-271-6/+6
* Issue #22117: time.time() now uses the new _PyTime_t APIVictor Stinner2015-03-273-12/+133
* Issue #22117: time.monotonic() now uses the new _PyTime_t APIVictor Stinner2015-03-275-15/+121
* format .. note properlyBenjamin Peterson2015-03-271-3/+5
* Remove a dead test for a never-launched APIBrett Cannon2015-03-271-9/+0
* MergeBrett Cannon2015-03-275-86/+211
|\
| * Issue #22117: Fix rounding in _PyTime_FromSecondsObject()Victor Stinner2015-03-275-86/+211
* | 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 #23451, #22117: Python 3.5 now requires Windows Vista or newer, soVictor Stinner2015-03-271-47/+2
* | Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.hVictor Stinner2015-03-273-22/+361
* | Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section andVictor Stinner2015-03-263-0/+33
* | _PyUnicodeWriter_WriteStr() now checks that the input string is consistentVictor Stinner2015-03-261-0/+1
* | Issue #23775: pprint() of OrderedDict now outputs the same representationSerhiy Storchaka2015-03-263-24/+40
* | Issue #23776: Removed asserts from pprint.PrettyPrinter constructor.Serhiy Storchaka2015-03-262-7/+23
* | Issue #23765: Removed IsBadStringPtr calls in ctypesSteve Dower2015-03-262-8/+6
* | Issue #22364: Improved some re error messages using regex for hints.Serhiy Storchaka2015-03-256-196/+300
* | Check that failed writerow() doesn't produce change a file.Serhiy Storchaka2015-03-251-14/+16
|\ \ | |/
| * Check that failed writerow() doesn't produce change a file.Serhiy Storchaka2015-03-251-14/+16
* | Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-253-1/+4
|\ \ | |/
| * Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-253-1/+4
* | Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusiveSerhiy Storchaka2015-03-255-21/+49
* | Missing brace and minor formatting in Windows installerSteve Dower2015-03-251-2/+2
* | Closes #9445: Removes detection of GetFinalPathNameByHandleSteve Dower2015-03-211-50/+6
* | Issue #23765: Remove IsBadStringPtr calls in ctypesSteve Dower2015-03-251-20/+4
* | Fixes UI labels and ability to add/remove features.Steve Dower2015-03-251-10/+21
* | Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals ...Steve Dower2015-03-258-31/+94
* | Fix typoRaymond Hettinger2015-03-251-1/+1
* | Minor code and comment cleanups.Raymond Hettinger2015-03-251-21/+18
* | Issue #23573: Fix bytes.rfind() and bytearray.rfind() on WindowsVictor Stinner2015-03-252-2/+4
* | Merge 3.4 (traceback)Victor Stinner2015-03-251-1/+8
|\ \ | |/
| * Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),Victor Stinner2015-03-251-1/+8
* | (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError()Victor Stinner2015-03-251-17/+28
|\ \ | |/
| * Issue #23571: Fix reentrant call to Py_FatalError()Victor Stinner2015-03-251-17/+28
* | Fixed bytes warnings when run tests with -vv.Serhiy Storchaka2015-03-242-6/+6
|\ \ | |/
| * Fixed bytes warnings when run tests with -vv.Serhiy Storchaka2015-03-242-6/+6
* | Fixed using deprecated escaping in regular expression in _strptime.py (issue2...Serhiy Storchaka2015-03-242-3/+3
* | Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-244-6/+64
|\ \ | |/
| * Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-244-6/+64
* | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``Serhiy Storchaka2015-03-246-19/+60
* | Issue #4727: Fixed issue number in Misc/NEWS.Serhiy Storchaka2015-03-241-1/+1
* | Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-246-3/+60
|\ \ | |/
| * Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-244-3/+48
* | Issue #23573: Increased performance of string search operations (str.find,Serhiy Storchaka2015-03-246-193/+248