Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.16
/
Include
tag
d45d13b086d066b10e1c83840158789703540a1e
tagger
Ned Deily <nad@python.org>
Tue Dec 06 19:00:04 2022
object
3f82aa744678620a811927dc4e56ad9c7c3d0c14
Python 3.7.16
3f82aa7
Python 3.7.16
by Ned Deily
· 2 years, 9 months ago
v3.7.16
6d576a4
Post release updates
by Ned Deily
· 2 years, 10 months ago
9de83ce
3.7.15
by Ned Deily
· 2 years, 10 months ago
v3.7.15
086cca4
Post releae updates
by Ned Deily
· 3 years ago
61e371a
3.7.14
by Ned Deily
· 3 years ago
15ec1af
[3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)
by Gregory P. Smith
· 3 years ago
3a4ca49
[3.7] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93149)
by Łukasz Langa
· 3 years, 3 months ago
d4a93e4
Post release updates
by Ned Deily
· 3 years, 5 months ago
000593c
3.7.13
by Ned Deily
· 3 years, 5 months ago
v3.7.13
d5650a1
Post release updates
by Ned Deily
· 4 years ago
1f97973
3.7.12
by Ned Deily
· 4 years ago
v3.7.12
16ef0f9
Post release updates
by Ned Deily
· 4 years, 2 months ago
9da28d2
3.7.11
by Ned Deily
· 4 years, 2 months ago
v3.7.11
37ba753
Post release updates
by Ned Deily
· 4 years, 6 months ago
9b2dd1f
3.7.10
by Ned Deily
· 4 years, 6 months ago
v3.7.10
4e02981
Post release updates
by Ned Deily
· 5 years ago
13c9474
3.7.9
by Ned Deily
· 5 years ago
v3.7.9
4fdc175
Post release updates
by Ned Deily
· 5 years ago
4b47a5b
3.7.8
by Ned Deily
· 5 years ago
v3.7.8
febe382
Post release update
by Ned Deily
· 5 years ago
5f3933d
3.7.8rc1
by Ned Deily
· 5 years ago
v3.7.8rc1
f462c09
Remove extraneous ')' in abstract.h (GH-19146)
by Miss Islington (bot)
· 5 years ago
d1c0989
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) (GH-19137)
by Victor Stinner
· 5 years ago
ae0bafc
Post release updates
by Ned Deily
· 5 years ago
d7c567b
3.7.7
by Ned Deily
· 5 years ago
v3.7.7
ba8c09b
Post release updates
by Ned Deily
· 5 years ago
93b7677
3.7.7rc1
by Ned Deily
· 5 years ago
v3.7.7rc1
54bd737
Post release updates
by Ned Deily
· 6 years ago
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
Next »