summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Post release bumpNed Deily2018-09-271-1/+1
* 3.7.1rc1v3.7.1rc1Ned Deily2018-09-261-4/+4
* bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)Miss Islington (bot)2018-09-211-11/+9
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-192-8/+3
* bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)Miss Islington (bot)2018-09-181-1/+3
* [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...Victor Stinner2018-09-182-3/+8
* [3.7] bpo-34247: Fix Python 3.7 initialization (#8659)Victor Stinner2018-08-052-4/+19
* Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)Miss Islington (bot)2018-06-291-3/+0
* start 3.7.0+Ned Deily2018-06-271-1/+1
* 3.7.0 finalv3.7.0Ned Deily2018-06-271-3/+3
* 3.7.0rc1v3.7.0rc1Ned Deily2018-06-121-3/+3
* Bump to 3.7.0b5+Ned Deily2018-05-311-1/+1
* 3.7.0b5v3.7.0b5Ned Deily2018-05-301-2/+2
* bpo-32911: Revert bpo-29463. (GH-7121)Serhiy Storchaka2018-05-291-15/+10
* [3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)Serhiy Storchaka2018-05-222-0/+4
* bpo-5945: Improve mappings and sequences C API docs. (GH-7029)Miss Islington (bot)2018-05-221-8/+8
* [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774)...Serhiy Storchaka2018-05-201-3/+1
* bpo-32604: Remove xid registry. (#6813)Eric Snow2018-05-151-74/+0
* bump to 3.7.0b4+Ned Deily2018-05-021-1/+1
* 3.7.0b4v3.7.0b4Ned Deily2018-05-021-2/+2
* Spelling fixes to docs, docstrings, and comments (GH-6374)Miss Islington (bot)2018-04-202-2/+2
* bump to 3.7.0b3+Ned Deily2018-03-291-1/+1
* 3.7.0b3v3.7.0b3Ned Deily2018-03-291-2/+2
* bpo-32836: Remove obsolete code from symtable pass (GH-5680)Miss Islington (bot)2018-03-101-1/+0
* Moving on to 3.7.0b2+Ned Deily2018-02-281-1/+1
* Update NEWS, docs, and patchlevel for 3.7.0b2v3.7.0b2Ned Deily2018-02-281-2/+2
* bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...Miss Islington (bot)2018-02-172-0/+8
* Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5569)Miss Islington (bot)2018-02-121-1/+1
* bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...Miss Islington (bot)2018-02-061-0/+3
* Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)Miss Islington (bot)2018-02-021-1/+0
* finished 3.7.0b1 - on to b1+Ned Deily2018-01-311-1/+1
* Update NEWS, docs, and patchlevel for 3.7.0b1v3.7.0b1Ned Deily2018-01-301-3/+3
* bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...Eric Snow2018-01-301-0/+78
* bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)Mark Shannon2018-01-301-1/+0
* bpo-31356: Add context manager to temporarily disable GC (GH-4224)Pablo Galindo2018-01-291-0/+1
* rename _imp initialization function to follow conventions (#5432)Benjamin Peterson2018-01-291-1/+1
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-271-0/+2
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-263-1/+12
* bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...Serhiy Storchaka2018-01-251-2/+11
* bpo-10381: Add timezone to datetime C API (#5032)Paul Ganssle2018-01-241-0/+13
* bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)Victor Stinner2018-01-241-13/+27
* bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#...stratakis2018-01-231-0/+3
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-235-0/+249
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-222-36/+10
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-214-0/+9
* bpo-32544: Speed up hasattr() and getattr() (GH-5173)INADA Naoki2018-01-161-1/+3
* bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)Victor Stinner2018-01-151-0/+5
* bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)Victor Stinner2018-01-152-21/+30
* bpo-29240: Ignore UTF-8 Mode in time module (#5148)Victor Stinner2018-01-111-0/+4
* bpo-29240: readline now ignores the UTF-8 Mode (#5145)Victor Stinner2018-01-102-0/+18