summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (issue #25888)Yury Selivanov2016-03-021-0/+1
|\
| * coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-0/+1
* | Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-101-1/+1
|\ \ | |/
| * Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
| * code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+10
* | Add ast.ConstantVictor Stinner2016-01-252-3/+11
* | Use Py_uintptr_t for atomic pointersVictor Stinner2016-01-221-3/+3
* | code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+10
* | merge from 3.5Senthil Kumaran2016-01-211-7/+7
|\ \ | |/
| * issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys andSenthil Kumaran2016-01-211-7/+7
* | co_lnotab supports negative line number deltaVictor Stinner2016-01-201-1/+1
* | Merge 3.5Victor Stinner2016-01-201-0/+10
|\ \ | |/
| * Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-0/+10
* | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-252-7/+7
* | Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-252-3/+3
* | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-0/+26
|\ \ | |/
| * Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-0/+26
* | Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-1/+1
|\ \ | |/
| * Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-1/+1
* | Issue #25701: Merge set and delete documentation from 3.5Martin Panter2015-12-081-10/+10
|\ \ | |/
| * Issue #25701: Document C API functions that both set and delete objectsMartin Panter2015-12-081-10/+10
| * Post-release fixups for Python 3.5.1.Larry Hastings2015-12-071-1/+1
| * Version bump for 3.5.1 final.v3.5.1Larry Hastings2015-12-061-3/+3
| * Post-release updates for Python 3.5.1rc1.Larry Hastings2015-11-231-1/+1
| * Version bump for Python 3.5.1rc1.v3.5.1rc1Larry Hastings2015-11-221-4/+4
| * Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-061-2/+3
* | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-0/+1
* | Issue #25558: Use compile-time asserts.Serhiy Storchaka2015-11-071-0/+4
* | Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-061-2/+3
* | Issue 25483: Add an opcode to make f-string formatting more robust.Eric V. Smith2015-11-032-0/+9
* | Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-2/+2
|\ \ | |/
| * Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-2/+2
| |\
| | * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-2/+2
* | | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-022-3/+3
|\ \ \ | |/ /
| * | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-022-3/+3
| |\ \ | | |/
| | * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-022-3/+3
* | | Add _PyBytesWriter_Resize() functionVictor Stinner2015-10-141-1/+18
* | | Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPIVictor Stinner2015-10-141-1/+2
* | | Optimize bytes.fromhex() and bytearray.fromhex()Victor Stinner2015-10-142-1/+4
* | | Optimize bytearray % argsVictor Stinner2015-10-141-1/+5
* | | Add use_bytearray attribute to _PyBytesWriterVictor Stinner2015-10-141-4/+8
* | | Merge 3.5 (sys.setrecursionlimit)Victor Stinner2015-10-121-3/+9
|\ \ \ | |/ /
| * | sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-121-3/+9
* | | Relax _PyBytesWriter APIVictor Stinner2015-10-121-7/+7
* | | Issue #25349: Optimize bytes % intVictor Stinner2015-10-091-0/+7
* | | Add _PyBytesWriter_WriteBytes() to factorize the codeVictor Stinner2015-10-091-0/+7
* | | _PyBytesWriter: rename size attribute to min_sizeVictor Stinner2015-10-091-2/+3
* | | Issue #25318: cleanup code _PyBytesWriterVictor Stinner2015-10-091-2/+2
* | | Issue #25318: Move _PyBytesWriter to bytesobject.cVictor Stinner2015-10-081-0/+52
* | | Issue #25318: Add _PyBytesWriter APIVictor Stinner2015-10-081-1/+1