summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue 27598: Add Collections to collections.abc.Guido van Rossum2016-08-235-21/+132
* | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-08-235-26/+104
|\ \
| * | Re-licence statistics.py under the standard Python licence.Steven D'Aprano2016-08-231-17/+0
| * | Add documentation for geometric and harmonic means.Steven D'Aprano2016-08-231-0/+58
| * | Issue #27573 make the exit message configurable.Steven D'Aprano2016-08-233-9/+46
* | | In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in...Guido van Rossum2016-08-231-1/+1
|\ \ \ | | |/ | |/|
| * | In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in...Guido van Rossum2016-08-231-1/+1
* | | Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff ...Mark Dickinson2016-08-232-0/+144
* | | Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.Mark Dickinson2016-08-233-1/+5
| |/ |/|
* | Issue #27809: partial_call() uses fast call for positional argsVictor Stinner2016-08-231-12/+28
* | Issue #27787: Remove test_main() and hard-coded list of test classesMartin Panter2016-08-231-9/+2
* | Issue #12713: reverted fix pending further discussion.Vinay Sajip2016-08-234-98/+32
* | Issue #27809: builtin___build_class__() uses fast callVictor Stinner2016-08-221-6/+2
* | PyEval_CallObjectWithKeywords() doesn't inc/decrefVictor Stinner2016-08-221-7/+1
* | Issue #27809: methodcaller_reduce() uses fast callVictor Stinner2016-08-221-11/+7
* | Issue #27809: _csv: _call_dialect() uses fast callVictor Stinner2016-08-221-9/+7
* | Issue #27809: tzinfo_reduce() uses fast callVictor Stinner2016-08-221-14/+10
* | Issue #27809: PyErr_SetImportError() uses fast callVictor Stinner2016-08-221-14/+8
* | Add _PyErr_CreateException()Victor Stinner2016-08-221-30/+29
* | Issue #27809: Use _PyObject_FastCallDict()Victor Stinner2016-08-222-25/+15
* | PyEval_CallObjectWithKeywords() uses fast call with kwargsVictor Stinner2016-08-221-12/+4
* | Issue #27809: Use _PyObject_FastCallDict()Victor Stinner2016-08-222-34/+15