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
/
NEWS.d
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
Dong-hee Na
2020-01-14
1
-0/+2
*
bpo-38901: Allow setting a venv's prompt to the basename of the current direc...
Vinay Sajip
2020-01-14
1
-0/+3
*
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
Václav Bartoš
2020-01-14
1
-0/+1
*
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
Dong-hee Na
2020-01-14
1
-0/+3
*
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
Dong-hee Na
2020-01-13
1
-0/+3
*
bpo-39310: Add math.ulp(x) (GH-17965)
Victor Stinner
2020-01-13
1
-0/+1
*
bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-...
Batuhan Taşkaya
2020-01-12
1
-0/+2
*
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
Guðni Natan Gunnarsson
2020-01-12
1
-0/+1
*
bpo-39288: Add math.nextafter(x, y) (GH-17937)
Victor Stinner
2020-01-12
1
-0/+2
*
bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)
Dong-hee Na
2020-01-11
1
-0/+3
*
bpo-39297: Update for importlib_metadata 1.4. (GH-17947)
Jason R. Coombs
2020-01-11
1
-0/+1
*
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
Dong-hee Na
2020-01-10
1
-0/+3
*
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-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851)
Jason R. Coombs
2020-01-06
1
-0/+1
*
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
*
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-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
Vinay Sajip
2020-01-01
1
-0/+5
*
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
*
Fix import path for asyncio.TimeoutError (#17691)
Andrew Svetlov
2019-12-24
1
-0/+1
*
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
*
Python 3.9.0a2
v3.9.0a2
Łukasz Langa
2019-12-18
40
-93/+0
*
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
1
-0/+1
*
bpo-36406: Handle namespace packages in doctest (GH-12520)
Xtreak
2019-12-13
1
-0/+1
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)
Jason R. Coombs
2019-12-11
1
-0/+1
*
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)
Yury Selivanov
2019-12-09
1
-0/+1
*
bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
Victor Stinner
2019-12-09
1
-0/+2
*
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner
2019-12-09
1
-0/+3
*
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
Abhilash Raj
2019-12-09
1
-0/+1
*
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
Abhilash Raj
2019-12-09
1
-0/+3
*
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
Batuhan Taşkaya
2019-12-08
1
-0/+1
*
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
AMIR
2019-12-08
1
-0/+1
*
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes
2019-12-07
1
-0/+2
*
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python v...
Andrew Svetlov
2019-12-07
1
-0/+2
*
bpo-38529: Fix asyncio stream warning (GH-17474)
Andrew Svetlov
2019-12-07
1
-0/+2
*
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
Batuhan Taşkaya
2019-12-07
1
-0/+2
*
bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477)
Victor Stinner
2019-12-06
1
-0/+5
[next]