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-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Justin Blanchard
2019-08-29
2
-0/+3
*
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...
Serhiy Storchaka
2019-08-29
1
-0/+1
*
bpo-37960: Silence only necessary errors in repr() of buffered and text strea...
Serhiy Storchaka
2019-08-29
1
-0/+2
*
bpo-36871: Ensure method signature is used when asserting mock calls to a met...
Xtreak
2019-08-29
1
-0/+3
*
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...
Ronald Oussoren
2019-08-29
1
-0/+1
*
Raise a RuntimeError when tee iterator is consumed from different threads (GH...
HongWeipeng
2019-08-29
1
-0/+2
*
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
Vinay Sharma
2019-08-29
1
-0/+1
*
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...
Anonymous Maarten
2019-08-28
1
-0/+1
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
Daniel Fortunov
2019-08-28
2
-0/+2
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Christian Heimes
2019-08-27
1
-0/+2
*
Add Florian Ernst to ACKS (GH-15524)
Ethan Furman
2019-08-27
1
-0/+1
*
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
vrajivk
2019-08-27
1
-0/+1
*
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
Inada Naoki
2019-08-27
1
-0/+2
*
bpo-37925: Mention --embed in python-config usage (GH-15458)
Batuhan Taşkaya
2019-08-26
1
-1/+1
*
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
Pradyun Gedam
2019-08-26
1
-1/+1
*
bpo-37947: Adjust correctly the recursion level in symtable for named express...
Pablo Galindo
2019-08-26
1
-0/+2
*
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...
Andrew Svetlov
2019-08-26
1
-0/+1
*
bpo-27575: port set intersection logic into dictview intersection (GH-7696)
Forest Gregg
2019-08-26
1
-0/+2
*
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...
Serhiy Storchaka
2019-08-26
1
-0/+3
*
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Dong-hee Na
2019-08-26
1
-0/+1
*
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Terry Jan Reedy
2019-08-26
1
-0/+2
*
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...
Flavian Hautbois
2019-08-25
1
-0/+2
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
1
-0/+7
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-0/+3
*
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
Tal Einat
2019-08-25
1
-0/+1
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
1
-0/+1
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
1
-0/+3
*
Fix typo and rearrange words in IDLE news item (GH-15471)
Terry Jan Reedy
2019-08-24
1
-1/+1
*
Revert "(TH-15402)" (#15468)
Terry Jan Reedy
2019-08-24
1
-1/+1
*
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)
Dong-hee Na
2019-08-24
1
-0/+2
*
bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...
Greg Price
2019-08-24
1
-0/+3
*
(TH-15402)
GeeTransit
2019-08-24
1
-1/+1
*
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
shireenrao
2019-08-24
1
-0/+1
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
1
-0/+3
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Serhiy Storchaka
2019-08-24
1
-1/+1
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na
2019-08-23
1
-0/+1
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
1
-0/+1
*
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger
2019-08-23
1
-0/+2
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
1
-0/+2
*
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...
Stefan Behnel
2019-08-23
1
-0/+2
*
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)
Victor Stinner
2019-08-23
1
-0/+1
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Pablo Galindo
2019-08-22
1
-0/+3
*
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
Raymond Hettinger
2019-08-22
1
-0/+1
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Steve Dower
2019-08-21
1
-0/+2
*
bpo-37482: Fix email address name with encoded words and special chars (GH-14...
bsiem
2019-08-21
1
-0/+1
*
bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...
Brett Cannon
2019-08-21
1
-0/+2
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
2
-0/+4
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-0/+1
*
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
Anthony Sottile
2019-08-21
1
-0/+2
*
bpo-37751: Fix codecs.lookup() normalization (GH-15092)
Jordon Xu
2019-08-21
1
-0/+1
[next]