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-34443: Use __qualname__ instead of __name__ in enum exception messages. (...
Walter Dörwald
2019-07-18
3
-10/+13
*
Adjust builtins.zip() docstring to better communicate its signature (GH-14833)
Sergey Fedoseev
2019-07-18
1
-1/+1
*
bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.61...
Paul Monson
2019-07-18
3
-1/+32
*
bpo-36390: Gather IDLE Format menu functions into format.py (#14827)
Terry Jan Reedy
2019-07-18
6
-116/+114
*
bpo-34155: Dont parse domains containing @ (GH-13079)
jpic
2019-07-17
5
-1/+37
*
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
Abhilash Raj
2019-07-17
3
-1/+7
*
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...
Abhilash Raj
2019-07-17
3
-0/+12
*
bpo-36390: IDLE: Combine region formatting methods. (GH-12481)
Cheryl Sabella
2019-07-17
7
-327/+589
*
bpo-37543: optimize pymalloc (#14674)
Inada Naoki
2019-07-17
2
-218/+227
*
bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)
Tal Einat
2019-07-17
5
-99/+140
*
Docs: Correct formatting of a multiline code block (GH-13806)
Joseph Fox-Rabinovitz
2019-07-17
1
-2/+4
*
bpo-27452: IDLE: Cleanup config.py code (GH-14577)
Cheryl Sabella
2019-07-16
3
-39/+10
*
Fix infinite loop in email folding logic (GH-12732)
Paul Ganssle
2019-07-16
4
-6/+35
*
bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)
sgal
2019-07-16
1
-3/+1
*
bpo-37352: Minor word-smithing for design.rst (GH #14730)
Ilya Kamenshchikov
2019-07-16
1
-5/+5
*
Replace backquote with command substitution in subprocess doc example (GH-13941)
David Jones
2019-07-16
2
-7/+5
*
bpo-37468: make install no longer install wininst-*.exe files (GH-14511)
Victor Stinner
2019-07-15
2
-0/+5
*
bpo-37284: Add note to sys.implementation doc (GH-14328)
Giovanni Cappellotto
2019-07-15
2
-0/+5
*
bpo-37500: Make sure dead code does not generate bytecode but also detect syn...
Pablo Galindo
2019-07-15
4
-18/+174
*
bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...
Pablo Galindo
2019-07-14
8
-164/+168
*
bpo-37473: Don't import importlib ASAP in tests (GH-14661)
Victor Stinner
2019-07-14
3
-15/+7
*
bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444)
Sergey Fedoseev
2019-07-14
2
-86/+58
*
Clarify that plistlib's load and dump functions take a binary file object (GH...
Collin Styles
2019-07-14
1
-3/+3
*
bpo-37553: SendfileUsingSendTest tests timeout too short for Windows ARM32 (G...
Paul Monson
2019-07-14
1
-1/+2
*
Remove redundant docs of PyEval_EvalFrameEx (GH-14765)
Hai Shi
2019-07-14
1
-6/+6
*
bpo-37571: Remove extra space in ctypes docs (GH14764)
Steve Dower
2019-07-14
1
-1/+1
*
bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)
Michele Angrisano
2019-07-14
1
-3/+8
*
bpo-36261: Improve example of the preamble field in email docs (GH-14751)
Carl Bordum Hansen
2019-07-14
1
-1/+1
*
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)
Zac Hatfield-Dodds
2019-07-14
5
-1/+28
*
Fix inconsequential typo in math.remainder algorithm comments. (#14746)
Mark Dickinson
2019-07-13
1
-1/+1
*
bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...
Sviatoslav Sydorenko
2019-07-13
3
-0/+5
*
bpo-37358: Use vectorcall for functools.partial (GH-14284)
Jeroen Demeyer
2019-07-13
2
-66/+99
*
bpo-37548: Document range of atan, acos and asin (GH-14717)
Giovanni Cappellotto
2019-07-13
3
-6/+13
*
bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...
Xtreak
2019-07-13
3
-2/+26
*
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
Minmin Gong
2019-07-13
2
-19/+2
*
bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)
Milan Oberkirch
2019-07-13
1
-1/+1
*
Enable publish of Windows releases through Azure Pipelines (GH-14720)
Steve Dower
2019-07-13
6
-17/+223
*
Fix typo in re.escape documentation (GH-14722)
Robert DiPietro
2019-07-13
1
-1/+1
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
6
-98/+66
*
bpo-37521: No longer treat insertion into sys.modules as optional in importli...
Brett Cannon
2019-07-12
2
-9/+14
*
bpo-19696: Move threaded_import_hangers (GH-14655)
Kyle Stanley
2019-07-12
2
-3/+3
*
closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)
Hai Shi
2019-07-12
1
-2/+0
*
Remove redundant check from arraymodule b_getitem (GH-14676)
Disconnect3d
2019-07-11
1
-3/+1
*
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
Jakub Kulík
2019-07-11
2
-1/+2
*
closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)
Mariatta
2019-07-11
1
-1/+1
*
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
Jeroen Demeyer
2019-07-11
4
-6/+14
*
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)
Tal Einat
2019-07-11
2
-23/+77
*
bpo-34369: make kqueue.control() docs better reflect that timeout is position...
Tal Einat
2019-07-11
1
-3/+4
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
23
-93/+104
*
Document default parameter of .seek() in the signature. (GH-14691)
Benjamin Peterson
2019-07-11
1
-2/+2
[prev]
[next]