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
*
bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122)
Miss Islington (bot)
2021-10-21
2
-1/+4
*
bpo-34451: Document prompt and output toggle feature in html tutorial (GH-271...
Miss Islington (bot)
2021-10-21
1
-0/+7
*
bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)
Ethan Furman
2021-10-21
3
-42/+194
*
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...
Miss Islington (bot)
2021-10-20
3
-0/+28
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Miss Islington (bot)
2021-10-20
2
-0/+27
*
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
Miss Islington (bot)
2021-10-20
2
-2/+5
*
bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095)
Miss Islington (bot)
2021-10-20
2
-23/+18
*
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
Miss Islington (bot)
2021-10-20
2
-2/+2
*
bpo-45536: Check OpenSSL APIs in configure (GH-29088)
Miss Islington (bot)
2021-10-20
3
-0/+105
*
Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
Miss Islington (bot)
2021-10-20
1
-1/+1
*
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29080)
Miss Islington (bot)
2021-10-20
2
-5/+11
*
bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...
Miss Islington (bot)
2021-10-19
2
-0/+44
*
[3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...
Łukasz Langa
2021-10-19
5
-123/+137
*
[3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069)
Łukasz Langa
2021-10-19
1
-64/+50
*
bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-2904...
Miss Islington (bot)
2021-10-19
2
-0/+4
*
bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)
Miss Islington (bot)
2021-10-19
2
-4/+9
*
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...
Miss Islington (bot)
2021-10-19
4
-12/+4
*
[3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (G...
Miss Islington (bot)
2021-10-18
2
-0/+15
*
Improve multiserver queue recipe (GH-29012) (GH-29013)
Miss Islington (bot)
2021-10-17
1
-5/+6
*
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
Miss Islington (bot)
2021-10-17
1
-10/+1
*
[3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)...
Miss Islington (bot)
2021-10-16
3
-3/+13
*
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Miss Islington (bot)
2021-10-16
3
-1/+13
*
[3.10]bpo-45463: Clarify that global statements allows multiple names (GH-288...
Miss Islington (bot)
2021-10-16
1
-4/+4
*
bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
Miss Islington (bot)
2021-10-15
2
-1/+2
*
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...
Serhiy Storchaka
2021-10-14
8
-324/+412
*
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...
Miss Islington (bot)
2021-10-14
9
-5801/+10855
*
[3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-...
Dong-hee Na
2021-10-14
1
-4/+4
*
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765...
Miss Islington (bot)
2021-10-13
2
-2/+11
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
Miss Islington (bot)
2021-10-13
3
-5/+44
*
[3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...
Łukasz Langa
2021-10-13
3
-0/+6
*
bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)
Miss Islington (bot)
2021-10-13
18
-606/+498
*
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)
Miss Islington (bot)
2021-10-13
1
-4/+16
*
bpo-45453: Fix test_embed.StdPrinterTests (GH-28916) (GH-28917)
Miss Islington (bot)
2021-10-13
1
-7/+4
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Miss Islington (bot)
2021-10-13
2
-0/+23
*
[3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...
Miss Islington (bot)
2021-10-13
3
-6/+12
*
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
Miss Islington (bot)
2021-10-12
1
-1/+1
*
Slight correct grammar (GH-28860)
Miss Islington (bot)
2021-10-12
1
-1/+1
*
bpo-45441: Update some moved URLs in documentation (GH-28861)
Miss Islington (bot)
2021-10-12
4
-6/+6
*
bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28872)
Miss Islington (bot)
2021-10-12
1
-0/+1
*
bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28874)
Miss Islington (bot)
2021-10-12
1
-0/+8
*
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Miss Islington (bot)
2021-10-11
1
-2/+2
*
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
Miss Islington (bot)
2021-10-11
1
-0/+3
*
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...
Miss Islington (bot)
2021-10-11
2
-4/+25
*
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit...
Miss Islington (bot)
2021-10-11
1
-1/+1
*
Fix the "Finding all Adverbs" example (GH-21420) (#28839)
Miss Islington (bot)
2021-10-10
1
-2/+2
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Miss Islington (bot)
2021-10-10
3
-13/+57
*
Fix class pattern docs to refer to class patterns (GH-28849)
Miss Islington (bot)
2021-10-10
1
-1/+1
*
[3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)
Jason R. Coombs
2021-10-10
2
-1/+3
*
bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
Miss Islington (bot)
2021-10-09
1
-1/+5
*
Fix dataclassses spelling (GH-28837) (GH-28841)
Miss Islington (bot)
2021-10-09
3
-3/+3
[next]