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-65169: Clarify prog default in argparse (GH-31602)
Stanley
2024-09-24
1
-4/+5
*
gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116)
Serhiy Storchaka
2024-09-24
2
-3/+16
*
gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)
Serhiy Storchaka
2024-09-24
6
-117/+328
*
gh-72795: Make positional arguments with nargs='*' or REMAINDER non-required ...
Serhiy Storchaka
2024-09-24
3
-8/+32
*
gh-53780: Ignore the first "--" (double dash) between an option and command i...
Serhiy Storchaka
2024-09-24
3
-4/+23
*
gh-63143: Fix parsing mutually exclusive arguments in argparse (GH-124307)
Serhiy Storchaka
2024-09-24
3
-9/+120
*
gh-124120: Document `Annotated.__origin__` (#124125)
sobolevn
2024-09-24
1
-0/+18
*
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner
2024-09-24
8
-17/+44
*
gh-124130: Increase test coverage for \b and \B in regular expressions (GH-12...
Serhiy Storchaka
2024-09-24
1
-7/+113
*
Fix typos (#124409)
Xie Yanbo
2024-09-24
3
-3/+3
*
gh-119180: Add discussion of annotations to the 3.14 What's New (#124393)
Jelle Zijlstra
2024-09-24
1
-1/+88
*
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried
2024-09-24
10
-0/+402
*
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na
2024-09-24
16
-100/+4
*
gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)
Petr Viktorin
2024-09-24
4
-55/+67
*
Lint and format Tools/build/check-warnings.py (#124382)
Hugo van Kemenade
2024-09-23
3
-7/+42
*
gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)
Bénédikt Tran
2024-09-23
4
-11/+145
*
gh-116622: Complete Android documentation (#124259)
Malcolm Smith
2024-09-23
22
-111/+205
*
gh-124102: Update internal PCbuild docs to accurately list build dependencies...
Wulian
2024-09-23
11
-49/+24
*
Bump Ruff to 0.6.7 (#124384)
Alex Waygood
2024-09-23
8
-14/+11
*
Doc: Add ``make dist-no-html`` (#124383)
Adam Turner
2024-09-23
2
-2/+32
*
GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)
Brett Cannon
2024-09-23
5
-5/+14
*
gh-99108: Disable HACL SIMD code on older versions of Android (#124304)
Malcolm Smith
2024-09-23
2
-66/+86
*
GH-87041: Fix incorrect indentation in argparse help (GH-124230)
Savannah Ostrowski
2024-09-23
3
-4/+44
*
GH-109975: Copyedit 3.13 What's New: Trivia (#124348)
Adam Turner
2024-09-23
1
-23/+17
*
gh-124344: Make `_PyObject_IS_GC()` use underscored `PyType_IS_GC()` (#124349)
neonene
2024-09-23
1
-4/+4
*
gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals (#124326)
Jelle Zijlstra
2024-09-23
2
-15/+35
*
GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending remo...
Adam Turner
2024-09-23
4
-60/+114
*
GH-109975: Copyedit 3.13 What's New: Build Changes (#124343)
Adam Turner
2024-09-23
1
-24/+33
*
GH-124321: Fix argparse negative number parsing to capture -.5(GH-124322)
Savannah Ostrowski
2024-09-23
2
-1/+3
*
GH-109975: Copyedit 3.13 What's New: Porting to Python 3.13 (#124341)
Adam Turner
2024-09-23
1
-85/+104
*
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon
2024-09-23
7
-10/+45
*
Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the...
decorator-factory
2024-09-23
1
-1/+1
*
gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...
Steve Dower
2024-09-23
2
-0/+2
*
Add Kirill Podoprigora for AST codeowners (#124302)
Kirill Podoprigora
2024-09-23
1
-5/+6
*
GH-109975: Copyedit 3.13 What's New: C API (#124313)
Adam Turner
2024-09-23
4
-354/+457
*
GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932)
Savannah Ostrowski
2024-09-23
1
-5/+5
*
GH-113655: Lower the C recursion limit for HPPA, PPC64 and SPARC (#124264)
Sam James
2024-09-23
1
-0/+6
*
gh-124130: Notes on empty string corner case of category `\B` (#124133)
Y5
2024-09-23
1
-0/+6
*
gh-124228: Fix UUID test in configure files for NetBSD (#124229)
Furkan Onder
2024-09-23
2
-0/+15
*
gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid continuous ou...
Terry Jan Reedy
2024-09-22
3
-1/+7
*
gh-124213: Skip tests failing inside systemd-nspawn --suppress-sync=true (#12...
Michał Górny
2024-09-20
4
-4/+46
*
gh-111513: Improve datetime.fromtimestamp's error message (#124249)
AN Long
2024-09-20
2
-0/+5
*
gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (#124240)
Y5
2024-09-20
3
-0/+5
*
Fix typo in XMLParser doc (#124129)
Jacob Walls
2024-09-20
1
-1/+1
*
gh-124248: Fix crash in struct when processing 0p fields (#124251)
Brian Schubert
2024-09-20
4
-4/+27
*
gh-95468: Add more tests for "--" (double dash) in test_argparse (GH-124274)
Serhiy Storchaka
2024-09-20
1
-2/+41
*
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin
2024-09-20
6
-25/+141
*
gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)
sobolevn
2024-09-20
3
-10/+44
*
gh-81691: Fix handling of multiple "--" (double dashes) in argparse (GH-124233)
Serhiy Storchaka
2024-09-20
3
-8/+67
*
test_cext, test_cppext: enable /W4 warnings on Windows (#124253)
Victor Stinner
2024-09-19
3
-2/+12
[next]