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-38716: stop rotating handlers from setting inherited namer and rotator to...
l0rb
2019-11-06
1
-0/+1
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
1
-0/+2
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
1
-0/+1
*
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
Ram Rachum
2019-11-02
1
-0/+1
*
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...
Anthony Sottile
2019-10-31
1
-0/+3
*
bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)
Lucas Cimon
2019-10-31
1
-0/+1
*
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...
Daniel Hillier
2019-10-29
1
-0/+2
*
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
Dong-hee Na
2019-10-28
1
-0/+3
*
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Serhiy Storchaka
2019-10-27
1
-0/+1
*
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
Zsolt Dollenstein
2019-10-24
1
-0/+2
*
bpo-30618: add readlink to pathlib.Path (GH-8285)
Girts
2019-10-23
1
-0/+1
*
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
Victor Stinner
2019-10-23
1
-0/+2
*
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
Serhiy Storchaka
2019-10-21
1
-0/+2
*
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Dong-hee Na
2019-10-21
1
-0/+2
*
bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858)
Raymond Hettinger
2019-10-20
1
-0/+2
*
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840)
Raymond Hettinger
2019-10-18
1
-0/+1
*
bpo-27657: Fix urlparse() with numeric paths (#661)
Tim Graham
2019-10-18
1
-0/+2
*
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
Gregory P. Smith
2019-10-18
1
-0/+3
*
bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591)
Inada Naoki
2019-10-17
1
-0/+2
*
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Julien Danjou
2019-10-15
1
-0/+2
*
bpo-38478: Correctly handle keyword argument with same name as positional-onl...
Pablo Galindo
2019-10-15
1
-0/+3
*
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Stein Karlsen
2019-10-14
1
-0/+2
*
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...
Samuel Colvin
2019-10-13
1
-0/+1
*
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
Serhiy Storchaka
2019-10-13
1
-0/+2
*
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith
2019-10-12
1
-0/+2
*
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
Samuel Colvin
2019-10-12
1
-0/+1
*
bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsi...
Abhilash Raj
2019-10-12
2
-2/+2
*
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
Ronan Lamy
2019-10-10
1
-0/+3
*
closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)
Antonio Gutierrez
2019-10-09
1
-0/+1
*
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
Serhiy Storchaka
2019-10-08
1
-0/+1
*
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
Serhiy Storchaka
2019-10-08
1
-0/+3
*
bpo-25988: Do not expose abstract collection classes in the collections modul...
Serhiy Storchaka
2019-10-07
1
-0/+2
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Andrei Troie
2019-10-05
1
-0/+3
*
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525)
nde
2019-10-05
1
-0/+1
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Serhiy Storchaka
2019-10-04
1
-0/+4
*
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH...
Giampaolo Rodola
2019-10-01
1
-0/+2
*
bpo-32689: Updates shutil.move to allow for Path objects to be used as source...
Maxwell A McKinnon
2019-10-01
1
-0/+2
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-30
1
-0/+1
*
bpo-38163: Child mocks detect their type as sync or async (GH-16471)
Lisa Roach
2019-09-30
1
-0/+4
*
bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443)
Lisa Roach
2019-09-30
1
-0/+1
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Andrew Svetlov
2019-09-29
1
-0/+1
*
bpo-38108: Makes mock objects inherit from Base (GH-16060)
Lisa Roach
2019-09-29
1
-0/+2
*
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)
T. Wouters
2019-09-28
1
-0/+1
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Jason R. Coombs
2019-09-28
1
-0/+4
*
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
Michael Felt
2019-09-26
1
-0/+4
*
bpo-38112: Compileall improvements (GH-16012)
LumÃr 'Frenzy' Balhar
2019-09-26
1
-0/+3
*
bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071)
Christian Heimes
2019-09-25
1
-0/+1
*
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
Yury Selivanov
2019-09-25
1
-0/+1
*
bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359)
Dong-hee Na
2019-09-25
1
-0/+2
*
bpo-38136: Updates await_count and call_count to be different things (GH-16192)
Lisa Roach
2019-09-24
1
-0/+3
[prev]
[next]