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
...
*
Move several typing tests to a proper class, refs GH-28563 (GH-29126)
Nikita Sobolev
2021-10-21
1
-16/+16
*
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
1
-1/+12
*
bpo-44019: Add operator.call() to __all__ for the operator module (GH-29110)
Kreus Amredes
2021-10-21
1
-1/+1
*
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory ...
Petr Viktorin
2021-10-21
1
-1/+1
*
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...
Barry Warsaw
2021-10-20
5
-6/+20
*
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...
Kyungmin Lee
2021-10-20
2
-0/+23
*
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade
2021-10-20
2
-207/+14
*
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
Gregory P. Smith
2021-10-20
2
-2/+2
*
Add a comment about how to fix bogus test_host_resolution_bad_address failure...
Barry Warsaw
2021-10-20
1
-2/+4
*
bpo-44525: Specialize simple Python calls. (GH-29033)
Mark Shannon
2021-10-20
1
-0/+1
*
bpo-45229: Make doctest tests discoverable (GH-28986)
Serhiy Storchaka
2021-10-20
2
-23/+18
*
bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)
Zachary Ware
2021-10-20
1
-1/+0
*
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077)
Zachary Ware
2021-10-20
2
-5/+11
*
bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)
Ken Jin
2021-10-19
1
-0/+5
*
bpo-25625: add contextlib.chdir (GH-28271)
Filipe Laíns
2021-10-19
2
-1/+61
*
bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...
Alex Waygood
2021-10-19
1
-0/+42
*
bpo-45506: Go back to not running most of test_embed in out-of-tree builds. (...
Eric Snow
2021-10-19
1
-1/+1
*
bpo-45494: Fix parser crash when reporting errors involving invalid continuat...
Pablo Galindo Salgado
2021-10-19
1
-0/+4
*
bpo-45500: Rewrite test_dbm (GH-29002)
Serhiy Storchaka
2021-10-19
1
-69/+57
*
bpo-42174: fallback to sane values if the columns or lines are 0 in get_termi...
Filipe Laíns
2021-10-19
1
-2/+2
*
bpo-42222: Improve tests for invalid argument types in randrange() (GH-29021)
Serhiy Storchaka
2021-10-19
1
-20/+11
*
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...
Inada Naoki
2021-10-19
3
-12/+0
*
bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)
Mark Shannon
2021-10-18
1
-25/+27
*
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
Serhiy Storchaka
2021-10-17
1
-10/+1
*
bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)
Terry Jan Reedy
2021-10-16
2
-3/+12
*
bpo-45020: Default to using frozen modules unless running from source tree. (...
Eric Snow
2021-10-16
2
-4/+14
*
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Pablo Galindo Salgado
2021-10-16
2
-1/+11
*
bpo-42222: Remove deprecated support for non-integer values (GH-28983)
Raymond Hettinger
2021-10-16
2
-78/+49
*
bpo-45489: Update ForwardRef to support | operator. (GH-28991)
Dong-hee Na
2021-10-16
2
-0/+12
*
bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
Graham Inggs
2021-10-15
1
-1/+1
*
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow
2021-10-14
4
-69/+172
*
bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907)
Carl Friedrich Bolz-Tereick
2021-10-14
1
-7/+14
*
bpo-45471: Do not set PyConfig.stdlib_dir in Py_SetPythonHome(). (gh-28954)
Eric Snow
2021-10-14
1
-1/+6
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
2
-5/+39
*
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney
2021-10-14
1
-0/+3
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
2
-8/+51
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
3
-15/+25
*
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)
rtobar
2021-10-13
1
-2/+8
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
andrei kulakov
2021-10-13
2
-5/+42
*
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
Ben Hoyt
2021-10-13
2
-0/+3
*
bpo-45229: Make tkinter tests discoverable (GH-28637)
Serhiy Storchaka
2021-10-13
17
-604/+498
*
bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926)
Victor Stinner
2021-10-13
3
-3/+53
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
5
-29/+30
*
bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
Victor Stinner
2021-10-13
7
-82/+19
*
bpo-45453: Fix test_embed.StdPrinterTests (GH-28916)
Victor Stinner
2021-10-13
1
-8/+4
*
bpo-45410: Enhance libregrtest -W/--verbose3 option (GH-28908)
Victor Stinner
2021-10-12
3
-15/+72
*
bpo-45421: Remove dead code from html.parser (GH-28847)
Alberto Mardegan
2021-10-12
1
-7/+0
*
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
Victor Stinner
2021-10-11
2
-9/+11
*
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
Dong-hee Na
2021-10-11
1
-1/+12
*
bpo-45411: Update mimetypes.py (GH-28792)
Josephine-Marie
2021-10-11
1
-0/+2
[prev]
[next]