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-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
*
gh-111354: remove comparisons with enum values, variable reuse, unused import...
Irit Katriel
2023-11-09
2
-22/+15
*
GH-111804: Drop posix.fallocate() under WASI (GH-111869)
Brett Cannon
2023-11-09
3
-5/+10
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
19
-7/+630
*
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra
2023-11-08
3
-2/+75
*
Remove redundant check in dbm.open() (GH-111844)
Serhiy Storchaka
2023-11-08
1
-5/+0
*
gh-111495: Add tests for PyList C API (#111562)
Kalyan
2023-11-08
2
-1/+456
*
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)
Serhiy Storchaka
2023-11-08
3
-3/+203
*
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team)
2023-11-08
5
-2/+126
*
gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770)
Stefan
2023-11-08
2
-1/+2
*
socket: Update generated AC code (#111853)
Jelle Zijlstra
2023-11-08
1
-2/+7
*
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra
2023-11-08
4
-7/+14
*
gh-108303: Move more `typing` related files to `Lib/test/typinganndata` (#111...
Nikita Sobolev
2023-11-08
4
-3/+2
*
gh-111662: Update socket module to use AC for optimizing performance (gh-111661)
Bogdan Romanyuk
2023-11-08
2
-69/+223
*
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...
Mark Shannon
2023-11-08
8
-136/+59
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
50
-244/+952
*
gh-61199: Remove superfluous global statements from `base64._b32{en,de}code()...
Romuald Brunet
2023-11-07
1
-2/+0
*
gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830)
Nikita Sobolev
2023-11-07
1
-0/+1
[prev]
[next]