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
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Xiang Zhang
2020-07-28
1
-1/+1
*
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Steve Dower
2020-07-28
6
-69/+25
*
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Dmytro Litvinov
2020-07-28
1
-1/+1
*
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
Zackery Spytz
2020-07-28
7
-1/+17
*
Validate the AST produced by the parser in debug mode (GH-21643)
Pablo Galindo
2020-07-27
1
-0/+9
*
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
amaajemyfren
2020-07-27
2
-5/+33
*
bpo-40939: Remove even more references to the old parser (GH-21642)
Lysandros Nikolaou
2020-07-27
5
-17/+0
*
bpo-40939: Use the new grammar for the grammar specification documentation (G...
Pablo Galindo
2020-07-27
4
-210/+91
*
bpo-41401: Fix test_fspath_support in test_io. (GH-21640)
Serhiy Storchaka
2020-07-27
1
-1/+1
*
bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447)
pxinwr
2020-07-27
2
-0/+3
*
bpo-41340: Removed fallback implementation for strdup (GH-21634)
wasiher
2020-07-27
5
-29/+2
*
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
Akuli
2020-07-27
3
-1/+7
*
Fix atexitmodule doc (GH-21456)
linchiwei123
2020-07-26
1
-1/+1
*
Delete remaining references to Grammar/Grammar from docs (#21624)
Guido van Rossum
2020-07-26
7
-396/+4
*
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
Serhiy Storchaka
2020-07-26
1
-2/+4
*
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (#1...
Shankar Jha
2020-07-25
1
-2/+19
*
bpo-41314: fixed annotations __future__ version (GH-21616)
YoSTEALTH
2020-07-25
3
-13/+15
*
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko
2020-07-25
6
-53/+137
*
bpo-37309: NEWS for #41373 (GH-21612)
Terry Jan Reedy
2020-07-25
1
-0/+4
*
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...
Serhiy Storchaka
2020-07-25
2
-0/+14
*
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
Alex Grönholm
2020-07-23
3
-7/+27
*
bpo-41366: Fix clang warning for sign conversion (GH-21592)
Henry Schreiner
2020-07-23
1
-1/+1
*
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
Zackery Spytz
2020-07-23
2
-3/+3
*
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
Abhijeet Kasurde
2020-07-23
2
-4/+29
*
Stick with the phrase "default parameter value" (GH-21590)
Andre Delfino
2020-07-22
1
-2/+2
*
bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593)
Stefan Krah
2020-07-22
2
-0/+377
*
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553)
wyfo
2020-07-22
3
-6/+21
*
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Steve Dower
2020-07-21
2
-7/+10
*
bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501)
Ammar Askar
2020-07-21
1
-4/+4
*
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
[next]