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-124956: Use `#undef` for temp macros in `_csv.c` (#124957)
sobolevn
2024-10-07
1
-0/+8
*
GH-121459: Streamline PyObject* to PyStackRef conversions by disallowing NULL...
Mark Shannon
2024-10-07
4
-57/+63
*
gh-125018: Fix role syntax (#125050)
Adam Turner
2024-10-07
1
-5/+5
*
gh-120762: make_ssl_certs: Don't set extensions for the temporary CSR (GH-125...
Petr Viktorin
2024-10-07
1
-2/+1
*
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon
2024-10-07
25
-2032/+3839
*
gh-125018: Add importlib.metadata semantic link targets (#125027)
Alyssa Coghlan
2024-10-07
2
-44/+148
*
gh-111178: Fix function signatures in fileio.c (#125043)
Victor Stinner
2024-10-07
1
-37/+51
*
gh-121249: Support _Complex types in the struct module (#121613)
Sergey B Kirpichev
2024-10-07
5
-29/+321
*
GH-116968: Remove branch from advance_backoff_counter (GH-124469)
Mark Shannon
2024-10-07
4
-33/+29
*
GH-109975: Announce final release in What's New in Python 3.13 (#125007)
Adam Turner
2024-10-07
2
-3/+3
*
gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)
Jan Kaliszewski
2024-10-06
1
-7/+2
*
Doc: Simplify the definition of 'soft deprecated' (#124988)
Andrés Delfino
2024-10-06
1
-9/+5
*
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
Tomas R.
2024-10-06
3
-2/+7
*
gh-119535: python𝜋 (#119536)
Shantanu
2024-10-06
1
-2/+5
*
gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (#125013)
Tomas R.
2024-10-06
3
-1/+23
*
gh-122951: Simplify the grammar of the assignment rule (#124998)
Rigel Di Scala
2024-10-06
2
-1586/+1527
*
gh-111178: Fix function signatures in genobject.c (#124970)
Victor Stinner
2024-10-05
1
-206/+271
*
gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914)
Donghee Na
2024-10-05
1
-1/+8
*
gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)
Tian Gao
2024-10-05
3
-3/+62
*
gh-119786: Replace a Sphinx role with a link to `Python/errors.c` (#124990)
Adam Turner
2024-10-05
1
-1/+2
*
gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-...
morotti
2024-10-04
2
-1/+4
*
gh-119786: move a few more details on exception handling from devguide to Int...
Irit Katriel
2024-10-04
1
-1/+11
*
gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)
Irit Katriel
2024-10-04
3
-2/+18
*
gh-124962: Convert leftover rst to markup in `InternalDocs/compiler.md` (#124...
isaacjones99
2024-10-04
1
-8/+8
*
Fix console prompt syntax in What's New in Python 3.8 (#124968)
Nice Zombies
2024-10-04
1
-3/+3
*
gh-118658: Modify cert generation script to extract cert3.pem (GH-124598)
Felix Fontein
2024-10-04
2
-1/+3
*
gh-111178: Fix function signatures in _threadmodule.c (#124964)
Victor Stinner
2024-10-04
1
-49/+70
*
gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (#124830)
Christian Clauss
2024-10-04
1
-1/+1
*
gh-111178: Fix function signatures in classobject.c (#124943)
Victor Stinner
2024-10-04
1
-17/+25
*
gh-111178: Fix function signatures in bytearrayobject.c (#124940)
Victor Stinner
2024-10-04
1
-48/+73
*
gh-111178: Fix function signatures in Python-ast.c (#124942)
Victor Stinner
2024-10-04
2
-14/+22
*
gh-123961: Convert `curses.window` static type into a heap type (#124934)
Bénédikt Tran
2024-10-04
3
-74/+120
*
gh-124613: Deactivate perf support in tests if the jit is set (#124794)
Pablo Galindo Salgado
2024-10-04
1
-13/+12
*
GH-109975: Copyedit 3.13 What's New: Remove references to the incremental GC ...
Adam Turner
2024-10-03
1
-66/+0
*
Simplify partial() rough equivalent code (gh-124941)
Raymond Hettinger
2024-10-03
1
-2/+1
*
gh-124889: Remove redundant artificial rules in PEG parser (#124893)
efimov-mikhail
2024-10-03
3
-8559/+1721
*
gh-123961: Clean up curses C API/capsule (#124907)
Bénédikt Tran
2024-10-03
1
-50/+77
*
gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124...
Donghee Na
2024-10-03
1
-1/+1
*
gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (#121983)
Tomas R
2024-10-03
1
-0/+6
*
gh-124858: fix happy eyeballs refcyles (#124859)
Thomas Grainger
2024-10-02
4
-6/+32
*
GH-118093: Don't lose confidence when tracing through 100% biased branches (G...
Brandt Bucher
2024-10-02
2
-4/+4
*
GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)
Diego Russo
2024-10-02
5
-59/+147
*
gh-111178: Fix function signatures in funcobject.c (#124908)
Victor Stinner
2024-10-02
1
-78/+116
*
gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)
Ken Jin
2024-10-02
3
-47/+54
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
10
-29/+247
*
gh-111178: Fix function signatures in longobject.c (#124895)
Victor Stinner
2024-10-02
2
-100/+142
*
gh-111178: Fix function signatures in methodobject.c (#124902)
Victor Stinner
2024-10-02
1
-39/+50
*
gh-111178: Fix function signatures in weakrefobject.c (#124903)
Victor Stinner
2024-10-02
2
-20/+25
*
gh-124213: Fix incorrect context manager use in in_systemd_nspawn_sync_suppre...
Michał Górny
2024-10-02
1
-2/+3
*
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Peter Bierma
2024-10-02
4
-27/+105
[prev]
[next]