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-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
*
bpo-37207: enable vectorcall for type.__call__ (GH-14588)
Jeroen Demeyer
2019-08-15
2
-2/+6
*
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM...
Alex Gaynor
2019-08-15
1
-1/+1
*
bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)
Greg Price
2019-08-15
2
-2/+6
*
bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
Hai Shi
2019-08-14
1
-3/+12
*
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Victor Stinner
2019-08-14
2
-1/+9
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov
2019-08-14
3
-0/+16
*
bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)
Abhilash Raj
2019-08-14
1
-0/+47
*
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
Tal Einat
2019-08-14
3
-2/+20
*
bpo-36030: Improve performance of some tuple operations (GH-12052)
Sergey Fedoseev
2019-08-14
1
-32/+71
*
bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)
Victor Stinner
2019-08-14
5
-14/+78
*
bpo-36502: Correct documentation of str.isspace() (GH-15019)
Greg Price
2019-08-14
2
-4/+19
*
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Victor Stinner
2019-08-14
2
-3/+17
*
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
Hai Shi
2019-08-14
1
-2/+2
*
bpo-37337: Fix a GCC 9 warning in Objects/descrobject.c (GH-14814)
Zackery Spytz
2019-08-14
1
-1/+1
*
bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-...
Greg Price
2019-08-14
1
-33/+35
*
bpo-37256: Wording in Request class docs (#14792)
Ngalim Siregar
2019-08-14
2
-1/+2
*
bpo-25172: Add test for crypt ImportError on Windows (GH-15252)
shireenrao
2019-08-13
1
-7/+28
*
bpo-37689: add Path.is_relative_to() method (GH-14982)
Hai Shi
2019-08-13
4
-1/+111
*
bpo-37814: Document the empty tuple type annotation syntax (GH-15208)
Josh Holland
2019-08-13
1
-1/+2
*
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)
Hai Shi
2019-08-13
1
-0/+3
*
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
Steve Dower
2019-08-13
1
-0/+9
*
bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)
Greg Price
2019-08-13
1
-24/+20
*
bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)
Greg Price
2019-08-13
1
-17/+5
*
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)
Greg Price
2019-08-13
1
-1/+1
*
bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)
Greg Price
2019-08-13
1
-133/+109
[prev]
[next]