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-115799: Add missing double-quote in docs (#115884)
bssyousefi
2024-02-25
1
-1/+1
*
gh-72249: Include the module name in the repr of partial object (GH-101910)
Furkan Onder
2024-02-25
4
-18/+27
*
gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileE...
Sergii K
2024-02-25
1
-4/+1
*
gh-101100: Fix broken xrefs in fcntl module doc (#115691)
Skip Montanaro
2024-02-25
3
-16/+28
*
gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...
Malcolm Smith
2024-02-25
6
-21/+16
*
bpo-31116: Add Z85 variant to base64 (GH-30598)
Matan Perelman
2024-02-25
5
-2/+141
*
gh-96471: Correct docs for queue shutdown (#115838)
Laurie O
2024-02-25
2
-11/+8
*
gh-113479: Link to workaround for subtle issue with takewhile() (gh-115890)
Raymond Hettinger
2024-02-25
1
-33/+41
*
gh-103417: Fix the scheduler example (GH-111497)
mauricelambert
2024-02-25
1
-1/+1
*
bpo-14322: added test case for invalid update to hmac (#26636)
Arjun
2024-02-25
1
-0/+8
*
gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (#112351)
Hugo van Kemenade
2024-02-25
2
-53/+53
*
gh-115886: Handle embedded null characters in shared memory name (GH-115887)
Serhiy Storchaka
2024-02-25
3
-3/+31
*
Add an example of of custom `__repr__` (#112761)
Oh seungmin
2024-02-25
1
-0/+10
*
Erase some unnecessary quotes on data model doc (#113521)
Adorilson Bezerra
2024-02-25
2
-5/+4
*
gh-115323: Add meaningful error message for using bytearray.extend with str (...
Jay Ting
2024-02-24
3
-0/+13
*
GH-114610: Fix `pathlib.PurePath.with_stem('')` handling of file extensions (...
Barney Gale
2024-02-24
3
-1/+15
*
gh-113202: Add whatsnew entry for the batched() strict option. (gh-115889)
Raymond Hettinger
2024-02-24
1
-0/+8
*
gh-115872: Doc: remove obsolete reference to MSI packages (#115873)
partev
2024-02-24
1
-1/+1
*
gh-114763: Protect lazy loading modules from attribute access races (GH-114781)
Chris Markiewicz
2024-02-24
3
-32/+94
*
Insert missing apostrophes in ctypes documentation (#115090)
jmcb
2024-02-23
1
-3/+3
*
gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)
Serhiy Storchaka
2024-02-23
3
-15/+43
*
gh-54358: Clarify data chunking in pyexpat (GH-31629)
Stanley
2024-02-23
1
-2/+6
*
gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)
Ken Jin
2024-02-23
2
-3/+9
*
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora
2024-02-23
13
-147/+56
*
gh-89480: Document the gdb helpers (GH-115657)
Pablo Galindo Salgado
2024-02-23
2
-0/+450
*
gh-114058: Improve method information in redundancy eliminator (GH-115848)
Ken Jin
2024-02-23
2
-6/+14
*
gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)
Serhiy Storchaka
2024-02-23
1
-5/+4
*
gh-115806: Make configure output more readable (#115807)
Erlend E. Aasland
2024-02-23
2
-14/+15
*
gh-90300: Reformat the Python CLI help output (GH-93415)
Serhiy Storchaka
2024-02-23
1
-108/+106
*
Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)
Nikita Sobolev
2024-02-23
1
-3/+1
*
gh-114058: More robust method handling in redundancy eliminator (GH-115779)
Ken Jin
2024-02-23
3
-16/+41
*
gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)
Brett Simmers
2024-02-23
1
-6/+14
*
gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)
Ronald Oussoren
2024-02-23
2
-1/+12
*
gh-115727: Reduce confidence even on 100% predicted jumps (#115748)
Guido van Rossum
2024-02-22
1
-7/+13
*
gh-112075: Iterating a dict shouldn't require locks (#115108)
Dino Viehland
2024-02-22
2
-60/+265
*
Update http.cookiejar document for cookie object attributes (GH-101885)
NewUserHa
2024-02-22
1
-0/+5
*
GH-113464: Clean up JIT stencil generation (GH-115800)
Brandt Bucher
2024-02-22
1
-6/+5
*
gh-115827: Fix compile warning in `longobject.c` (#115828)
Nikita Sobolev
2024-02-22
1
-1/+1
*
GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the modul...
Mark Shannon
2024-02-22
6
-95/+182
*
gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)
Seth Michael Larson
2024-02-22
2
-3/+3
*
gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...
Irit Katriel
2024-02-22
3
-8/+52
*
gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-115757)
Petr Viktorin
2024-02-22
2
-5/+15
*
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)
Erlend E. Aasland
2024-02-22
3
-20/+25
*
gh-115795: Doc: fix obsolete URL (#115749)
partev
2024-02-22
1
-1/+1
*
gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...
Gregory P. Smith
2024-02-22
2
-22/+82
*
gh-111225: Link extension modules against libpython on Android (#115780)
Malcolm Smith
2024-02-21
5
-25/+19
*
gh-93205: When rotating logs with no namer specified, match whole extension (...
Gabriele Catania
2024-02-21
3
-19/+62
*
gh-115491: Keep some fields valid across allocations in obmalloc (free-thread...
Sam Gross
2024-02-21
2
-10/+33
*
gh-115304: Add doc for initializing PyMutex as a global variable (#115305)
AN Long
2024-02-21
1
-0/+3
*
gh-96310: Fix a traceback in argparse when all options in a mutually exclusiv...
Daniel Mach
2024-02-21
3
-0/+25
[next]