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-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
4
-5/+40
*
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...
Miss Skeleton (bot)
2020-10-20
3
-1/+19
*
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...
Miss Skeleton (bot)
2020-10-20
3
-0/+18
*
bpo-42051: Reject XML entity declarations in plist files (GH-22760)
Miss Skeleton (bot)
2020-10-20
3
-0/+28
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Miss Skeleton (bot)
2020-10-20
2
-0/+3
*
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...
Miss Skeleton (bot)
2020-10-19
3
-1/+42
*
[doc] Add link to Generic in typing (GH-22125)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Miss Skeleton (bot)
2020-10-19
1
-0/+19
*
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761)
Miss Skeleton (bot)
2020-10-19
1
-0/+2
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot)
2020-10-19
3
-6/+12
*
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...
Miss Skeleton (bot)
2020-10-19
1
-4/+2
*
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
Link to the msvcrt module from the Windows FAQ (GH-22268)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
Remove extra pip package (GH-22778)
Steve Dower
2020-10-19
1
-0/+0
*
bpo-40484: Document compiler flags under AST module (GH-19885) (GH-22758)
Miss Skeleton (bot)
2020-10-19
2
-20/+46
*
Correct name of bytecode in change note. (GH-22723) (#22765)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767)
Miss Skeleton (bot)
2020-10-19
3
-4/+3
*
bpo-40492: Fix --outfile with relative path when the program changes it worki...
Anthony Sottile
2020-10-18
4
-1/+28
*
3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)
Miss Skeleton (bot)
2020-10-18
1
-1/+1
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)
Miss Skeleton (bot)
2020-10-18
4
-1/+7
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Miss Skeleton (bot)
2020-10-18
3
-1/+16
*
bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH...
Miss Skeleton (bot)
2020-10-16
1
-21/+1
*
bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) (GH-22725)
Miss Skeleton (bot)
2020-10-16
1
-2/+2
*
[3.9] Fix incorrect parameter name (GH-22613) (GH-22628)
Xie Yanbo
2020-10-15
1
-1/+1
*
Minor clarification (GH-22708) (GH-22709)
Miss Skeleton (bot)
2020-10-15
1
-3/+3
*
bpo-41984: GC track all user classes (GH-22701/GH-22702)
Miss Skeleton (bot)
2020-10-15
5
-21/+52
*
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Miss Skeleton (bot)
2020-10-15
4
-8/+28
*
Update timings for the final release (GH-22697) (GH-22698)
Miss Skeleton (bot)
2020-10-14
1
-27/+27
*
bpo-41993: Fix possible issues in remove_module() (GH-22631) (GH-22647)
Miss Skeleton (bot)
2020-10-14
2
-10/+15
*
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Miss Skeleton (bot)
2020-10-14
1
-2/+0
*
Improve recipe readability (GH-22685) (GH-22686)
Miss Skeleton (bot)
2020-10-14
1
-31/+37
*
Add recipe for a version of random() with a larger population (GH-22664) (GH-...
Miss Skeleton (bot)
2020-10-13
1
-2/+53
*
bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
Miss Skeleton (bot)
2020-10-13
1
-1/+1
*
Fix typo in "Context manager types" section in typing.rst (GH-22676)
Miss Skeleton (bot)
2020-10-12
1
-2/+2
*
[3.9] bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-2...
Saiyang Gou
2020-10-12
1
-2/+2
*
bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self i...
Miss Skeleton (bot)
2020-10-12
2
-2/+7
*
[doc] Fix typo in the graphlib docs (GH-22661) (GH-22669)
Miss Skeleton (bot)
2020-10-12
1
-3/+4
*
Fix typo (GH-22582)
Miss Skeleton (bot)
2020-10-12
1
-1/+1
*
bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-2265...
Victor Stinner
2020-10-12
2
-8/+15
*
bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating ...
Miss Skeleton (bot)
2020-10-11
1
-1/+3
*
Fix typo in typing.rst (GH-22625)
Miss Skeleton (bot)
2020-10-11
1
-1/+1
*
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...
Miss Skeleton (bot)
2020-10-10
3
-8/+9
*
[3.9] bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734) ...
Karthikeyan Singaravelan
2020-10-10
1
-1/+2
*
bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
Miss Skeleton (bot)
2020-10-09
2
-3/+5
*
bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354) (GH-22617)
Miss Skeleton (bot)
2020-10-09
1
-0/+48
*
[3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611) (GH-22...
Batuhan Taskaya
2020-10-09
4
-8/+18
*
[3.9] bpo-41970: Avoid test failure in test_lib2to3 if the module is already ...
Karthikeyan Singaravelan
2020-10-09
2
-2/+4
*
Fix the attribute names in the docstring of GenericAlias (GH-22594)
Miss Skeleton (bot)
2020-10-08
1
-1/+1
*
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
Miss Skeleton (bot)
2020-10-08
4
-3/+4
*
bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc...
Miss Skeleton (bot)
2020-10-08
3
-7/+38
[next]