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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
Vinay Sharma
2019-08-29
1
-0/+6
*
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...
Anonymous Maarten
2019-08-28
1
-1/+2
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
Daniel Fortunov
2019-08-28
2
-6/+18
*
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
Inada Naoki
2019-08-27
2
-15/+0
*
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
Zackery Spytz
2019-08-26
1
-5/+1
*
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
Pradyun Gedam
2019-08-26
3
-2/+2
*
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...
Andrew Svetlov
2019-08-26
2
-1/+23
*
bpo-27575: port set intersection logic into dictview intersection (GH-7696)
Forest Gregg
2019-08-26
1
-0/+14
*
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...
Serhiy Storchaka
2019-08-26
2
-0/+82
*
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Dong-hee Na
2019-08-26
1
-0/+10
*
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Terry Jan Reedy
2019-08-26
2
-14/+9
*
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...
Flavian Hautbois
2019-08-25
2
-2/+48
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
3
-38/+84
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
4
-3/+20
*
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
Tal Einat
2019-08-25
3
-50/+26
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
1
-8/+20
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
2
-0/+60
*
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)
Dong-hee Na
2019-08-24
1
-33/+73
*
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
shireenrao
2019-08-24
2
-52/+134
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
4
-6/+61
*
bpo-19119: Remove invalid test and rename a misnamed test (GH-15442)
Raymond Hettinger
2019-08-24
1
-14/+1
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na
2019-08-23
1
-73/+82
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
1
-0/+5
*
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger
2019-08-23
2
-0/+6
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
1
-0/+17
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner
2019-08-23
1
-6/+10
*
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...
Stefan Behnel
2019-08-23
2
-1/+169
*
test_gdb: use unittest test discovery (GH-15405)
Victor Stinner
2019-08-23
1
-11/+5
*
bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419)
Victor Stinner
2019-08-23
1
-2/+2
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Pablo Galindo
2019-08-22
1
-0/+5
*
bpo-28556: Add a regression test to typing (GH-15396)
Ivan Levkivskyi
2019-08-22
1
-0/+17
*
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
Raymond Hettinger
2019-08-22
1
-2/+13
*
Add missing space to warning message (GH-14915)
Florian Bruhin
2019-08-22
1
-1/+1
*
bpo-37834: Fix test on Windows 7 (GH-15377)
Steve Dower
2019-08-22
1
-0/+3
*
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...
Steve Dower
2019-08-21
2
-5/+10
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Steve Dower
2019-08-21
1
-3/+17
*
bpo-37482: Fix email address name with encoded words and special chars (GH-14...
bsiem
2019-08-21
2
-0/+27
*
bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...
Brett Cannon
2019-08-21
3
-46/+13
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
5
-31/+159
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
5
-31/+291
*
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
Anthony Sottile
2019-08-21
2
-23/+18
*
bpo-37531: Enhance regrtest multiprocess timeout (GH-15345)
Victor Stinner
2019-08-21
1
-18/+63
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
5
-0/+0
*
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
Greg Price
2019-08-21
1
-0/+1
*
bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)
Zackery Spytz
2019-08-20
1
-2/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-0/+12
*
bpo-37868: Improve is_dataclass for instances. (GH-15325)
Eric V. Smith
2019-08-20
2
-2/+29
*
Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...
Victor Stinner
2019-08-19
2
-18/+0
*
bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
Victor Stinner
2019-08-19
2
-0/+18
*
Add a minor `Fraction.__hash__()` optimization (GH-15313)
Tim Peters
2019-08-17
1
-2/+17
[next]