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
*
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
*
bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...
Miss Islington (bot)
2020-04-06
1
-0/+2
*
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
Steve Dower
2020-04-04
1
-0/+1
*
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Miss Islington (bot)
2020-04-04
1
-0/+2
*
bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)
Miss Islington (bot)
2020-04-03
1
-0/+1
*
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
Miss Islington (bot)
2020-04-03
1
-0/+1
*
lib2to3: Support named assignment expressions (GH-12702)
Miss Islington (bot)
2020-04-02
1
-0/+2
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296)
Miss Islington (bot)
2020-04-02
2
-0/+8
*
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
Miss Islington (bot)
2020-04-02
1
-0/+1
*
bpo-38527: fix configure script for Solaris (GH-16845)
Miss Islington (bot)
2020-04-01
1
-0/+2
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Miss Islington (bot)
2020-03-31
1
-0/+2
*
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Miss Islington (bot)
2020-03-31
1
-0/+1
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Miss Islington (bot)
2020-03-26
2
-0/+3
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Miss Islington (bot)
2020-03-26
2
-0/+3
*
bpo-40016: re docstring: Clarify relationship of inline and argument flags (G...
Miss Islington (bot)
2020-03-25
1
-0/+1
*
bpo-40014: Fix os.getgrouplist() (GH-19126)
Miss Islington (bot)
2020-03-24
1
-3/+4
*
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136)
Victor Stinner
2020-03-24
1
-0/+3
*
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
Miss Islington (bot)
2020-03-23
1
-0/+3
*
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516...
Miss Islington (bot)
2020-03-22
1
-0/+2
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Miss Islington (bot)
2020-03-21
1
-0/+2
*
[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)...
Victor Stinner
2020-03-20
1
-0/+2
*
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...
Miss Islington (bot)
2020-03-19
1
-0/+2
*
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029)
Victor Stinner
2020-03-16
1
-0/+2
*
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...
Miss Islington (bot)
2020-03-15
1
-0/+4
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Miss Islington (bot)
2020-03-15
1
-0/+3
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Miss Islington (bot)
2020-03-14
1
-0/+1
[next]