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
*
Fix typo for configure.ac (GH-26305)
Dong-hee Na
2021-05-21
1
-1/+1
*
Specify Python Cookbook edition for reference (GH-26301)
Terry Jan Reedy
2021-05-21
1
-2/+2
*
bpo-40736: Improve the error message for re.search() TypeError (GH-23312)
Zackery Spytz
2021-05-21
2
-1/+8
*
bpo-44032: Fix downcast conversion in frameobject.c (GH-26291)
Pablo Galindo
2021-05-21
1
-1/+1
*
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak
2021-05-21
6
-9/+9
*
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Terry Jan Reedy
2021-05-21
1
-1/+1
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Pablo Galindo
2021-05-21
6
-1186/+1449
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Victor Stinner
2021-05-21
4
-4/+46
*
[doc] Fix indentation in inspect documentation (GH-24846)
Numerlor
2021-05-21
1
-4/+4
*
bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)
Jason R. Coombs
2021-05-21
4
-1/+10
*
bpo-44180: Report generic syntax errors in the furthest position reached in t...
Pablo Galindo
2021-05-21
3
-1/+10
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
20
-250/+454
*
bpo-44150: Support optional weights parameter for fmean() (GH-26175)
Raymond Hettinger
2021-05-21
4
-9/+59
*
bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. (...
Barney Gale
2021-05-20
1
-0/+10
*
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
Christian Heimes
2021-05-20
2
-2/+2
*
bpo-36160: Fix test_site so that it can run independently of other tests (GH-...
native-api
2021-05-20
1
-2/+4
*
bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201)
Victor Stinner
2021-05-20
4
-100/+51
*
Update link in SECURITY.md (GH-21320)
Marcono1234
2021-05-20
1
-3/+2
*
bpo-43693: Group the code in codeobject.c logically. (gh-26216)
Eric Snow
2021-05-19
1
-572/+622
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311)
Bruno
2021-05-19
1
-2/+2
*
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...
naglis
2021-05-19
1
-2/+2
*
bpo-26110: Document `CALL_METHOD_KW` (GH-26159)
Ken Jin
2021-05-19
2
-1/+27
*
Remove unused function in ceval.c (GH-26246)
Pablo Galindo
2021-05-19
1
-9/+0
*
Fix compiler warning for misleading guarding in the tkinter (GH-26244)
Pablo Galindo
2021-05-19
1
-6/+11
*
Fix compiler warning in the xml module (GH-26245)
Pablo Galindo
2021-05-19
1
-1/+1
*
bpo-44168: Fix error message in the parser for keyword arguments for invalid ...
Pablo Galindo
2021-05-19
4
-561/+611
*
Enable GitHub Actions on the 3.10 branch (GH-26242)
Hugo van Kemenade
2021-05-19
3
-24/+30
*
bpo-4928: Document NamedTemporaryFile non-deletion after SIGKILL (#26198)
Catherine Devlin
2021-05-19
3
-0/+8
*
bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216)
Ian Norton
2021-05-19
1
-2/+3
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Tal Einat
2021-05-19
6
-73/+345
*
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
Erlend Egeberg Aasland
2021-05-19
8
-138/+0
*
bpo-44106: Improve sqlite3 example database contents (GH-26027)
Erlend Egeberg Aasland
2021-05-19
9
-42/+37
*
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
Erlend Egeberg Aasland
2021-05-19
1
-1/+5
*
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411)
Zackery Spytz
2021-05-18
1
-1/+2
*
bpo-41963: document that ConfigParser strips off comments (GH-26197)
Jürgen Gmach
2021-05-18
3
-1/+12
*
bpo-25872: Add unit tests for linecache and threading (GH-25913)
uniocto
2021-05-18
2
-1/+60
*
bpo-44131: Fix Makefile for test_frozenmain (GH-26203)
Victor Stinner
2021-05-18
3
-4/+5
*
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner
2021-05-17
10
-32/+203
*
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...
Igor Bolshakov
2021-05-17
2
-10/+8
*
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
Pete Wicken
2021-05-17
3
-1/+13
*
bpo-44145: Release the GIL around HMAC_Update. (GH-26157)
Gregory P. Smith
2021-05-17
2
-2/+7
*
bpo-44154: optimize Fraction pickling (GH-26186)
Sergey B Kirpichev
2021-05-17
3
-2/+5
*
Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176)
Raymond Hettinger
2021-05-17
2
-23/+15
*
[doc] Fix typo in os module (GH-24464)
Rafael Fontenelle
2021-05-16
1
-1/+1
*
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284)
Zackery Spytz
2021-05-16
1
-1/+1
*
fix docstring typo in bdb.py (GH-22323)
flizzywine
2021-05-16
1
-1/+1
*
Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438)
Serhii Hidenko
2021-05-16
1
-1/+0
*
Fix typo in comment (GH-26162)
Ashwin Ramaswami
2021-05-16
1
-1/+1
*
bpo-44142: drop redundant parantheses when unparsing tuples as assignment tar...
Batuhan Taskaya
2021-05-16
4
-4/+47
*
bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-2...
Barney Gale
2021-05-16
2
-2/+3
[next]