summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant Argument Clinic directives.Serhiy Storchaka2017-02-043-19/+0
* Issue #20185: Converted the gc module to Argument Clinic.Serhiy Storchaka2017-02-042-98/+390
* Issue #29300: Use Argument Clinic for getting struct object from the format.Serhiy Storchaka2017-02-042-83/+103
* Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
|\
| * Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
| |\
| | * Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
* | | Issue #29198: Merge from 3.6Berker Peksag2017-02-041-2/+2
|\ \ \ | |/ /
| * | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-2/+2
| |\ \ | | |/
| | * Issue #29198: Fix indentation and markup in typing.rstBerker Peksag2017-02-041-2/+2
* | | Issue #29198: Merge from 3.6Berker Peksag2017-02-041-0/+33
|\ \ \ | |/ /
| * | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-0/+33
| |\ \ | | |/
| | * Issue #29198: Document typing.AsyncGeneratorBerker Peksag2017-02-041-0/+33
* | | Issue #29311: Regenerate Argument Clinic.Serhiy Storchaka2017-02-042-3/+3
* | | null mergeXiang Zhang2017-02-030-0/+0
|\ \ \ | |/ /
| * | Fixes #29213: merged fix from 3.5.Vinay Sajip2017-02-022-7/+5
| |\ \ | | |/
| | * Fixes #29213: regularised EOLs of venv scripts.Vinay Sajip2017-02-022-7/+5
* | | Issue #29263: LOAD_METHOD support for C methodsINADA Naoki2017-02-028-36/+88
* | | Closes #29213: Merged fix from 3.6.Vinay Sajip2017-02-022-7/+5
* | | Closes #24875: Merged fix from 3.6.Vinay Sajip2017-02-022-8/+23
|\ \ \ | |/ /
| * | Fixes #24875: Merged fix from 3.5.Vinay Sajip2017-02-022-8/+23
| |\ \ | | |/
| | * Fixes #24875: pip can now be installed in a venv with --system-site-packages.Vinay Sajip2017-02-022-9/+25
* | | Remove unnecessary variables.Raymond Hettinger2017-02-021-5/+2
* | | Issue #29421: Make int.to_bytes() and int.from_bytes() slightly fasterSerhiy Storchaka2017-02-021-4/+7
* | | Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-023-15/+19
* | | Null merge 3.6Victor Stinner2017-02-020-0/+0
|\ \ \ | |/ /
| * | Merge 3.5Victor Stinner2017-02-021-0/+4
| |\ \ | | |/
| | * Issue #29300: test_struct tests unpack_from() with keywordsVictor Stinner2017-02-021-0/+4
* | | Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-024-239/+540
* | | Issue #29368: Fix _Pickle_FastCall() usage in do_append()Victor Stinner2017-02-021-1/+0
* | | Issue #29368: The extend() method is now called instead of the append()Serhiy Storchaka2017-02-023-24/+57
* | | Issue #29381: merge with 3.6Mariatta Wijaya2017-02-021-11/+10
|\ \ \ | |/ /
| * | Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-021-11/+10
| * | Backed out changeset 3d712292f2faMariatta Wijaya2017-02-021-14/+15
| * | Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-021-15/+14
* | | Issue #20185: Converted the int class to Argument Clinic.Serhiy Storchaka2017-02-012-135/+303
* | | Issue #29407: Merge from 3.6Berker Peksag2017-02-011-8/+7
|\ \ \ | |/ /
| * | Issue #29407: Merge from 3.5Berker Peksag2017-02-011-8/+7
| |\ \ | | |/
| | * Issue #29407: Remove redundant ensure_future() calls in factorial exampleBerker Peksag2017-02-011-8/+7
* | | Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-014-0/+49
* | | Fix test_gdb.test_wrapper_call() on Python 2Victor Stinner2017-02-011-2/+2
* | | Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack()Victor Stinner2017-02-011-12/+12
* | | Document that _PyFunction_FastCallDict() must copy kwargsVictor Stinner2017-02-011-0/+2
* | | Make test_gdb.test_wrapper_call() make reliableVictor Stinner2017-02-011-3/+2
* | | python-gdb.py supports method-wrapperVictor Stinner2017-02-013-6/+71
* | | Merge 3.6doko@ubuntu.com2017-02-011-1/+1
|\ \ \ | |/ /
| * | Merge 3.5doko@ubuntu.com2017-02-011-1/+1
| |\ \ | | |/
| | * Issue #29169: Fix NEWS entry.doko@ubuntu.com2017-02-011-1/+1
* | | merge 3.6 (#29398)Benjamin Peterson2017-02-011-1/+1
|\ \ \ | |/ /
| * | merge 3.5 (#29398)Benjamin Peterson2017-02-011-1/+1
| |\ \ | | |/
| | * gc types needs to be allocated as such (closes #29398)Benjamin Peterson2017-02-011-1/+1