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-41672: Fix type mismatches in imaplib docs (GH-22207)
Norbert Cyran
2020-09-12
1
-2/+2
*
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Victor Stinner
2020-09-12
3
-9/+23
*
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Terry Jan Reedy
2020-09-12
2
-1/+2
*
bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146)
Terry Jan Reedy
2020-09-12
1
-1/+1
*
[doc] struct: update note about network byte order form to be more helpful (G...
Stargirl Flowers
2020-09-11
1
-2/+4
*
Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)
Benjamin Peterson
2020-09-10
1
-27/+28
*
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
Mark Roseman
2020-09-10
2
-1/+2
*
bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165)
Mohamed Koubaa
2020-09-10
2
-30/+50
*
Update logging documentation to tidy up formatting (GH-22173)
Bar Harel
2020-09-10
1
-2/+1
*
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
Andre Delfino
2020-09-10
1
-1/+1
*
Update idlelib/help.html to current IDLE doc (GH-22181)
Terry Jan Reedy
2020-09-09
1
-4/+4
*
Add missing colon to IDLE doc markup (GH-22007)
Andre Delfino
2020-09-09
1
-1/+1
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
13
-17/+693
*
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
Jakub Kulík
2020-09-09
1
-3/+2
*
Add minor clarification in logging documentation. (GH-22167)
Vinay Sajip
2020-09-09
1
-3/+3
*
Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
Victor Stinner
2020-09-09
1
-1/+1
*
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...
Hai Shi
2020-09-09
2
-0/+6
*
bpo-1635741: port scproxy to multi-phase init (GH-22164)
Mohamed Koubaa
2020-09-09
2
-13/+11
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka
2020-09-09
4
-3/+8
*
[doc] Fix padding in timeit (GH-22152)
Andre Delfino
2020-09-08
1
-1/+1
*
Fix typo in typing.py (GH-22121)
Graham Bleaney
2020-09-08
1
-1/+1
*
bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22...
Irit Katriel
2020-09-08
1
-6/+56
*
Fix incorrect bpo number in change notes. (GH-22151)
Mark Shannon
2020-09-08
1
-1/+1
*
bpo-1635741: Port mashal module to multi-phase init (#22149)
Victor Stinner
2020-09-08
2
-16/+20
*
bpo-1635741: Port _string module to multi-phase init (GH-22148)
Victor Stinner
2020-09-08
2
-9/+7
*
bpo-1635741: Convert _sha256 types to heap types (GH-22134)
Mohamed Koubaa
2020-09-08
3
-103/+127
*
bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)
Mohamed Koubaa
2020-09-08
2
-81/+103
*
bpo-41732: add iterator to memoryview (GH-22119)
dxflores
2020-09-08
2
-1/+108
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
12
-94/+29
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov
2020-09-07
4
-1/+17
*
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
Serhiy Storchaka
2020-09-07
3
-2/+19
*
bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)
Mohamed Koubaa
2020-09-07
3
-155/+273
*
bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
Mohamed Koubaa
2020-09-07
2
-67/+108
*
bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)
Mohamed Koubaa
2020-09-07
2
-14/+9
*
bpo-1635741 port zlib module to multi-phase init (GH-21995)
Mohamed Koubaa
2020-09-07
3
-252/+363
*
[doc] Add link to Generic in typing (GH-22125)
Andre Delfino
2020-09-07
1
-1/+1
*
bpo-41513: Expand comments and add references for a better understanding (GH-...
Raymond Hettinger
2020-09-06
1
-5/+21
*
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
Mohamed Koubaa
2020-09-06
7
-251/+359
*
closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
Zackery Spytz
2020-09-06
1
-1/+1
*
[doc] Fix padding in some typing definitions (GH-22114)
Andre Delfino
2020-09-05
1
-12/+12
*
Fix documented Python version for venv --upgrade-deps (GH-22113)
johnthagen
2020-09-05
1
-1/+1
*
bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581)
Erlend Egeberg Aasland
2020-09-05
2
-0/+37
*
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
Jakub Kulík
2020-09-05
3
-0/+26
*
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
Steve Dower
2020-09-04
3
-10/+17
*
bpo-38585: Remove references to defusedexpat (GH-22095)
Zackery Spytz
2020-09-04
1
-11/+3
*
bpo-41721: Add xlc options (GH-22096)
Stefan Krah
2020-09-04
2
-2/+8
*
bpo-40486: Specify what happens if directory content change diring iteration ...
Serhiy Storchaka
2020-09-04
3
-3/+17
*
bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999)
Serhiy Storchaka
2020-09-04
2
-1/+4
*
bpo-41713: _signal doesn't use multi-phase init (GH-22087)
Victor Stinner
2020-09-04
2
-8/+13
*
bpo-41700: Skip test if the locale is not supported (GH-22081)
Dong-hee Na
2020-09-04
1
-1/+4
[next]