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-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
15
-35/+218
*
bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105)
Thomas
2021-10-21
1
-0/+7
*
bpo-44019: Add operator.call() to __all__ for the operator module (GH-29110)
Kreus Amredes
2021-10-21
2
-1/+2
*
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory ...
Petr Viktorin
2021-10-21
5
-16/+162
*
bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)
Ken Jin
2021-10-21
5
-1/+6
*
bpo-44174: [Enum] add reference to name mangling (GH-29116)
Ethan Furman
2021-10-21
1
-1/+2
*
bpo-45548: add some missing entries to `Modules/Setup` (GH-29115)
Brett Cannon
2021-10-21
2
-2/+21
*
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...
Barry Warsaw
2021-10-20
7
-6/+42
*
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...
Kyungmin Lee
2021-10-20
3
-0/+28
*
bpo-45527: Don't count cache hits, just misses. (GH-29092)
Mark Shannon
2021-10-20
3
-107/+33
*
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade
2021-10-20
6
-260/+48
*
bpo-41374: Remove obsolete exclusion of netinet/tcp.h on Cygwin (GH-21649)
Zackery Spytz
2021-10-20
2
-3/+3
*
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
Jeong YunWon
2021-10-20
2
-2/+5
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Łukasz Langa
2021-10-20
2
-0/+27
*
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
Gregory P. Smith
2021-10-20
2
-2/+2
*
bpo-45536: Check OpenSSL APIs in configure (GH-29088)
Christian Heimes
2021-10-20
3
-0/+105
*
Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
Alex Waygood
2021-10-20
1
-1/+1
*
Add a comment about how to fix bogus test_host_resolution_bad_address failure...
Barry Warsaw
2021-10-20
1
-2/+4
*
bpo-44525: Specialize simple Python calls. (GH-29033)
Mark Shannon
2021-10-20
7
-60/+176
*
bpo-45229: Make doctest tests discoverable (GH-28986)
Serhiy Storchaka
2021-10-20
2
-23/+18
*
bpo-25625: [doc] fix async/aync typo (GH-29091)
Thomas Grainger
2021-10-20
1
-1/+1
*
bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)
Petr Viktorin
2021-10-20
3
-9/+15
*
bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)
Zachary Ware
2021-10-20
1
-1/+0
*
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077)
Zachary Ware
2021-10-20
2
-5/+11
*
bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)
Ken Jin
2021-10-19
7
-50/+365
*
bpo-25625: add contextlib.chdir (GH-28271)
Filipe Laíns
2021-10-19
4
-3/+83
*
bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...
Alex Waygood
2021-10-19
2
-0/+44
*
bpo-45506: Go back to not running most of test_embed in out-of-tree builds. (...
Eric Snow
2021-10-19
1
-1/+1
*
bpo-45494: Fix parser crash when reporting errors involving invalid continuat...
Pablo Galindo Salgado
2021-10-19
5
-123/+137
*
[doc]: Fix missing space in c-api/init.rst and add rstlint rule (GH-28988)
Julien Palard
2021-10-19
2
-7/+14
*
bpo-45500: Rewrite test_dbm (GH-29002)
Serhiy Storchaka
2021-10-19
1
-69/+57
*
bpo-42174: fallback to sane values if the columns or lines are 0 in get_termi...
Filipe Laíns
2021-10-19
3
-2/+8
*
bpo-42222: Improve tests for invalid argument types in randrange() (GH-29021)
Serhiy Storchaka
2021-10-19
1
-20/+11
*
bpo-40360: Make the 2to3 deprecation more obvious. (GH-29064)
Gregory P. Smith
2021-10-19
2
-3/+8
*
bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047)
Filipe Laíns
2021-10-19
2
-0/+4
*
Add zoneinfo to the datetime documentation (GH-29038)
Paul Ganssle
2021-10-19
2
-4/+9
*
Record cache hits for BINARY_SUBSCR specializations (GH-29060)
Ken Jin
2021-10-19
1
-0/+3
*
bpo-42064: Add module backref to `sqlite3` callback context (GH-28242)
Erlend Egeberg Aasland
2021-10-19
3
-125/+91
*
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414)
Erlend Egeberg Aasland
2021-10-19
2
-1/+2
*
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Victor Stinner
2021-10-19
6
-31/+19
*
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...
Inada Naoki
2021-10-19
4
-12/+4
*
bpo-45516: use documentation links in TraversableResources' description (GH-2...
Filipe Laíns
2021-10-19
1
-4/+5
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
11
-132/+135
*
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner
2021-10-18
10
-77/+100
*
bpo-45516: add protocol description to the Traversable documentation (#29039)
Filipe Laíns
2021-10-18
2
-0/+42
*
bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031)
andrei kulakov
2021-10-18
2
-0/+15
*
bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)
Victor Stinner
2021-10-18
3
-11/+11
*
bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)
Mark Shannon
2021-10-18
3
-179/+127
*
bpo-45434: Include stdlib.h for specialize stat (GH-29015)
Dong-hee Na
2021-10-18
1
-1/+2
*
Improve multiserver queue recipe (GH-29012)
Raymond Hettinger
2021-10-17
1
-5/+6
[next]