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-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
*
Fix funny typo in Doc/bugs. (GH-15412)
Antoine
2019-08-24
1
-1/+1
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na
2019-08-23
9
-73/+264
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
3
-1/+14
*
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger
2019-08-23
4
-0/+12
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
6
-30/+115
*
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
Victor Stinner
2019-08-23
2
-0/+4
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner
2019-08-23
5
-13/+51
*
Fix _PyTime_MIN/MAX values (GH-15384)
Sergey Fedoseev
2019-08-23
1
-2/+2
*
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...
Stefan Behnel
2019-08-23
4
-1/+183
*
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-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)
Victor Stinner
2019-08-23
2
-1/+2
*
Correct minor grammar mistake (GH-15404)
Andre Delfino
2019-08-23
1
-1/+1
*
bpo-30826: Improve control flow examples (GH-15407)
Raymond Hettinger
2019-08-23
1
-14/+14
*
bpo-12634: Clarify an awkward section of the tutorial (GH-15406)
Raymond Hettinger
2019-08-23
1
-6/+14
*
bpo-30550: Clarify JSON ordering guarantees (GH-15397)
Raymond Hettinger
2019-08-22
1
-0/+12
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Pablo Galindo
2019-08-22
3
-1/+10
*
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
4
-2/+30
*
bpo-14050: Note that not all data can be sorted (GH-15381)
Raymond Hettinger
2019-08-22
1
-0/+7
*
bpo-27961: Remove leftovers from the times when long long wasn't required (GH...
Sergey Fedoseev
2019-08-22
5
-38/+26
*
Add missing space to warning message (GH-14915)
Florian Bruhin
2019-08-22
1
-1/+1
*
Refactor Parser/pgen and add documentation and explanations (GH-15373)
Pablo Galindo
2019-08-22
7
-332/+753
*
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
3
-9/+29
*
bpo-37482: Fix email address name with encoded words and special chars (GH-14...
bsiem
2019-08-21
3
-0/+28
*
bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...
Brett Cannon
2019-08-21
5
-46/+30
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
16
-233/+470
*
Revert mode change that loses information in directory listings on Linux. (#1...
Stefan Krah
2019-08-21
1
-0/+0
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
8
-32/+304
*
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
Anthony Sottile
2019-08-21
3
-23/+20
*
Update asyncio.ensure_future() documentation (GH-15347)
Roger Iyengar
2019-08-21
1
-1/+3
*
bpo-37751: Fix codecs.lookup() normalization (GH-15092)
Jordon Xu
2019-08-21
2
-16/+17
[next]