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-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
4
-0/+44
*
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Terry Jan Reedy
2020-07-16
3
-0/+6
*
Fix trivial typo in the PEG string parser (GH-21508)
Eric V. Smith
2020-07-16
1
-1/+1
*
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
Benjamin Peterson
2020-07-16
1
-15/+16
*
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Christopher Yeh
2020-07-16
1
-15/+15
*
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
Berker Peksag
2020-07-16
2
-6/+6
*
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
Berker Peksag
2020-07-16
3
-17/+27
*
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Steve Dower
2020-07-15
3
-3/+36
*
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-...
Zackery Spytz
2020-07-15
1
-3/+2
*
Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)
Benjamin Peterson
2020-07-15
1
-2/+2
*
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
Benjamin Peterson
2020-07-15
1
-1/+1
*
bpo-41302: Fix build with system libmpdec (GH-21481)
Felix Yan
2020-07-15
2
-6/+5
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Rishi
2020-07-15
4
-0/+10
*
bpo-20183: Convert _locale to the Argument Clinic (GH-14201)
Zackery Spytz
2020-07-15
2
-117/+760
*
bpo-41273: asyncio's proactor read transport's better performance by using re...
Tony Solomonik
2020-07-14
3
-46/+67
*
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...
JustAnotherArchivist
2020-07-14
1
-2/+4
*
Fix repeated words in Classes tutorial (GH-21455)
Paul McMillan
2020-07-14
1
-2/+2
*
bpo-32192: A basic lazy importer example (GH-21330)
Joannah Nanjekye
2020-07-13
1
-0/+23
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
Serhiy Storchaka
2020-07-13
3
-8/+41
*
bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)
Serhiy Storchaka
2020-07-12
2
-9/+52
*
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
Zackery Spytz
2020-07-12
5
-94/+797
*
bpo-20181: Convert the readline module to the Argument Clinic (#14326)
Zackery Spytz
2020-07-12
2
-247/+1022
*
Fix error in docstrings in bisect module (GH-21422)
Sergey Golitsynskiy
2020-07-11
1
-2/+2
*
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Nima Dini
2020-07-11
1
-1/+1
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
17
-99/+360
*
bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)
Zackery Spytz
2020-07-10
2
-409/+1364
*
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
marload
2020-07-10
1
-1/+1
*
bpo-39573: Use the Py_TYPE() macro (GH-21433)
Victor Stinner
2020-07-10
7
-12/+12
*
bpo-36346: Do not use legacy Unicode C API in ctypes. (#21429)
Serhiy Storchaka
2020-07-10
3
-29/+21
*
bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)
Serhiy Storchaka
2020-07-10
2
-38/+173
*
bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)
Joannah Nanjekye
2020-07-10
1
-0/+1
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Terry Jan Reedy
2020-07-09
6
-83/+110
*
Remove trailing >>> in enum docs (GH-21358)
E-Paine
2020-07-09
2
-1/+1
*
bpo-41172: Fix check for compiler in test suite (GH-21400)
Steve Dower
2020-07-09
1
-1/+7
*
bpo-29590: fix stack trace for gen.throw() with yield from (#19896)
Chris Jerdonek
2020-07-09
3
-0/+61
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
18
-134/+154
*
bpo-41199: Docstring convention not followed for dataclasses documentation pa...
marload
2020-07-09
1
-1/+1
*
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...
Zackery Spytz
2020-07-09
2
-1/+3
*
Doc: Builtins functions: faster jump table (GH-21376)
Julien Palard
2020-07-09
1
-18/+32
*
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH...
Mark Sapiro
2020-07-08
3
-1/+15
*
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (G...
stratakis
2020-07-08
2
-1/+5
*
bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
Tony Solomonik
2020-07-08
2
-3/+11
*
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH...
Victor Stinner
2020-07-08
2
-2/+14
*
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...
Zackery Spytz
2020-07-08
2
-2/+5
*
Add a test for get_id() (GH-21370)
Joannah Nanjekye
2020-07-08
1
-0/+7
*
bpo-41173: Copy test results file from ARM worker before uploading (GH-21305)
Steve Dower
2020-07-07
1
-2/+4
*
bpo-41224: Document is_annotated() in symtable module and update doc strings ...
Joannah Nanjekye
2020-07-07
2
-2/+80
*
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner
2020-07-07
5
-62/+154
*
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
Jason R. Coombs
2020-07-07
3
-3/+15
*
bpo-41215: Make assertion in the new parser more strict (GH-21364)
Lysandros Nikolaou
2020-07-06
1
-1/+1
[prev]
[next]