summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a What's New entry for PEP 519Brett Cannon2016-08-261-0/+67
* Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-2611-52/+424
* Issue #10513: Merge from 3.5Berker Peksag2016-08-263-1/+34
|\
| * Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-263-1/+34
* | MergeRaymond Hettinger2016-08-268-11/+11
|\ \ | |/
| * Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-268-11/+11
* | Add version to title of IDLE help window.Terry Jan Reedy2016-08-261-1/+2
|\ \ | |/
| * Add version to title of IDLE help window.Terry Jan Reedy2016-08-261-1/+2
* | Issue #27830: Revert, remove _PyFunction_FastCallKeywords()Victor Stinner2016-08-254-74/+6
* | Closes #23746: merged update from 3.5.Vinay Sajip2016-08-251-1/+3
|\ \ | |/
| * Issue #23746: Clarified is_python_build() documentation.Vinay Sajip2016-08-251-1/+3
* | Merge with 3.5Terry Jan Reedy2016-08-252-24/+25
|\ \ | |/
| * Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.Terry Jan Reedy2016-08-252-24/+25
* | Issue #27821: Fix bug in idlelib.comfig function and add new tests.Terry Jan Reedy2016-08-252-23/+85
* | method_call() and slot_tp_new() now uses fast callVictor Stinner2016-08-244-40/+55
* | Issue #27830: Fix _PyObject_FastCallKeywords()Victor Stinner2016-08-241-1/+1
* | _pickle: remove outdated commentVictor Stinner2016-08-241-11/+0
* | _PyObject_FastCallDict(): avoid _Py_CheckFunctionResult()Victor Stinner2016-08-241-2/+2
* | Add _PyObject_FastCallKeywords()Victor Stinner2016-08-244-9/+116
* | Closes #27595: Document PEP 495 (Local Time Disambiguation) features.Alexander Belopolsky2016-08-242-104/+181
* | Fix typo in test nameBerker Peksag2016-08-241-1/+1
* | Use Py_ssize_t type for number of argumentsVictor Stinner2016-08-247-90/+128
* | Merge with 3.5Terry Jan Reedy2016-08-241-1/+1
|\ \ | |/
| * Fix misspellingTerry Jan Reedy2016-08-241-1/+1
* | Merge from 3.5Berker Peksag2016-08-241-1/+1
|\ \ | |/
| * Fix typo in Cursor.execute().Berker Peksag2016-08-241-1/+1
* | Issue #6057: Merge from 3.5Berker Peksag2016-08-242-2/+33
|\ \ | |/
| * Issue #6057: Document exceptions in sqlite3 moduleBerker Peksag2016-08-242-2/+33
* | Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHa...Vinay Sajip2016-08-241-17/+35
* | Issue #12319: Move NEWS under beta 1 headingMartin Panter2016-08-241-8/+8
* | Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-249-150/+531
* | Remove expected failure from test of _product internal function.Steven D'Aprano2016-08-241-2/+2
* | Remove support for nth root of negative numbers with odd powers.Steven D'Aprano2016-08-242-28/+8
* | Add geometric_mean to __all__Steven D'Aprano2016-08-241-1/+2
* | Update NEWS.Steven D'Aprano2016-08-241-1/+3
* | #26907: add some missing getsockopt constants.R David Murray2016-08-243-0/+20
* | Merge: #25916: fix a few 'string of bytes' references.R David Murray2016-08-244-4/+4
|\ \ | |/
| * #25916: fix a few 'string of bytes' references.R David Murray2016-08-244-4/+4
* | Issue #27809: map_next() uses fast callVictor Stinner2016-08-231-15/+31
* | PyObject_CallMethodObjArgs() now uses fast callVictor Stinner2016-08-231-32/+71
* | Backed out changeset 0e4f26083bbb (PyObject_CallMethodObjArgs)Victor Stinner2016-08-231-71/+32
* | Backed out changeset 70f88b097f60 (map_next)Victor Stinner2016-08-231-31/+15
* | PyObject_CallMethodObjArgs() now uses fast callVictor Stinner2016-08-231-32/+71
* | Issue #27809: map_next() uses fast callVictor Stinner2016-08-231-15/+31
* | Backed out changeset 1017215f5492Mark Dickinson2016-08-232-144/+0
* | Issue #27834: Avoid overflow error in ZoneInfo.invert().Alexander Belopolsky2016-08-231-3/+3
* | Fix markup, add versionadded tagsZachary Ware2016-08-231-3/+7
* | Issue #27787: No longer call deleted test_main().Terry Jan Reedy2016-08-231-1/+1
* | A new version of typing.py from https://github.com/python/typing. (Merge 3.5-...Guido van Rossum2016-08-233-26/+61
|\ \ | |/
| * A new version of typing.py from https://github.com/python/typing.Guido van Rossum2016-08-233-26/+61