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-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo
2021-04-12
12
-665/+1261
*
bpo-43774: Remove --without-cycle-gc doc (GH-25364)
Victor Stinner
2021-04-12
1
-6/+1
*
bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-...
Ethan Furman
2021-04-12
3
-19/+57
*
bpo-41661: Document os.path.relpath() exception on Windows with different dri...
Zackery Spytz
2021-04-12
1
-1/+2
*
bpo-34311: Add locale.localize (GH-15275)
Cédric Krier
2021-04-12
4
-3/+51
*
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
Christian Heimes
2021-04-12
4
-7/+7
*
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
Christian Heimes
2021-04-12
1
-1/+4
*
try and get a peak at mock-related PRs before they land (#25356)
Chris Withers
2021-04-12
1
-0/+4
*
bpo-43680: _pyio.open() becomes a static method (GH-25354)
Victor Stinner
2021-04-12
3
-14/+18
*
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra
2021-04-12
7
-20/+159
*
bpo-43785: Improve BZ2File performance by removing RLock (GH-25299)
Inada Naoki
2021-04-12
2
-59/+48
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
7
-14/+32
*
bpo-43770: Refactor PyType_Ready() function (GH-25336)
Victor Stinner
2021-04-11
2
-154/+274
*
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)
Ken Jin
2021-04-11
3
-0/+8
*
Fix typo in 3.10.0a7.rst (GH-25340)
Sergey B Kirpichev
2021-04-11
1
-1/+1
*
Fix description of behaviour of an exception class in 'from' clause (GH-24303)
Mark Dickinson
2021-04-11
1
-4/+7
*
bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
Dennis Sweeney
2021-04-11
3
-6/+182
*
bpo-43772: Fix TypeVar.__ror__ (GH-25339)
Jelle Zijlstra
2021-04-11
3
-2/+13
*
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra
2021-04-11
5
-11/+91
*
bpo-43764: Add match_args=False parameter to dataclass decorator and to make_...
Eric V. Smith
2021-04-11
4
-19/+81
*
Fix typo about line number in the 3.10 What's New document (GH-25328)
Antti Haapala
2021-04-11
1
-1/+1
*
bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197)
DevilXD
2021-04-10
1
-4/+1
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
9
-38/+198
*
bpo-43478: Fix formatting of NEWS entry (GH-25335)
Pablo Galindo
2021-04-10
1
-1/+6
*
bpo-43770: Refactor type_new() function (GH-25325)
Victor Stinner
2021-04-10
2
-395/+734
*
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo
2021-04-10
11
-19/+199
*
bpo-40701: doc typo historcal -> historical (GH-25334)
Gregory P. Smith
2021-04-10
1
-1/+1
*
bpo-43739: Add type declaration Doc/extending/extending.rst example
Shreyan Avigyan
2021-04-10
2
-1/+2
*
bpo-43478: Restrict use of Mock objects as specs (GH-25326)
Matthew Suozzo
2021-04-10
4
-8/+65
*
bpo-39899: Don't double-check directory name if we're requesting the current ...
Barney Gale
2021-04-09
1
-8/+9
*
bpo-40107: Switch to using io.open() for pathlib.Path.open() (GH-25240)
Barney Gale
2021-04-09
1
-7/+3
*
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
Christian Heimes
2021-04-09
1
-2/+2
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Christian Heimes
2021-04-09
4
-1/+20
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
8
-22/+133
*
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
Christian Heimes
2021-04-09
7
-82/+15092
*
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
Christian Heimes
2021-04-09
2
-0/+7
*
bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-2...
Christian Heimes
2021-04-09
2
-0/+9
*
bpo-43774: Document the Python Build System (GH-25302)
Victor Stinner
2021-04-09
1
-7/+116
*
bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt (GH-25296)
Victor Stinner
2021-04-09
1
-1/+2
*
Simplify _PyPegen_fill_token in pegen.c (GH-25295)
Pablo Galindo
2021-04-09
1
-58/+64
*
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo
2021-04-09
3
-3/+18
*
bpo-43774: Enhance configure documentation (GH-25293)
Victor Stinner
2021-04-08
1
-50/+125
*
Break down some complex functions in pegen.c for readability (GH-25292)
Pablo Galindo
2021-04-08
1
-79/+91
*
Fix possible refleak involving _PyArena_AddPyObject (GH-25289)
Erlend Egeberg Aasland
2021-04-08
1
-1/+4
*
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou
2021-04-08
1
-1/+0
*
bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
Victor Stinner
2021-04-08
2
-5/+13
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
20
-47/+678
*
bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284)
Brandt Bucher
2021-04-08
3
-1/+11
*
bpo-43760: Streamline dispatch sequence for machines without computed gotos. ...
Mark Shannon
2021-04-08
1
-61/+52
*
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
Victor Stinner
2021-04-08
3
-2/+6
[next]