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
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
Vinay Sharma
2019-08-29
4
-0/+14
*
bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15...
Zackery Spytz
2019-08-28
1
-1/+0
*
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...
Anonymous Maarten
2019-08-28
2
-1/+3
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
Daniel Fortunov
2019-08-28
4
-6/+20
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Christian Heimes
2019-08-27
4
-2/+19
*
Add Florian Ernst to ACKS (GH-15524)
Ethan Furman
2019-08-27
1
-0/+1
*
bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542)
Greg Price
2019-08-27
1
-7/+1
*
Fix unused variable and signed/unsigned warnings (GH-15537)
Raymond Hettinger
2019-08-27
3
-3/+9
*
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
vrajivk
2019-08-27
2
-1/+2
*
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
Inada Naoki
2019-08-27
3
-15/+2
*
bpo-36763: Make Py_BytesMain() public (GH-15532)
Victor Stinner
2019-08-26
2
-2/+2
*
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
Zackery Spytz
2019-08-26
1
-5/+1
*
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner
2019-08-26
14
-36/+38
*
bpo-37925: Mention --embed in python-config usage (GH-15458)
Batuhan Taşkaya
2019-08-26
1
-1/+1
*
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)
Raymond Hettinger
2019-08-26
1
-13/+22
*
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
Pradyun Gedam
2019-08-26
4
-3/+3
*
bpo-37055: fix warnings in _blake2 module (GH-14646)
Inada Naoki
2019-08-26
3
-19/+0
*
correct roman numeral VII description (GH-15523)
Ethan Furman
2019-08-26
1
-1/+1
*
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
Sergey Fedoseev
2019-08-26
1
-1/+1
*
bpo-37954: Fix reference leak in the symtable (GH-15514)
Pablo Galindo
2019-08-26
1
-1/+3
*
Remove leftovers from the times when long long wasn't required (GH-15501)
Sergey Fedoseev
2019-08-26
2
-4/+4
*
bpo-37947: Adjust correctly the recursion level in symtable for named express...
Pablo Galindo
2019-08-26
2
-1/+5
*
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...
Andrew Svetlov
2019-08-26
3
-1/+24
*
bpo-27575: port set intersection logic into dictview intersection (GH-7696)
Forest Gregg
2019-08-26
3
-4/+93
*
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...
Serhiy Storchaka
2019-08-26
5
-0/+99
*
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Dong-hee Na
2019-08-26
2
-0/+11
*
bpo-15542: Documentation incorrectly suggests __init__ called after direct _...
Joannah Nanjekye
2019-08-26
1
-4/+4
*
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Terry Jan Reedy
2019-08-26
3
-14/+11
*
Doc: Keep the venv/* exclude pattern. (GH-15229)
Julien Palard
2019-08-26
1
-2/+4
*
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...
Flavian Hautbois
2019-08-25
3
-2/+50
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
10
-76/+191
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
14
-2626/+2663
*
bpo-37905: Improve docs for NormalDist (GH-15486)
Raymond Hettinger
2019-08-25
1
-20/+7
*
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
Tal Einat
2019-08-25
4
-50/+27
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
10
-112/+317
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
5
-2/+71
*
Fix typo and rearrange words in IDLE news item (GH-15471)
Terry Jan Reedy
2019-08-24
1
-1/+1
*
Clarify argument types in datetime docs. (GH-15459)
Jürgen Gmach
2019-08-24
1
-3/+3
*
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...
Raymond Hettinger
2019-08-24
2
-1/+3
*
Revert "(TH-15402)" (#15468)
Terry Jan Reedy
2019-08-24
1
-1/+1
*
Fix typos in the documentation of Parser/pgen (GH-15416)
Shashi Ranjan
2019-08-24
1
-7/+7
*
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)
Dong-hee Na
2019-08-24
2
-33/+75
*
bpo-32118: Simplify docs for sequence comparison (GH-15450)
Raymond Hettinger
2019-08-24
1
-19/+7
*
bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...
Greg Price
2019-08-24
2
-11/+28
*
(TH-15402)
GeeTransit
2019-08-24
1
-1/+1
*
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
shireenrao
2019-08-24
3
-52/+135
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
11
-194/+305
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Serhiy Storchaka
2019-08-24
4
-7/+7
*
bpo-19119: Remove invalid test and rename a misnamed test (GH-15442)
Raymond Hettinger
2019-08-24
1
-14/+1
*
Fix link to changelog in 3.9 What's New page (GH-15445)
Ned Deily
2019-08-24
1
-1/+1
[next]