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-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
*
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
Jiashuo Li
2022-04-03
1
-3/+1
*
bpo-46033: Clarify for-statement execution (GH-30025)
MichaĆ D
2022-04-03
2
-11/+9
*
bpo-24563: Link encoding names to encoding declarations (GH-32274)
Terry Jan Reedy
2022-04-03
1
-3/+2
*
bpo-45584: Clarify `math.trunc` documentation (GH-29183)
Arthur Milchior
2022-04-02
1
-8/+10
*
os docs: fix typo (GH-28996)
Vitor Buxbaum Orlandi
2022-04-02
1
-1/+1
*
codecs docs: fix grammar mistake (GH-29462)
180909
2022-04-02
1
-1/+1
*
bpo-46315: Use fopencookie only on Emscripten 3.x and newer (GH-32266)
Christian Heimes
2022-04-02
1
-1/+1
*
bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)
180909
2022-04-02
1
-1/+1
*
bpo-47031: Improve documentation for `math.nan` (GH-32170)
Charlie Zhao
2022-04-02
1
-2/+17
*
Document func parameter of locale.atof (GH-18183)
Kevin Locke
2022-04-02
1
-3/+3
*
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra
2022-04-02
5
-11/+9
*
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra
2022-04-02
13
-29/+30
*
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...
Zachary Ware
2022-04-02
3
-2/+3
*
[doc] fix superfluous backtick in front of role. (GH-32220)
Julien Palard
2022-04-02
1
-2/+2
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
16
-2182/+2235
*
bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238)
Christian Heimes
2022-04-02
2
-17/+11
*
bpo-40280: Detect if WASM platform supports threading (GH-32243)
Christian Heimes
2022-04-02
2
-1/+31
*
bpo-47196: Fix function pointer cast in test_imp (GH-32244)
Hood Chatham
2022-04-02
1
-24/+24
*
bpo-47131: Speedup AST comparisons in test_unparse by using node traversal (G...
Jeremy Kloth
2022-04-02
1
-1/+37
*
no-issue: Add assertion to PyModule_GetName for understanding (GH-32236)
Dong-hee Na
2022-04-02
1
-1/+3
*
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
Christian Heimes
2022-04-01
4
-7/+19
*
bpo-47089: Avoid test_compileall failures on Windows (GH-32037)
Jeremy Kloth
2022-04-01
1
-48/+36
*
bpo-40280: Add debug Emscripten flavors (GH-32233)
Christian Heimes
2022-04-01
2
-22/+32
*
bpo-46023: makesetup: skip all duplicate modules (GH-32234)
Christian Heimes
2022-04-01
2
-6/+14
*
bpo-47168: Mark files generated by `make regen-limited-abi` as generated (GH-...
Petr Viktorin
2022-04-01
1
-0/+3
[next]