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-41282: Fix broken `make install` (GH-26329)
Miss Islington (bot)
2021-05-24
3
-6/+31
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Miss Islington (bot)
2021-05-24
2
-2/+4
*
Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)
Miss Islington (bot)
2021-05-23
1
-1/+1
*
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
Miss Islington (bot)
2021-05-23
1
-1/+1
*
bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)
Miss Islington (bot)
2021-05-23
2
-0/+3
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH...
Miss Islington (bot)
2021-05-22
5
-0/+26
*
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26311)
Miss Islington (bot)
2021-05-22
2
-10/+12
*
Remove duplicate words in docs. (GH-26167) (GH-26296)
Miss Islington (bot)
2021-05-22
6
-9/+9
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)
Miss Islington (bot)
2021-05-21
4
-4/+46
*
Specify Python Cookbook edition for reference (GH-26301) (#26302)
Miss Islington (bot)
2021-05-21
1
-2/+2
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Miss Islington (bot)
2021-05-21
6
-1186/+1449
*
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Miss Islington (bot)
2021-05-21
1
-1/+1
*
[3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)...
Miss Islington (bot)
2021-05-21
4
-1/+10
*
[doc] Fix indentation in inspect documentation (GH-24846) (GH-26287)
Miss Islington (bot)
2021-05-21
1
-4/+4
*
bpo-44180: Report generic syntax errors in the furthest position reached in t...
Miss Islington (bot)
2021-05-21
3
-1/+10
*
[3.10] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26275)
Senthil Kumaran
2021-05-21
1
-0/+7
*
[3.10] bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute ...
Barney Gale
2021-05-21
1
-0/+10
*
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
Miss Islington (bot)
2021-05-20
2
-2/+2
*
bpo-36160: Fix test_site so that it can run independently of other tests (GH-...
Miss Islington (bot)
2021-05-20
1
-2/+4
*
Update link in SECURITY.md (GH-21320) (GH-26259)
Miss Islington (bot)
2021-05-20
1
-3/+2
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256)
Miss Islington (bot)
2021-05-19
1
-2/+2
*
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...
Miss Islington (bot)
2021-05-19
1
-2/+2
*
Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26...
Miss Islington (bot)
2021-05-19
1
-6/+11
*
bpo-44168: Fix error message in the parser for keyword arguments for invalid ...
Miss Islington (bot)
2021-05-19
4
-561/+611
*
Fix compiler warning in the xml module (GH-26245) (GH-26249)
Miss Islington (bot)
2021-05-19
1
-1/+1
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Miss Islington (bot)
2021-05-19
6
-73/+345
*
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (...
Miss Islington (bot)
2021-05-19
1
-1/+2
*
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
Miss Islington (bot)
2021-05-19
8
-138/+0
*
bpo-44106: Improve sqlite3 example database contents (GH-26027)
Miss Islington (bot)
2021-05-19
9
-42/+37
*
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
Miss Islington (bot)
2021-05-19
1
-1/+5
*
[3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...
Ćukasz Langa
2021-05-18
3
-1/+12
*
[3.10] bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-2...
Irit Katriel
2021-05-18
2
-1/+60
*
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
Miss Islington (bot)
2021-05-17
3
-1/+13
*
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...
Miss Islington (bot)
2021-05-17
2
-10/+8
*
bpo-44145: Release the GIL around HMAC_Update. (GH-26157)
Miss Islington (bot)
2021-05-17
2
-2/+7
*
Apply edits from Allen Downey's review of the linear_regression docs. (GH-261...
Miss Islington (bot)
2021-05-17
2
-23/+15
*
[doc] Fix typo in os module (GH-24464)
Miss Islington (bot)
2021-05-16
1
-1/+1
*
fix docstring typo in bdb.py (GH-22323) (#26179)
Miss Islington (bot)
2021-05-16
1
-1/+1
*
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26...
Miss Islington (bot)
2021-05-16
1
-1/+1
*
bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-2...
Miss Islington (bot)
2021-05-16
2
-2/+3
*
[3.10] Fix typo in comment (GH-26162) (GH-26164)
Miss Islington (bot)
2021-05-16
1
-1/+1
*
[3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-...
Irit Katriel
2021-05-16
1
-1/+0
*
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...
Miss Islington (bot)
2021-05-15
3
-0/+4
*
bpo-32133: Improve numbers docs (GH-26124) (GH-26149)
Miss Islington (bot)
2021-05-15
1
-1/+1
*
bpo-44139: Use a more descriptive syntax error comprehension case in the What...
Miss Islington (bot)
2021-05-15
1
-2/+2
*
[3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (...
Miss Islington (bot)
2021-05-15
3
-1/+26
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Miss Islington (bot)
2021-05-14
3
-6/+13
*
bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
Subprocess Protocols Documentation (GH-20950) (GH-26133)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
[3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)
Irit Katriel
2021-05-14
1
-4/+4
[next]