Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.6
/
Include
tag
ef8e77cea43fb83c1398d058b8f639fede8fba76
tagger
Ned Deily <nad@python.org>
Wed Dec 18 18:53:11 2019
object
43364a7ae01fbe4288ef42622259a0038ce1edcc
Python 3.7.6
43364a7
3.7.6
by Ned Deily
· 6 years ago
v3.7.6
85924a4
Post release updates
by Ned Deily
· 6 years ago
bd18254
3.7.6rc1
by Ned Deily
· 6 years ago
v3.7.6rc1
7f7f986
[3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-17000)
by Serhiy Storchaka
· 6 years ago
e48589d
Post release updates
by Ned Deily
· 6 years ago
5c02a39
3.7.5
by Ned Deily
· 6 years ago
v3.7.5
2027f90
Post release updates
by Ned Deily
· 6 years ago
4082f60
3.7.5rc1
by Ned Deily
· 6 years ago
v3.7.5rc1
912b5a9
closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)
by Miss Islington (bot)
· 6 years ago
8fac472
Fix _PyTime_MIN/MAX values (GH-15384)
by Miss Islington (bot)
· 6 years ago
4016cd5
Post release updates
by Ned Deily
· 6 years ago
e093591
3.7.4 final
by Ned Deily
· 6 years ago
v3.7.4
7f193e8
3.7.4rc2
by Ned Deily
· 6 years ago
v3.7.4rc2
b26441e
3.7.4rc1
by Ned Deily
· 6 years ago
v3.7.4rc1
8766cb7
[3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581)
by Inada Naoki
· 6 years ago
2156fec
[3.7] Revert "align PyGC_Head to alignof(long double) (GH-13335)" (GH-13569)
by Gregory P. Smith
· 6 years ago
ea2b76b
bpo-27987: align PyGC_Head to alignof(long double) (GH-13335)
by Inada Naoki
· 6 years ago
8a9a6b4
[3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920)
by Victor Stinner
· 6 years ago
9e23f0a
[3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) (GH-12788)
by Victor Stinner
· 6 years ago
bc8c263
bump to 3.7.3+
by Ned Deily
· 6 years ago
3a1f71d
Merge tag 'v3.7.3' into 3.7
by Ned Deily
· 6 years ago
ef4ec6e
3.7.3
by Ned Deily
· 6 years ago
v3.7.3
f7959a9
bpo-36236: Handle removed cwd at Python init (GH-12450)
by Victor Stinner
· 6 years ago
935250d
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436)
by Victor Stinner
· 6 years ago
67294f6
bpo-36317: Fix typo in _PyObject_FastCallDict documentation (GH-12383) (GH-12402)
by Rémi Lapeyre
· 6 years ago
822952c
bump to 3.7.3rc1+
by Ned Deily
· 6 years ago
69785b2
3.7.3rc1
by Ned Deily
· 6 years ago
v3.7.3rc1
a144fee
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376)
by Miss Islington (bot)
· 7 years ago
4cb468d
Post release bump
by Ned Deily
· 7 years ago
9a3ffc0
3.7.2final
by Ned Deily
· 7 years ago
v3.7.2
ffc106c
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)
by Miss Islington (bot)
· 7 years ago
75a402a
3.7.2rc1
by Ned Deily
· 7 years ago
v3.7.2rc1
3cae16d
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107)
by Serhiy Storchaka
· 7 years ago
6f5fa1b
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718)
by Victor Stinner
· 7 years ago
f6e323c
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673)
by Victor Stinner
· 7 years ago
95036ea
[3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662)
by Victor Stinner
· 7 years ago
e851049
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861)
by Steve Dower
· 7 years ago
9ee1d42
bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546)
by Victor Stinner
· 7 years ago
35c28d5
[3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529)
by Victor Stinner
· 7 years ago
f6602f9
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
by Miss Islington (bot)
· 7 years ago
5f4d05d
[3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492)
by Gregory P. Smith
· 7 years ago
a9122d1
[3.7] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10301)
by Alexey Izbyshev
· 7 years ago
21220bb
bpo-34403: Fix initfsencoding() for ASCII (GH-10233)
by Victor Stinner
· 7 years ago
a5f6882
Post release bump
by Ned Deily
· 7 years ago
08eae4f
Merge tag 'v3.7.1' into 3.7
by Ned Deily
· 7 years ago
260ec2c
3.7.1final
by Ned Deily
· 7 years ago
v3.7.1
178d1c0
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
by Miss Islington (bot)
· 7 years ago
6a1238c
Post release bump
by Ned Deily
· 7 years ago
6c06ef7
3.7.1rc2
by Ned Deily
· 7 years ago
v3.7.1rc2
2bdba6b
Post release bump
by Ned Deily
· 7 years ago
2064bcf
3.7.1rc1
by Ned Deily
· 7 years ago
v3.7.1rc1
187f2dd
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
by Miss Islington (bot)
· 7 years ago
95cc3ee
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416)
by Victor Stinner
· 7 years ago
470a435
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
by Miss Islington (bot)
· 7 years ago
144f1e2
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)
by Victor Stinner
· 7 years ago
0c90d6f
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
by Victor Stinner
· 7 years ago
c919252
Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)
by Miss Islington (bot)
· 7 years ago
4f69a29
start 3.7.0+
by Ned Deily
· 7 years ago
1bf9cc5
3.7.0 final
by Ned Deily
· 7 years ago
v3.7.0
dfad352
3.7.0rc1
by Ned Deily
· 7 years ago
v3.7.0rc1
d8bc353
Bump to 3.7.0b5+
by Ned Deily
· 7 years ago
abb8802
3.7.0b5
by Ned Deily
· 7 years ago
v3.7.0b5
2641ee5
bpo-32911: Revert bpo-29463. (GH-7121)
by Serhiy Storchaka
· 7 years ago
1f22a30
[3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)
by Serhiy Storchaka
· 7 years ago
e1a78ca
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
by Miss Islington (bot)
· 7 years ago
b32f889
[3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927)
by Serhiy Storchaka
· 7 years ago
6bd0c47
bpo-32604: Remove xid registry. (#6813)
by Eric Snow
· 7 years ago
01e19f8
bump to 3.7.0b4+
by Ned Deily
· 7 years ago
eb96c37
3.7.0b4
by Ned Deily
· 7 years ago
v3.7.0b4
3295529
Spelling fixes to docs, docstrings, and comments (GH-6374)
by Miss Islington (bot)
· 7 years ago
e557b5c
bump to 3.7.0b3+
by Ned Deily
· 7 years ago
4e7efa9
3.7.0b3
by Ned Deily
· 7 years ago
v3.7.0b3
5506d60
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
by Miss Islington (bot)
· 7 years ago
b2df4a00
Moving on to 3.7.0b2+
by Ned Deily
· 7 years ago
b0ef5c9
Update NEWS, docs, and patchlevel for 3.7.0b2
by Ned Deily
· 7 years ago
v3.7.0b2
3db05a3
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710)
by Miss Islington (bot)
· 8 years ago
972edd9
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5569)
by Miss Islington (bot)
· 8 years ago
2bb0bfa
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562)
by Miss Islington (bot)
· 8 years ago
29fd9ea
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)
by Miss Islington (bot)
· 8 years ago
f5f8a74
finished 3.7.0b1 - on to b1+
by Ned Deily
· 8 years ago
9561d7f
Update NEWS, docs, and patchlevel for 3.7.0b1
by Ned Deily
· 8 years ago
v3.7.0b1
7f8bfc9
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
by Eric Snow
· 8 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 8 years ago
72a0d21
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
by Pablo Galindo
· 8 years ago
c65ef77
rename _imp initialization function to follow conventions (#5432)
by Benjamin Peterson
· 8 years ago
a49ac99
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
by INADA Naoki
· 8 years ago
95e4d58
String annotations [PEP 563] (#4390)
by Guido van Rossum
· 8 years ago
f320be7
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
by Serhiy Storchaka
· 8 years ago
04af5b1
bpo-10381: Add timezone to datetime C API (#5032)
by Paul Ganssle
· 8 years ago
8ded5b8
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
by Victor Stinner
· 8 years ago
e768c86
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284)
by stratakis
· 8 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 8 years ago
13ff245
bpo-32593: Drop FreeBSD 9 and older support (#5232)
by Victor Stinner
· 8 years ago
fc2f407
bpo-32591: Add native coroutine origin tracking (#5250)
by Nathaniel J. Smith
· 8 years ago
378edee
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
by INADA Naoki
· 8 years ago
cb064fc
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
by Victor Stinner
· 8 years ago
7ed7aea
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
by Victor Stinner
· 8 years ago
cb3ae55
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
by Victor Stinner
· 8 years ago
2cba6b8
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
by Victor Stinner
· 8 years ago
2ab3a8f
Post-release version bump to a4+
by Ned Deily
· 8 years ago
Next »