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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-23469: Delete Wing IDE configuration files (GH-30067)
Kumar Aditya
2021-12-14
4
-50/+0
*
bpo-45919: Remove out of date comment (GH-30090)
Dong-hee Na
2021-12-14
1
-2/+4
*
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow
2021-12-14
9
-81/+360
*
bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-...
Vinay Sajip
2021-12-14
3
-5/+83
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
9
-115/+205
*
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees
2021-12-13
3
-0/+14
*
bpo-45919: Use WinAPI GetFileType() in is_valid_fd() (GH-30082)
Dong-hee Na
2021-12-13
1
-12/+10
*
Clarify new_event_loop return value. (GH-30078)
Paul Bryan
2021-12-13
1
-1/+1
*
bpo-16594: Add allow_reuse_port on socketserver (GH-30072)
AN Long
2021-12-13
2
-0/+9
*
bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (G...
Irit Katriel
2021-12-13
1
-1/+2
*
bpo-27718: Fix help for the signal module (GH-30063)
Serhiy Storchaka
2021-12-13
3
-3/+21
*
Remove erroneous padding in dataclasses (GH-30076)
Andre Delfino
2021-12-12
1
-63/+63
*
bpo-46054: Correct non-utf8 character tests in test_exceptions (GH-30074)
Pablo Galindo Salgado
2021-12-12
1
-2/+2
*
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...
Georg Brandl
2021-12-12
3
-10/+9
*
Re-add `reuse_address` parameter to `create_server` (GH-29733)
Jim Crist-Harif
2021-12-12
1
-0/+6
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
12
-16/+17
*
bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29...
Christian Sattler
2021-12-12
3
-3/+7
*
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...
Pablo Galindo Salgado
2021-12-12
3
-8/+19
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
Pablo Galindo Salgado
2021-12-11
4
-65/+98
*
bpo-44674: Use unhashability as a proxy for mutability for default dataclass ...
Eric V. Smith
2021-12-11
4
-5/+45
*
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
Steve Dower
2021-12-11
4
-41/+52
*
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3...
Steve Dower
2021-12-11
3
-3/+25
*
bpo-19737: Improved the documentation for globals (GH-29823)
180909
2021-12-11
2
-3/+4
*
build(deps): bump actions/cache from 2.1.6 to 2.1.7 (GH-29875)
dependabot[bot]
2021-12-10
1
-3/+3
*
bpo-37971: fix the position of decorator application (GH-30027)
Carl Friedrich Bolz-Tereick
2021-12-10
4
-11/+76
*
bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934)
Weipeng Hong
2021-12-10
3
-19/+6
*
bpo-43795: Document stable_abi.txt format and contents (GH-29956)
Petr Viktorin
2021-12-10
2
-0/+41
*
bpo-46014: Add ability to use typing.Union with singledispatch (GH-30017)
Yurii Karabas
2021-12-10
3
-7/+60
*
bpo-27062: add `__all__` to inspect module (GH-30003)
Kumar Aditya
2021-12-10
3
-1/+104
*
bpo-45635: refactor print_exception_recursive into smaller functions to stand...
Irit Katriel
2021-12-10
1
-149/+187
*
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976)
Louis Sautier
2021-12-10
1
-3/+3
*
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes
2021-12-10
7
-27/+5
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
7
-7/+23
*
bpo-46023: Fix makesetup handling of disabled rule (GH-30001)
Christian Heimes
2021-12-10
2
-0/+5
*
bpo-45723: Normalise configure user communication (GH-30024)
Erlend Egeberg Aasland
2021-12-10
2
-65/+75
*
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
Thomas Klausner
2021-12-10
2
-2/+3
*
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...
andrei kulakov
2021-12-10
1
-9/+10
*
Move error test to the function that needs it. Improve error message. (GH-30...
Raymond Hettinger
2021-12-10
2
-11/+4
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
12
-0/+34
*
bpo-46016: GHA Doc job now also runs "make check" (GH-30009)
Victor Stinner
2021-12-09
1
-2/+9
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
38
-354/+811
*
Remove an outdated comment. (GH-30010)
Serhiy Storchaka
2021-12-09
1
-2/+0
*
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
Steve Dower
2021-12-09
2
-2/+7
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
7
-0/+101
*
bpo-45635: continue refactor of print_exception() to standardize error handli...
Irit Katriel
2021-12-09
1
-78/+105
*
bpo-46016: Fix rest syntax of GH-29993 (GH-30006)
Kumar Aditya
2021-12-09
2
-2/+2
*
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...
Pablo Galindo Salgado
2021-12-09
3
-1/+21
*
bpo-25066: Added repr for multiprocessing.Event (GH-29749)
Kumar Aditya
2021-12-09
3
-1/+18
*
bpo-45391: mark UnionType as a class in documentation (GH-28757)
Bernát Gábor
2021-12-09
1
-1/+1
*
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Victor Stinner
2021-12-09
4
-4/+13
[next]