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-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Zackery Spytz
2020-10-20
1
-3/+3
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi
2020-10-20
4
-5/+40
*
md5module: Fix doc strings variable names (GH-22722)
Jakub Jelen
2020-10-20
1
-3/+3
*
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
Tomer Cohen
2020-10-20
1
-2/+2
*
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...
Ronald Oussoren
2020-10-20
3
-1/+19
*
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
2020-10-20
7
-7/+296
*
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger
2020-10-20
7
-93/+333
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Justin Turner Arthur
2020-10-20
2
-0/+3
*
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...
Ruben Vorderman
2020-10-19
8
-3/+102
*
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...
Mark Sapiro
2020-10-19
3
-1/+42
*
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
Zackery Spytz
2020-10-19
4
-1/+6
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Jakub Stasiak
2020-10-19
1
-0/+19
*
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
2020-10-19
6
-20/+26
*
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...
Zackery Spytz
2020-10-19
1
-4/+2
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Jason R. Coombs
2020-10-19
3
-6/+12
*
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Michel Samia
2020-10-19
1
-1/+1
*
Link to the msvcrt module from the Windows FAQ (#22268)
abdo
2020-10-19
1
-1/+1
*
bpo-38320: Clarify that expectedFailure is satisfied by either failure or err...
Irit Katriel
2020-10-19
1
-5/+6
*
bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)
Barry Warsaw
2020-10-19
4
-6/+26
*
bpo-42084: Language aware diff headers (GH-22776)
Raymond Hettinger
2020-10-19
1
-0/+10
*
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...
Ronald Oussoren
2020-10-19
3
-0/+18
*
bpo-42051: Reject XML entity declarations in plist files (#22760)
Ronald Oussoren
2020-10-19
3
-0/+28
*
bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)
Steve Dower
2020-10-19
3
-6/+6
*
bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou
2020-10-19
3
-4/+3
*
Correct name of bytecode in change note. (GH-22723)
Mark Shannon
2020-10-19
1
-1/+1
*
bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)
Bar Harel
2020-10-19
3
-10/+23
*
bpo-40484: Document compiler flags under AST module (GH-19885)
Batuhan Taskaya
2020-10-19
2
-20/+46
*
bpo-40492: Fix --outfile with relative path when the program changes it worki...
Anthony Sottile
2020-10-18
4
-1/+28
*
bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)
Irit Katriel
2020-10-18
3
-2/+83
*
3.9 whatsnew: fix bpo issue for AST change (GH-22742)
Shantanu
2020-10-18
1
-1/+1
*
bpo-20184: Convert termios to Argument Clinic. (GH-22693)
Serhiy Storchaka
2020-10-18
2
-99/+328
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion
2020-10-18
4
-1/+7
*
bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G...
Ma Lin
2020-10-18
5
-52/+53
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Max Bernstein
2020-10-17
3
-1/+16
*
[doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)
Andre Delfino
2020-10-17
1
-1/+3
*
bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH...
Zackery Spytz
2020-10-16
1
-21/+1
*
closes bpo-42030: Remove legacy AIX dynload support (GH-22717)
Kevin Adler
2020-10-16
4
-202/+3
*
bpo-42011: Update documentation of logging.Filter.filter() (GH-22692)
Necdet Can Atesman
2020-10-16
1
-2/+2
*
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Hai Shi
2020-10-16
7
-112/+16
*
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
Saiyang Gou
2020-10-15
1
-0/+2
*
bpo-1635741: Add a global module state to unicodedata (GH-22712)
Victor Stinner
2020-10-15
1
-54/+107
*
bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673)
Erlend Egeberg Aasland
2020-10-15
4
-129/+93
*
Minor clarification (GH-22708)
Raymond Hettinger
2020-10-15
1
-3/+3
*
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Kevin Adler
2020-10-15
4
-8/+28
*
bpo-41984: GC track all user classes (GH-22701)
Brandt Bucher
2020-10-15
5
-21/+52
*
Update timings for the final release (GH-22697)
Raymond Hettinger
2020-10-14
1
-27/+27
*
bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G...
Hai Shi
2020-10-14
4
-2/+21
*
bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Anatoliy Platonov
2020-10-14
4
-0/+12
*
closes bpo-42029: Remove dynload_dl (GH-22687)
Kevin Adler
2020-10-14
1
-23/+0
*
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Ned Deily
2020-10-14
1
-2/+0
[next]