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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39166: Fix trace of last iteration of async for loops (#17800)
Pablo Galindo
2020-01-10
1
-0/+2
*
bpo-39235: Fix end location for genexp in call args (GH-17925)
Guido van Rossum
2020-01-09
1
-0/+2
*
bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822)
An Long
2020-01-08
1
-0/+1
*
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
Dong-hee Na
2020-01-08
1
-0/+3
*
bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17...
Dong-hee Na
2020-01-07
1
-0/+2
*
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)
Dong-hee Na
2020-01-07
1
-0/+5
*
bpo-39198: Ensure logging global lock is released on exception in isEnabledFo...
Derek Brown
2020-01-07
1
-0/+1
*
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
Victor Stinner
2020-01-07
1
-0/+2
*
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
Pablo Galindo
2020-01-06
1
-0/+2
*
Fix link to bpo issue in Changelog (GH-17692)
Chandan Singh
2020-01-06
1
-1/+1
*
bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851)
Jason R. Coombs
2020-01-06
1
-0/+1
*
bpo-39200: Correct the error message for range() empty constructor (GH-17813)
Pablo Galindo
2020-01-05
1
-0/+2
*
Fix constant folding optimization for positional only arguments (GH-17837)
Anthony Sottile
2020-01-05
1
-0/+2
*
bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
Terry Jan Reedy
2020-01-05
1
-0/+2
*
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH...
Serhiy Storchaka
2020-01-05
1
-0/+2
*
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
Serhiy Storchaka
2020-01-05
1
-0/+2
*
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Serhiy Storchaka
2020-01-05
1
-0/+2
*
Fix SystemError when nested function has annotation on positional-only argume...
Anthony Sottile
2020-01-05
1
-0/+2
*
bpo-28367: Add additional baud rates for termios (GH-13142)
Anthony Shaw
2020-01-04
1
-0/+13
*
Fix #39191: Don't spawn a task before failing (#17796)
Andrew Svetlov
2020-01-04
1
-0/+3
*
bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)
Raymond Hettinger
2020-01-03
1
-0/+1
*
bpo-39114: Fix tracing of except handlers with name binding (GH-17769)
Pablo Galindo
2020-01-02
1
-0/+2
*
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp
2020-01-01
2
-0/+7
*
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
Vinay Sajip
2020-01-01
1
-0/+5
*
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCo...
Dong-hee Na
2019-12-31
1
-0/+2
*
bpo-34118: memoryview, range, and tuple are classes (GH-17761)
Terry Jan Reedy
2019-12-30
1
-0/+2
*
bpo-38610: Fix possible crashes in several list methods (GH-17022)
Zackery Spytz
2019-12-30
1
-0/+2
*
bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-1...
Batuhan Taşkaya
2019-12-30
1
-0/+1
*
bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558)
Batuhan Taşkaya
2019-12-30
1
-0/+2
*
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
Oleg Höfling
2019-12-29
1
-0/+1
*
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde
2019-12-28
1
-3/+3
*
bpo-39144 Align ctags and etags behaviours in the makefile and include Python...
Anthony Shaw
2019-12-28
1
-0/+1
*
Update 3.9.0a2.rst (GH-17703)
Aurora Lanes
2019-12-26
1
-1/+1
*
Update 3.9.0a2.rst - correct small typos (GH-17665)
toonarmycaptain
2019-12-25
1
-9/+7
*
Fix import path for asyncio.TimeoutError (#17691)
Andrew Svetlov
2019-12-24
1
-0/+1
*
Add comment to avoid ACKS losing order (GH-17678)
Éric Araujo
2019-12-23
1
-0/+2
*
bpo-38914 Do not require email field in setup.py. (GH-17388)
Jürgen Gmach
2019-12-23
1
-0/+5
*
bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)
Bar Harel
2019-12-22
1
-0/+2
*
bpo-38918: Add __module__ entry for function & method type in inspect docs ta...
Parth Sharma
2019-12-20
1
-0/+3
*
reorder entries in Misc/ACKS (#17663)
Éric Araujo
2019-12-20
1
-14/+13
*
Python 3.9.0a2
v3.9.0a2
Łukasz Langa
2019-12-18
92
-208/+959
*
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)
Victor Stinner
2019-12-18
1
-0/+3
*
bpo-39028: Performance enhancement in keyword extraction (GH-17576)
Sebastian Berg
2019-12-18
1
-0/+1
*
bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645)
Lysandros Nikolaou
2019-12-18
1
-0/+1
*
bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen...
Anthony Shaw
2019-12-17
1
-0/+2
*
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
Victor Stinner
2019-12-17
1
-0/+2
*
bpo-38858: Small integer per interpreter (GH-17315)
Victor Stinner
2019-12-17
1
-0/+5
*
bpo-38348: Extend command line options of ast parsing tool (GH-16540)
Batuhan Taşkaya
2019-12-16
1
-0/+2
*
bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
Toke Høiland-Jørgensen
2019-12-16
1
-0/+1
*
bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
Xtreak
2019-12-15
2
-0/+2
[next]