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-44246: Update What's New for importlib.metadata. (#26408)
Jason R. Coombs
2021-05-27
1
-3/+9
*
bpo-43916: Use test.support.check_disallow_instantiation() in test_tcl (GH-26...
Erlend Egeberg Aasland
2021-05-27
1
-3/+3
*
bpo-42972: Fully support GC protocol for _operator heap types (GH-26371)
Erlend Egeberg Aasland
2021-05-27
1
-5/+33
*
bpo-42972: Fully implement GC protocol for re types (GH-26368)
Erlend Egeberg Aasland
2021-05-27
1
-19/+81
*
bpo-43667: Add news fragment for Solaris changes (GH-26405)
Jakub Kulík
2021-05-27
1
-0/+2
*
bpo-43693: Add _PyCode_New(). (gh-26375)
Eric Snow
2021-05-27
12
-4613/+4701
*
bpo-42972: Fully support GC for mmap heap types (GH-26373)
Erlend Egeberg Aasland
2021-05-27
1
-3/+10
*
bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372)
Erlend Egeberg Aasland
2021-05-27
1
-1/+10
*
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
Tal Einat
2021-05-27
2
-1/+8
*
bpo-43988: Document test.support.check_disallow_instantiation() (GH-26394)
Erlend Egeberg Aasland
2021-05-27
2
-2/+10
*
bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370)
Erlend Egeberg Aasland
2021-05-27
1
-28/+45
*
bpo-42972: Fully support GC for hashlib heap types (GH-26374)
Erlend Egeberg Aasland
2021-05-27
4
-16/+69
*
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types...
Erlend Egeberg Aasland
2021-05-27
5
-35/+69
*
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland
2021-05-27
14
-51/+37
*
bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391)
Victor Stinner
2021-05-26
1
-8/+12
*
bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)
Ken Jin
2021-05-26
7
-0/+153
*
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...
Jason R. Coombs
2021-05-26
6
-12/+10
*
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Eric Snow
2021-05-26
7
-81/+146
*
bpo-38693: importlib.metadata f-strings (GH-26383)
Jason R. Coombs
2021-05-26
2
-5/+5
*
bpo-44241: Incorporate changes from importlib_metadata 4.1. (#26382)
Jason R. Coombs
2021-05-26
4
-8/+30
*
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Gabriele N. Tornetta
2021-05-26
4
-0/+17
*
bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757)
Erlend Egeberg Aasland
2021-05-26
2
-3/+14
*
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...
Peter Law
2021-05-26
1
-3/+4
*
bpo-44222: Improve _removeHandlerRef() for a very long _handlerList (GH-26325)
Yonatan Goldschmidt
2021-05-25
1
-2/+3
*
Correct minor spelling typos (GH-26339)
Jero Bado
2021-05-25
1
-2/+2
*
Fix typo in NEWS. (GH-26346)
Mariusz Felisiak
2021-05-25
1
-1/+1
*
Point to recent link to PyFLTK (GH-26315)
Mark
2021-05-25
1
-1/+1
*
bpo-44232: Fix type_new() error reporting (GH-26359)
Victor Stinner
2021-05-25
3
-0/+26
*
bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)
Erlend Egeberg Aasland
2021-05-25
1
-2/+11
*
bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)
Erlend Egeberg Aasland
2021-05-25
6
-72/+190
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Mariusz Felisiak
2021-05-25
2
-9/+8
*
bpo-44231: Don't export internal _PyTuple_FromArray() symbol (GH-26352)
Erlend Egeberg Aasland
2021-05-25
1
-1/+1
*
bpo-44156: Make cached string constants in compile.c subinterpreter compatibl...
Ken Jin
2021-05-25
2
-52/+45
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin
2021-05-25
7
-7/+9
*
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
Victor Stinner
2021-05-25
1
-2/+2
*
bpo-44151: Various grammar, word order, and markup fixes (GH-26344)
Raymond Hettinger
2021-05-25
2
-18/+18
*
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Ned Deily
2021-05-25
3
-6/+14
*
bpo-44151: linear_regression() minor API improvements (GH-26199)
Zack Kneupper
2021-05-25
3
-26/+26
*
bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...
Ken Jin
2021-05-24
2
-4/+12
*
bpo-41282: Fix broken `make install` (GH-26329)
Petr Viktorin
2021-05-24
3
-6/+31
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Jason R. Coombs
2021-05-24
2
-2/+4
*
bpo-44032: Delay deletion of stack chunks until thread state is deleted. (GH-...
Mark Shannon
2021-05-24
1
-7/+7
*
Fix typo in whatsnew/3.10.rst (GH-26310)
Tushar Sadhwani
2021-05-23
1
-1/+1
*
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
Junnosuke Kuroda
2021-05-23
1
-1/+1
*
bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)
Filipe Laíns
2021-05-23
2
-0/+3
*
bpo-28307: Tests and fixes for optimization of C-style formatting (GH-26318)
Serhiy Storchaka
2021-05-23
2
-8/+95
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)
Pablo Galindo
2021-05-22
5
-0/+26
*
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309)
Erlend Egeberg Aasland
2021-05-22
2
-10/+12
*
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel
2021-05-22
4
-4/+34
*
bpo-20684: Remove unused inspect._signature_get_bound_param (GH-21100)
Anthony Sottile
2021-05-22
3
-30/+2
[next]