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
...
*
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit t...
Miss Islington (bot)
2019-08-29
2
-0/+7
*
bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)
Miss Islington (bot)
2019-08-29
1
-0/+1
*
bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172)
Miss Islington (bot)
2019-08-29
3
-2/+52
*
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...
Miss Islington (bot)
2019-08-29
3
-0/+41
*
[3.8] bpo-37482: Fix email address name with encoded words and special chars ...
bsiem
2019-08-29
3
-0/+28
*
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...
Miss Islington (bot)
2019-08-28
2
-1/+3
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-131...
Miss Islington (bot)
2019-08-28
4
-6/+20
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Miss Islington (bot)
2019-08-27
4
-2/+19
*
bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542)
Miss Islington (bot)
2019-08-27
1
-7/+1
*
Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)
Miss Islington (bot)
2019-08-27
3
-3/+9
*
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
Miss Islington (bot)
2019-08-27
2
-1/+2
*
bpo-36763: Make Py_BytesMain() public (GH-15532)
Miss Islington (bot)
2019-08-26
2
-2/+2
*
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
Miss Islington (bot)
2019-08-26
1
-5/+1
*
bpo-37925: Mention --embed in python-config usage (GH-15458)
Miss Islington (bot)
2019-08-26
1
-1/+1
*
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
Steve Dower
2019-08-26
4
-2/+3
*
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527)
Miss Islington (bot)
2019-08-26
1
-13/+22
*
bpo-37055: fix warnings in _blake2 module (GH-14646)
Miss Islington (bot)
2019-08-26
3
-19/+0
*
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
Miss Islington (bot)
2019-08-26
1
-1/+1
*
bpo-37954: Fix reference leak in the symtable (GH-15514)
Miss Islington (bot)
2019-08-26
1
-1/+3
*
Remove leftovers from the times when long long wasn't required (GH-15501)
Miss Islington (bot)
2019-08-26
2
-4/+4
*
[3.8] bpo-37947: Adjust correctly the recursion level in symtable for named e...
Pablo Galindo
2019-08-26
2
-1/+5
*
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...
Miss Islington (bot)
2019-08-26
3
-1/+24
*
[3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant...
Miss Islington (bot)
2019-08-26
5
-0/+99
*
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Miss Islington (bot)
2019-08-26
2
-0/+11
*
bpo-15542: Documentation incorrectly suggests __init__ called after direct _...
Miss Islington (bot)
2019-08-26
1
-4/+4
*
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Miss Islington (bot)
2019-08-26
3
-14/+11
*
Doc: Keep the venv/* exclude pattern. (GH-15229)
Miss Islington (bot)
2019-08-26
1
-2/+4
*
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (G...
Nick Coghlan
2019-08-25
10
-76/+191
*
bpo-37905: Improve docs for NormalDist (GH-15486) (GH-15487)
Miss Islington (bot)
2019-08-25
1
-20/+7
*
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
Miss Islington (bot)
2019-08-25
4
-50/+27
*
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
Raymond Hettinger
2019-08-25
10
-112/+317
*
Fix typo and rearrange words in IDLE news item (GH-15471)
Miss Islington (bot)
2019-08-24
1
-1/+1
*
[3.8] Clarify argument types in datetime docs. (GH-15459) (GH-15472)
Miss Islington (bot)
2019-08-24
1
-3/+3
*
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...
Miss Islington (bot)
2019-08-24
2
-1/+3
*
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) (...
Miss Islington (bot)
2019-08-24
2
-33/+75
*
bpo-32118: Simplify docs for sequence comparison (GH-15450) (#15466)
Miss Islington (bot)
2019-08-24
1
-19/+7
*
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) (#15461)
Miss Islington (bot)
2019-08-24
3
-52/+135
*
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320)...
Serhiy Storchaka
2019-08-24
11
-194/+305
*
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
Miss Islington (bot)
2019-08-24
2
-19/+2
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Miss Islington (bot)
2019-08-24
4
-7/+7
*
bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) (GH-15447)
Miss Islington (bot)
2019-08-24
1
-14/+1
*
Fix funny typo in Doc/bugs. (GH-15412)
Miss Islington (bot)
2019-08-24
1
-1/+1
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...
Miss Islington (bot)
2019-08-23
9
-73/+264
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)
Victor Stinner
2019-08-23
6
-31/+116
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Miss Islington (bot)
2019-08-23
3
-1/+14
*
bpo-26589: Add http status code 451 (GH-15413) (GH-15436)
Miss Islington (bot)
2019-08-23
4
-0/+12
*
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
Miss Islington (bot)
2019-08-23
2
-0/+4
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Miss Islington (bot)
2019-08-23
5
-13/+51
*
[3.8] Fix typo (inifite -> infinite) (GH-15429)
GeeTransit
2019-08-23
1
-1/+1
*
Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426)
Victor Stinner
2019-08-23
1
-2/+2
[prev]
[next]