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
*
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...
Victor Stinner
2022-04-06
7
-42/+15
*
[doc] Add missing backtick. (GH-32355)
Julien Palard
2022-04-06
1
-1/+1
*
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Ken Jin
2022-04-06
3
-7/+223
*
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...
Steve Dower
2022-04-06
3
-18/+18
*
Fix generation of MD5 table at end of Windows release build (GH-32345)
Steve Dower
2022-04-06
1
-4/+12
*
Post 3.11.0a7
Pablo Galindo
2022-04-05
1
-1/+1
*
Python 3.11.0a7
v3.11.0a7
Pablo Galindo
2022-04-05
159
-476/+1752
*
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon
2022-04-05
10
-6/+95
*
bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)
Jeremy Kloth
2022-04-05
1
-2/+4
*
bpo-4833: Add ZipFile.mkdir (GH-32160)
Sam Ezeh
2022-04-05
4
-17/+101
*
bpo-47009: Fix assert on big endian (GH-32332)
Christian Heimes
2022-04-05
1
-1/+1
*
bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs...
Hugo van Kemenade
2022-04-05
4
-0/+26
*
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
Jelle Zijlstra
2022-04-05
4
-2/+116
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
10
-1/+435
*
bpo-47212: Improve error messages for un-parenthesized generator expressions ...
Matthieu Dartiailh
2022-04-05
7
-8/+28
*
bpo-45774: Harden SQLite detection (GH-30016)
Erlend Egeberg Aasland
2022-04-05
4
-64/+638
*
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
Irit Katriel
2022-04-05
11
-46/+56
*
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
Irit Katriel
2022-04-05
10
-97/+99
*
bpo-47009: Let PRECALL_NO_KW_LIST_APPEND do its own POP_TOP (GH-32239)
Dennis Sweeney
2022-04-05
2
-5/+8
*
bpo-40280: Add limited Emscripten REPL (GH-32284)
Christian Heimes
2022-04-05
8
-19/+428
*
chore/docs: fix rst style and typo (GH-32331)
谭九鼎
2022-04-05
1
-6/+6
*
bpo-42238: [doc]: A make sucpicious false positive. (GH-32329)
Julien Palard
2022-04-05
1
-0/+1
*
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...
Ronald Oussoren
2022-04-05
5
-2/+200
*
bpo-45847: Adapt macOS installer build to use new tkinter configure vars (GH-...
Ned Deily
2022-04-05
1
-3/+3
*
bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)
Zackery Spytz
2022-04-05
1
-36/+1
*
bpo-43224: typing: Add tests for pickling and copying of unpacked native tupl...
Matthew Rahtz
2022-04-05
1
-17/+56
*
crypt docs: Fix references to `methods` attr (GH-26806)
andrei kulakov
2022-04-05
1
-4/+3
*
bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)
Mike cm
2022-04-05
1
-1/+1
*
bpo-45790: List macros in same order in which fields are described (GH-29529)
rtobar
2022-04-05
2
-2/+4
*
bpo-46998: Allow subclassing Any at runtime (GH-31841)
Shantanu
2022-04-05
6
-31/+44
*
bpo-47007: [doc] `str` special method lookup (GH-31863)
Vanshaj Singhania
2022-04-05
1
-1/+2
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
yyyyyyyan
2022-04-05
4
-37/+54
*
Fix "Contributed ... in bpo-bpo-45847" (GH-32299)
Oleg Iarygin
2022-04-05
1
-1/+1
*
bpo-47097: Add documentation for TypeVarTuple (#32103)
Matthew Rahtz
2022-04-04
1
-0/+119
*
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
Christian Heimes
2022-04-04
6
-49/+194
*
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
180909
2022-04-04
2
-0/+9
*
bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)
Christian Heimes
2022-04-04
4
-3/+6
*
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...
Christian Clauss
2022-04-04
1
-0/+6
*
Revert "bpo-44800: Document internal frame naming conventions (GH-32281)" (#3...
Mark Shannon
2022-04-04
1
-69/+0
*
bpo-47152: Remove unused import in re (GH-32298)
Serhiy Storchaka
2022-04-04
1
-4/+0
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
13
-24/+26
*
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki
2022-04-04
10
-17/+52
*
Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
Bob Kline
2022-04-03
1
-2/+3
*
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (...
Hood Chatham
2022-04-03
8
-1/+124
*
bpo-42238: [doc]: make suspicious: false positive. (GH-32292)
Julien Palard
2022-04-03
1
-0/+1
*
bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128)
Jason R. Coombs
2022-04-03
2
-5/+2
*
bpo-23689: re module, fix memory leak when a match is terminated by a signal ...
Ma Lin
2022-04-03
9
-71/+151
*
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
Christian Heimes
2022-04-03
2
-2/+8
*
bpo-47196: Fix one more PyInit function signature (GH-32280)
Hood Chatham
2022-04-03
1
-1/+1
*
bpo-44800: Document internal frame naming conventions (GH-32281)
Nick Coghlan
2022-04-03
1
-0/+69
[next]