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-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
*
bpo-37860: Add netlify deploy preview for docs (GH-15288)
Ashwin Ramaswami
2019-08-21
3
-0/+10
*
bpo-37851: faulthandler allocates its stack on demand (GH-15358)
Victor Stinner
2019-08-21
2
-48/+101
*
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
Michael Anckaert
2019-08-21
1
-1/+1
*
bpo-37531: Enhance regrtest multiprocess timeout (GH-15345)
Victor Stinner
2019-08-21
2
-18/+66
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
16
-0/+1
*
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
Greg Price
2019-08-21
1
-0/+1
*
abstract.c should not be executable. (GH-15348)
Benjamin Peterson
2019-08-21
1
-0/+0
*
Remove a dead comment from ossaudiodev.c (#15346)
Brett Cannon
2019-08-20
1
-2/+0
*
bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)
Zackery Spytz
2019-08-20
2
-2/+1
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
6
-3/+83
*
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333)
Victor Stinner
2019-08-20
1
-21/+16
*
bpo-37868: Improve is_dataclass for instances. (GH-15325)
Eric V. Smith
2019-08-20
3
-2/+32
*
Minor documentation fixes on library/enum (GH-15234)
Antoine
2019-08-20
2
-5/+5
*
Delete stale comment in Python/getopt.c. (GH-14719)
Hansraj Das
2019-08-20
1
-4/+0
*
Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...
Victor Stinner
2019-08-19
3
-19/+0
*
bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
Victor Stinner
2019-08-19
3
-0/+19
*
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
Steve Dower
2019-08-19
1
-7/+4
*
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...
shireenrao
2019-08-17
2
-4/+5
*
Insert a missing close parenthesis (GH-15316)
cocoatomo
2019-08-17
1
-1/+1
*
fix link to time function from time_ns doc (GH-15285)
Éric Araujo
2019-08-17
1
-1/+1
*
Add a minor `Fraction.__hash__()` optimization (GH-15313)
Tim Peters
2019-08-17
1
-2/+17
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
10
-46/+43
*
bpo-37863: Optimize Fraction.__hash__() (#15298)
Raymond Hettinger
2019-08-16
2
-15/+12
*
Indent code inside if block. (GH-15284)
Hansraj Das
2019-08-15
1
-1/+1
[prev]
[next]