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
*
bpo-45835: Fix race condition in test_queue (GH-29601)
Miss Islington (bot)
2021-11-18
1
-11/+11
*
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605)
Miss Islington (bot)
2021-11-18
2
-1/+16
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-17
1
-0/+8
*
[3.9] bpo-42540: reallocation of id_mutex should not force default allocator ...
Sam Gross
2021-11-17
1
-0/+16
*
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567)
Miss Islington (bot)
2021-11-15
1
-4/+4
*
Python 3.9.9
v3.9.9
Łukasz Langa
2021-11-15
1
-1/+1
*
bpo-45752: Remove "array" from list of things that cannot be copied in `copy`...
Miss Islington (bot)
2021-11-14
1
-2/+2
*
bpo-45738: Fix computation of error location for invalid continuation charact...
Pablo Galindo Salgado
2021-11-14
1
-1/+7
*
[3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-2...
Jason R. Coombs
2021-11-13
1
-1/+1
*
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH...
Miss Islington (bot)
2021-11-12
2
-13/+6
*
bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29451)
Miss Islington (bot)
2021-11-06
1
-5/+5
*
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (...
Miss Islington (bot)
2021-11-06
2
-7/+23
*
Python 3.9.8
v3.9.8
Łukasz Langa
2021-11-05
1
-18/+19
*
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) ...
Miss Islington (bot)
2021-11-05
1
-1/+4
*
bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-294...
Miss Islington (bot)
2021-11-05
1
-46/+20
*
[3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recu...
Łukasz Langa
2021-11-04
2
-12/+18
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)
Miss Islington (bot)
2021-11-04
1
-0/+30
*
[3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug ...
Alex Waygood
2021-11-04
2
-2/+148
*
[3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386)
Łukasz Langa
2021-11-03
1
-0/+41
*
[3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342)
Serhiy Storchaka
2021-11-03
2
-6/+7
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Miss Islington (bot)
2021-11-02
2
-1/+10
*
[3.9] bpo-45628: Check all parts of the suffix for an extension match. (GH-29...
Miss Islington (bot)
2021-10-29
1
-2/+7
*
[3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) (GH-29306)
Serhiy Storchaka
2021-10-29
1
-72/+55
*
bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295)
Miss Islington (bot)
2021-10-28
1
-44/+53
*
bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-2...
Miss Islington (bot)
2021-10-28
1
-4/+13
*
bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289)
Miss Islington (bot)
2021-10-28
1
-0/+34
*
[3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug ...
Alex Waygood
2021-10-28
2
-0/+48
*
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Miss Islington (bot)
2021-10-28
2
-4/+17
*
bpo-45438: format of inspect.Signature with generic builtins (GH-29212)
Miss Islington (bot)
2021-10-27
2
-0/+13
*
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
Miss Islington (bot)
2021-10-22
1
-0/+24
*
bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132)
Miss Islington (bot)
2021-10-21
2
-1/+17
*
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...
Miss Islington (bot)
2021-10-20
2
-0/+23
*
bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29096)
Miss Islington (bot)
2021-10-20
2
-23/+18
*
[3.9] bpo-45494: Fix parser crash when reporting errors involving invalid con...
Łukasz Langa
2021-10-20
1
-0/+4
*
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
Miss Islington (bot)
2021-10-20
2
-2/+2
*
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29081)
Miss Islington (bot)
2021-10-20
2
-5/+11
*
[3.9] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29074)
Łukasz Langa
2021-10-20
1
-64/+50
*
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
Miss Islington (bot)
2021-10-17
1
-10/+1
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
2
-5/+39
*
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esca...
Serhiy Storchaka
2021-10-14
2
-5/+48
*
[3.9] bpo-24444: fix an error in argparse help when help for an option is bla...
Miss Islington (bot)
2021-10-13
2
-5/+44
*
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765...
Miss Islington (bot)
2021-10-13
1
-2/+8
*
[3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929)
Łukasz Langa
2021-10-13
16
-598/+496
*
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (...
Miss Islington (bot)
2021-10-13
2
-0/+3
*
bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28873)
Miss Islington (bot)
2021-10-12
1
-0/+1
*
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...
Miss Islington (bot)
2021-10-11
2
-4/+25
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Miss Islington (bot)
2021-10-09
1
-1/+30
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Miss Islington (bot)
2021-10-07
2
-9/+25
*
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Christian Clauss
2021-10-07
53
-67/+67
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...
Miss Islington (bot)
2021-10-06
1
-1/+7
[next]