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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-77956: Add the words 'default' and 'version' help text localizable (GH-12...
Emmanuel Arias
2024-02-26
1
-2/+4
*
gh-113942: Show functions implemented as builtin methods (GH-115306)
Serhiy Storchaka
2024-02-26
3
-6/+22
*
gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descrip...
Serhiy Storchaka
2024-02-26
2
-13/+29
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26
1
-2/+2
*
gh-115823: Calculate correctly error locations when dealing with implicit enc...
Pablo Galindo Salgado
2024-02-26
1
-0/+1
*
gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935)
Nikita Sobolev
2024-02-26
1
-2/+11
*
gh-115881: Ensure `ast.parse()` parses conditional context managers even with...
Alex Waygood
2024-02-26
2
-9/+5
*
gh-71052: fix test_concurrent_futures wasi regression. (#115923)
Gregory P. Smith
2024-02-26
1
-1/+5
*
gh-115532: Add kernel density estimation to the statistics module (gh-115863)
Raymond Hettinger
2024-02-25
2
-1/+227
*
gh-72249: Include the module name in the repr of partial object (GH-101910)
Furkan Onder
2024-02-25
2
-16/+6
*
gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...
Malcolm Smith
2024-02-25
5
-21/+14
*
bpo-31116: Add Z85 variant to base64 (GH-30598)
Matan Perelman
2024-02-25
2
-2/+114
*
gh-96471: Correct docs for queue shutdown (#115838)
Laurie O
2024-02-25
1
-7/+5
*
bpo-14322: added test case for invalid update to hmac (#26636)
Arjun
2024-02-25
1
-0/+8
*
gh-115886: Handle embedded null characters in shared memory name (GH-115887)
Serhiy Storchaka
2024-02-25
1
-1/+16
*
gh-115323: Add meaningful error message for using bytearray.extend with str (...
Jay Ting
2024-02-24
1
-0/+7
*
GH-114610: Fix `pathlib.PurePath.with_stem('')` handling of file extensions (...
Barney Gale
2024-02-24
2
-1/+11
*
gh-114763: Protect lazy loading modules from attribute access races (GH-114781)
Chris Markiewicz
2024-02-24
2
-32/+91
*
gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)
Serhiy Storchaka
2024-02-23
1
-15/+39
*
gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)
Ken Jin
2024-02-23
1
-0/+3
*
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
1
-1/+10
*
gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...
Irit Katriel
2024-02-22
1
-2/+39
*
gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...
Gregory P. Smith
2024-02-22
1
-5/+25
*
gh-93205: When rotating logs with no namer specified, match whole extension (...
Gabriele Catania
2024-02-21
2
-19/+61
*
gh-96310: Fix a traceback in argparse when all options in a mutually exclusiv...
Daniel Mach
2024-02-21
2
-0/+23
*
gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)
Petr Viktorin
2024-02-21
3
-7/+92
*
argparse: remove incoherent and redundant docstring for private method (GH-10...
Frank Dana
2024-02-21
1
-8/+0
*
gh-112364: Correct unparsing of backslashes and quotes in ast.unparse (#115696)
Frank Hoffmann
2024-02-21
2
-7/+23
*
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum
2024-02-20
2
-73/+86
*
gh-115733: Fix crash involving exhausted list iterator (#115740)
Sam Gross
2024-02-20
1
-0/+5
*
GH-115727: Temporary fix of confidence score test. (GH-115728)
Mark Shannon
2024-02-20
1
-4/+3
*
gh-86291: linecache: get module name from __spec__ if available (GH-22908)
Eugene Toder
2024-02-20
2
-7/+43
*
gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True ...
Serhiy Storchaka
2024-02-20
1
-10/+57
*
gh-101860: Expose __name__ on property (GH-101876)
Eugene Toder
2024-02-20
5
-14/+76
*
Add missed `stream` argument (#111775)
Alexander Shadchin
2024-02-20
1
-1/+1
*
gh-115687: Split up guards from COMPARE_OP (GH-115688)
Ken Jin
2024-02-20
1
-3/+56
*
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon
2024-02-20
1
-1/+1
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
2
-0/+12
*
gh-115539: Allow enum.Flag to have None members (GH-115636)
Jason Zhang
2024-02-19
2
-21/+52
*
gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_...
Serhiy Storchaka
2024-02-19
2
-23/+56
*
gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342)
Serhiy Storchaka
2024-02-19
1
-1/+1
*
Fix test_py_compile with -O mode (GH-115345)
Serhiy Storchaka
2024-02-19
1
-1/+3
*
Fix test_compile with -O mode (GH-115346)
Serhiy Storchaka
2024-02-19
1
-2/+5
*
gh-115154: Fix untokenize handling of unicode named literals (#115171)
Pablo Galindo Salgado
2024-02-19
2
-10/+83
*
gh-102388: Add windows_31j to aliases for cp932 codec (#102389)
Masayuki Moriyama
2024-02-19
1
-0/+1
*
gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...
Jamie Phan
2024-02-19
2
-9/+27
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
7
-30/+176
*
gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)
Sebastian Rittau
2024-02-18
2
-1/+4
*
gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (#114687)
Nikita Sobolev
2024-02-18
1
-169/+0
[next]