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-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
Steve Dower
2020-07-20
4
-3/+4
*
bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
Serhiy Storchaka
2020-07-20
3
-8/+51
*
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clini...
Serhiy Storchaka
2020-07-20
9
-93/+307
*
bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
Dong-hee Na
2020-07-20
2
-26/+99
*
bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
Zackery Spytz
2020-07-20
1
-1/+7
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Volker-Weissmann
2020-07-20
1
-2/+4
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Vinay Sharma
2020-07-20
3
-0/+17
*
Doc: fix import of asdl.py when called from outside Doc/. (GH-21529)
Julien Palard
2020-07-20
1
-1/+4
*
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
Erlend Egeberg Aasland
2020-07-20
2
-3/+4
*
bpo-41338: Fix DeprecationWarning in tests (GH-21542)
Inada Naoki
2020-07-20
3
-0/+11
*
bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139)
Vinay Sharma
2020-07-19
2
-0/+30
*
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-07-19
1
-0/+3
*
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
Serhiy Storchaka
2020-07-19
5
-25/+68
*
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
scoder
2020-07-18
3
-7/+59
*
bpo-39603: Prevent header injection in http methods (GH-18485)
AMIR
2020-07-18
3
-0/+39
*
bpo-41325: Add version note for args and kwargs property in call object (GH-2...
Jordan Speicher
2020-07-18
1
-0/+3
*
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
Serhiy Storchaka
2020-07-18
2
-74/+267
*
bpo-41288: Refactor of unpickling NEWOBJ and NEWOBJ_EX opcodes. (GH-21472)
Serhiy Storchaka
2020-07-18
1
-76/+33
*
Fix a small grammatical mistake in a comment (GH-21526)
Brett Cannon
2020-07-17
1
-1/+1
*
bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521)
Steve Dower
2020-07-17
1
-1/+1
*
bpo-40941: Unify implicit and explicit state in the frame and generator objec...
Mark Shannon
2020-07-17
9
-95/+155
*
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
[next]