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-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
22
-38/+61
*
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
Joe
2021-06-17
2
-2/+2
*
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...
Mark Dickinson
2021-06-16
1
-2/+2
*
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Ken Jin
2021-06-16
6
-3/+53
*
bpo-38211: Clean up type_init() (GH-16257)
Sergey Fedoseev
2021-06-16
1
-19/+4
*
bpo-44422: threading.Thread reuses the _delete() method (GH-26741)
Victor Stinner
2021-06-16
1
-7/+1
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin
2021-06-16
4
-5/+17
*
bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
Ethan Furman
2021-06-16
3
-4/+4
*
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow
2021-06-15
12
-4212/+4187
*
bpo-43475: Add what's new entry for NaN hash changes (GH-26725)
Mark Dickinson
2021-06-15
1
-0/+7
*
[Enum] improve test, add andrei kulakov to ACKS (GH-26726)
Ethan Furman
2021-06-15
2
-0/+24
*
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
Victor Stinner
2021-06-15
2
-3/+9
*
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
Victor Stinner
2021-06-15
2
-1/+12
*
bpo-42064: Move sqlite3 types to global state (GH-26537)
Erlend Egeberg Aasland
2021-06-15
12
-70/+103
*
Add extra stats for attribute misses (GH-26732)
Mark Shannon
2021-06-15
2
-2/+90
*
Fix a typo in _make_class_unpicklable() docstring (GH-26729)
andrei kulakov
2021-06-15
1
-1/+1
*
bpo-44409: Fix error location in tokenizer errors that happen during initiali...
Pablo Galindo
2021-06-14
3
-0/+4
*
Fix typo in lnotab_notes.txt (GH-26711)
Gabriele N. Tornetta
2021-06-14
1
-1/+1
*
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
Sebastian Rittau
2021-06-14
2
-2/+12
*
Remove accidentally duplicated STAT_INC (GH-26718)
Mark Shannon
2021-06-14
1
-1/+0
*
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon
2021-06-14
9
-337/+209
*
bpo-44310: Note that lru_cache keep references to both arguments and results...
Raymond Hettinger
2021-06-14
1
-6/+9
*
bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
Christian Heimes
2021-06-13
3
-9/+58
*
Fix a potential reference-counting bug in long_pow (GH-26690)
Mark Dickinson
2021-06-13
1
-0/+1
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
24
-1023/+1023
*
bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)
Dong-hee Na
2021-06-12
1
-5/+8
*
bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
Erlend Egeberg Aasland
2021-06-12
1
-1/+1
*
bpo-44396: Update multi-line-start location when reallocating tokenizer buffe...
Pablo Galindo
2021-06-12
3
-0/+14
*
bpo-44376 - reduce pow() overhead for small exponents (GH-26662)
Tim Peters
2021-06-12
2
-5/+46
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
9
-27/+27
*
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Serhiy Storchaka
2021-06-12
4
-10/+36
*
bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
Mark Dickinson
2021-06-12
6
-11/+21
*
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
Kaustubh J
2021-06-11
2
-0/+4
*
bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
Steve Dower
2021-06-11
2
-2/+4
*
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-2...
huzhaojie
2021-06-11
3
-1/+31
*
bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637)
LumÃr 'Frenzy' Balhar
2021-06-11
2
-4/+109
*
bpo-44242: [Enum] improve error messages (GH-26669)
Ethan Furman
2021-06-11
2
-19/+30
*
bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
Victor Stinner
2021-06-11
2
-1/+6
*
bpo-44342: [Enum] fix data type search (GH-26667)
Ethan Furman
2021-06-11
2
-1/+9
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes
2021-06-11
6
-47/+98
*
Doc: Prettier exception hierarchy. (GH-26533)
Julien Palard
2021-06-11
3
-65/+66
*
bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658)
Ethan Furman
2021-06-10
3
-25/+9
*
bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632)
Pablo Galindo
2021-06-10
4
-213/+332
*
bpo-44385: Remove unused grammar rules (GH-26655)
Lysandros Nikolaou
2021-06-10
2
-1267/+791
*
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from re...
Daniel Hahler
2021-06-10
3
-14/+48
*
bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (G...
Ethan Furman
2021-06-10
3
-4/+52
*
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
Mark Roseman
2021-06-10
3
-118/+73
*
Run address sanitiser in the GitHub CI (GH-26640)
Pablo Galindo
2021-06-10
1
-0/+43
*
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Ajith Ramachandran
2021-06-10
6
-0/+36
*
bpo-44364:Add non integral tests for `sqrt()` (#26625)
Ajith Ramachandran
2021-06-10
2
-0/+5
[next]