summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Issue #27809: Cleanup _PyEval_EvalCodeWithName()Victor Stinner2016-08-221-15/+13
* | _PyFunction_FastCallDict() supports keyword argsVictor Stinner2016-08-225-20/+51
* | Rename _PyObject_FastCall() to _PyObject_FastCallDict()Victor Stinner2016-08-2212-30/+39
* | Issue #27587: Merge from 3.5Berker Peksag2016-08-222-2/+8
|\ \ | |/
| * Issue #27587: Move null pointer check earlier in _PyState_AddModule()Berker Peksag2016-08-222-2/+8
* | Issue #27829: libregrtest.save_env: flush stderrVictor Stinner2016-08-221-6/+4
* | Cleanup libregrtestVictor Stinner2016-08-222-37/+20
* | Issue #27792: force int return type for modulo operations involving bools.Mark Dickinson2016-08-223-2/+16
* | Optimize call to Python function without argumentVictor Stinner2016-08-221-11/+31
* | Issue #27539: Merge from 3.5.Mark Dickinson2016-08-224-1/+22
|\ \ | |/
| * Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...Mark Dickinson2016-08-224-1/+22
* | Remove main section that was only used during testing and developmentRaymond Hettinger2016-08-221-38/+0
* | Issue #27819: Add more detail in What's New in 3.6.Jason R. Coombs2016-08-211-0/+23
* | remove unused list of pgen srcsBenjamin Peterson2016-08-211-23/+0
* | Issue #26984: int() now always returns an instance of exact int.Serhiy Storchaka2016-08-213-13/+29
* | Issue #21718: Merge from 3.5Berker Peksag2016-08-213-7/+48
|\ \ | |/
| * Issue #21718: cursor.description is now available for queries using CTEsBerker Peksag2016-08-213-7/+48
* | Untabify Objects/longobject.c.Mark Dickinson2016-08-211-2/+2
* | Issue #25604: Fix minor bug in integer true division, which couldMark Dickinson2016-08-212-2/+6
* | Issue #27662: add missing Misc/NEWS entry.Mark Dickinson2016-08-211-0/+4
* | Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch ...Mark Dickinson2016-08-211-11/+1
* | Merge #27782 fix from 3.5Nick Coghlan2016-08-217-32/+83
|\ \ | |/
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-217-32/+83
* | Issue #27487: Merge runpy warning from 3.5Martin Panter2016-08-214-11/+52
|\ \ | |/
| * Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-214-11/+52
* | Fix typo in IDLE News.Terry Jan Reedy2016-08-212-6/+6
|\ \ | |/
| * Fix typo in IDLE News.Terry Jan Reedy2016-08-212-2/+2
* | Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-212-0/+55
|\ \ | |/
| * Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-212-0/+18
* | Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
|\ \ | |/
| * Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
* | Issue #27819: Simply default to gztar for sdist formats by default on all pla...Jason R. Coombs2016-08-202-11/+4