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
*
GH-111520: Add back the operand local (GH-111813)
Brandt Bucher
2023-11-14
3
-28/+24
*
gh-107149: make new opcode util functions private rather than public and unst...
Irit Katriel
2023-11-14
5
-39/+43
*
gh-112007: Re-organize help utility intro message (#112017)
Terry Jan Reedy
2023-11-13
1
-11/+13
*
GH-110417: Fix `glob` docs ordering (#110418)
Barney Gale
2023-11-13
1
-34/+35
*
GH-72904: Add `glob.translate()` function (#106703)
Barney Gale
2023-11-13
7
-106/+229
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
8
-127/+303
*
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)
AN Long
2023-11-13
2
-3/+10
*
gh-111460: Restore ncurses widechar support on macOS (#111878)
Davide Rizzo
2023-11-13
3
-3/+8
*
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
Markus Mohrhard
2023-11-13
3
-0/+16
*
gh-110944: Move pty helper to test.support and add basic pdb completion test ...
Tian Gao
2023-11-13
3
-54/+91
*
gh-102837: more tests for the math module (GH-111930)
Sergey B Kirpichev
2023-11-13
1
-0/+55
*
Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#...
Hugo van Kemenade
2023-11-13
2
-0/+7
*
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka
2023-11-13
8
-39/+74
*
gh-111928: make "memo" dict local to scan_once call (gh-112005)
AN Long
2023-11-13
1
-23/+19
*
gh-111944: Add assignment expression parentheses requirements (#111977)
Terry Jan Reedy
2023-11-13
1
-4/+5
*
GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431)
Barney Gale
2023-11-12
2
-4/+10
*
gh-111969: refactor to make it easier to construct a dis.Instruction object (...
Irit Katriel
2023-11-12
2
-64/+101
*
gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-112002)
Serhiy Storchaka
2023-11-12
1
-12/+7
*
gh-111933: fix broken link to A.Neumaier article (gh-111937)
Sergey B Kirpichev
2023-11-12
1
-1/+4
*
gh-111777: Fix assertion errors on incorrectly still-tracked GC object destru...
T. Wouters
2023-11-12
1
-1/+3
*
Fix undefined behaviour in datetime.time.fromisoformat() (#111982)
T. Wouters
2023-11-11
1
-1/+1
*
gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)
Stephen Gildea
2023-11-11
5
-1/+247
*
gh-110481: fix 'unused function' warning for `is_shared_refcnt_dead`. (gh-111...
Sam Gross
2023-11-10
1
-4/+6
*
gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#10...
Nikita Sobolev
2023-11-10
3
-4/+12
*
Remove dead code left after gh-110721 (#111905)
Serhiy Storchaka
2023-11-10
1
-37/+0
*
gh-80731: Avoid executing code in except block in cmd (GH-111740)
Tian Gao
2023-11-10
4
-3/+43
*
gh-111789: Simplify the sqlite code (GH-111829)
Serhiy Storchaka
2023-11-10
2
-17/+6
*
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka
2023-11-10
4
-13/+18
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Łukasz Langa
2023-11-10
13
-34/+166
*
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...
Serhiy Storchaka
2023-11-10
4
-9/+19
*
Bump mypy to 1.7.0 (#111961)
Alex Waygood
2023-11-10
2
-4/+2
*
gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)
Zac Hatfield-Dodds
2023-11-10
4
-4/+25
*
gh-111912: Run test_posix on Windows (GH-111913)
Serhiy Storchaka
2023-11-10
1
-3/+7
*
gh-108303: Install `Lib/test/configdata` (#111899)
Nikita Sobolev
2023-11-10
1
-0/+1
*
gh-111356: io: Add missing documented objects to io.__all__ (#111370)
Nicolas Tessore
2023-11-10
3
-11/+17
*
gh-111569: Fix critical sections test on WebAssembly (GH-111897)
Sam Gross
2023-11-09
2
-0/+12
*
gh-111881: Import _sha2 lazily in random (#111889)
Victor Stinner
2023-11-09
1
-11/+15
*
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault
2023-11-09
6
-5/+18
*
Improve error message for "float modulo by zero" (#111685)
Pavel Ovchinnikov
2023-11-09
1
-1/+1
*
gh-110875: Handle '.' properties in logging formatter configuration c… (GH-...
Vinay Sajip
2023-11-09
2
-5/+41
*
gh-111895: Convert definition list to bullet list for readability on mobile (...
Hugo van Kemenade
2023-11-09
1
-6/+6
*
gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#...
Michael Droettboom
2023-11-09
2
-0/+11
*
gh-111881: Import doctest lazily in libregrtest (#111884)
Victor Stinner
2023-11-09
1
-5/+8
*
Add detail to comment on range of random.random() (gh-111868)
zipperer
2023-11-09
1
-1/+1
*
gh-108303: Move more files to `Lib/test/test_module` (#111880)
Nikita Sobolev
2023-11-09
3
-5/+5
*
gh-111881: Use lazy import in test.support (#111885)
Victor Stinner
2023-11-09
2
-8/+13
*
gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879)
Nikita Sobolev
2023-11-09
5
-12/+12
*
GH-111843: Tier 2 exponential backoff (GH-111850)
Mark Shannon
2023-11-09
5
-14/+47
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
11
-230/+348
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
5
-12/+40
[next]