index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Zackery Spytz
2020-05-26
1
-0/+2
*
bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116)
Miss Islington (bot)
2020-05-26
1
-0/+1
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
1
-0/+2
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Miss Islington (bot)
2020-05-24
1
-0/+1
*
[3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-0/+2
*
bpo-39631: Adds NEWS entry (GH-20227)
Miss Islington (bot)
2020-05-19
1
-0/+2
*
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Miss Islington (bot)
2020-05-19
1
-0/+1
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Miss Islington (bot)
2020-05-18
1
-0/+1
*
bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)
Miss Islington (bot)
2020-05-18
1
-0/+1
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Miss Islington (bot)
2020-05-18
1
-0/+3
*
bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...
Miss Islington (bot)
2020-05-18
1
-0/+1
*
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Miss Islington (bot)
2020-05-16
1
-0/+1
*
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Miss Islington (bot)
2020-05-15
1
-0/+3
*
[3.8] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20119)
Christian Heimes
2020-05-15
1
-0/+3
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Miss Islington (bot)
2020-05-15
1
-0/+2
*
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
Miss Islington (bot)
2020-05-15
1
-0/+3
*
Python 3.8.3
v3.8.3
Łukasz Langa
2020-05-13
12
-16/+107
*
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Miss Islington (bot)
2020-05-11
1
-0/+1
*
[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
Miss Islington (bot)
2020-05-08
1
-0/+1
*
bpo-40527: Fix command line argument parsing (GH-19955)
Miss Islington (bot)
2020-05-06
1
-0/+2
*
[3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...
Robert Rouhani
2020-05-06
1
-0/+1
*
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...
Miss Islington (bot)
2020-05-05
1
-0/+2
*
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...
Miss Islington (bot)
2020-05-05
1
-0/+1
*
bpo-40459: Fix NameError in platform.py (GH-19855)
Miss Islington (bot)
2020-05-05
1
-0/+1
*
[3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720...
Serhiy Storchaka
2020-05-02
1
-0/+2
*
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Miss Islington (bot)
2020-05-01
1
-0/+1
*
[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)
Antoine Pitrou
2020-05-01
2
-0/+2
*
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...
Pablo Galindo
2020-05-01
1
-0/+3
*
Python 3.8.3rc1
v3.8.3rc1
Łukasz Langa
2020-04-29
88
-178/+884
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Miss Islington (bot)
2020-04-29
1
-0/+1
*
[3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-1660...
Zachary Ware
2020-04-27
1
-0/+1
*
gdbinit: Use proper define syntax (GH-19557)
Miss Islington (bot)
2020-04-23
1
-1/+1
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Miss Islington (bot)
2020-04-22
1
-0/+1
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
Victor Stinner
2020-04-22
1
-0/+2
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miss Islington (bot)
2020-04-22
1
-0/+2
*
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
Miss Islington (bot)
2020-04-22
1
-0/+1
*
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
Miss Islington (bot)
2020-04-20
1
-0/+2
*
[3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)
Antoine Pitrou
2020-04-20
1
-0/+2
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Miss Islington (bot)
2020-04-18
1
-0/+2
*
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-0/+1
*
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Miss Islington (bot)
2020-04-17
1
-0/+1
*
bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)
Miss Islington (bot)
2020-04-16
1
-0/+1
*
[3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)
Miss Islington (bot)
2020-04-15
1
-0/+1
*
bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...
Miss Islington (bot)
2020-04-14
1
-0/+1
*
[3.8] Update libregrtest from master (GH-19516)
Victor Stinner
2020-04-14
2
-0/+6
*
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser...
Miss Islington (bot)
2020-04-12
1
-0/+2
*
[3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) ...
Serhiy Storchaka
2020-04-12
1
-0/+3
*
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
Miss Islington (bot)
2020-04-11
1
-0/+1
*
bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)
Victor Stinner
2020-04-08
1
-0/+1
*
bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194)
Miss Islington (bot)
2020-04-07
1
-0/+3
[next]