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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
88
-279/+983
*
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
2021-04-05
1
-0/+2
*
bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
Dennis Sweeney
2021-04-04
1
-0/+1
*
bpo-43720: Update import-related stdlib deprecation messages to say they will...
Brett Cannon
2021-04-03
1
-0/+2
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
1
-0/+1
*
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
Irit Katriel
2021-04-02
1
-0/+1
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-02
1
-0/+2
*
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner
2021-04-02
1
-0/+13
*
bpo-26053: Fix args echoed by pdb run command (#22033)
Irit Katriel
2021-04-01
1
-0/+1
*
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna...
Mark Shannon
2021-04-01
1
-0/+3
*
Disambiguate that -m also terminates the option list in the manpage. (GH-25100)
Julien Palard
2021-03-31
1
-1/+2
*
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)
Victor Stinner
2021-03-31
1
-0/+2
*
Document GH-24624
Łukasz Langa
2021-03-31
1
-0/+3
*
bpo-42225: IDLE - document two unix-related problems. (#25078)
Terry Jan Reedy
2021-03-31
1
-0/+2
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
2
-0/+7
*
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Alex Prengère
2021-03-30
2
-0/+3
*
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Antoine Pitrou
2021-03-30
1
-0/+2
*
bpo-42134: Raise ImportWarning when calling find_module() in the import syste...
Brett Cannon
2021-03-30
1
-0/+1
*
bpo-43125: Fix: return expected type (str), not original value (bytes) in ema...
Grégory Starck
2021-03-30
1
-0/+1
*
bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474)
Neil Schemenauer
2021-03-30
1
-0/+15
*
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
Christian Heimes
2021-03-30
1
-0/+1
*
bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...
Pablo Galindo
2021-03-29
1
-0/+3
*
bpo-35930: Raising an exception raised in a "future" instance will create ref...
Jesús Cea
2021-03-29
1
-0/+2
*
bpo-43433: Preserve query and fragment in the URL of the server in ServerProx...
Serhiy Storchaka
2021-03-29
1
-0/+2
*
bpo-40645: Fix reference leak in the _hashopenssl extension (GH-25063)
Pablo Galindo
2021-03-29
1
-0/+2
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Victor Stinner
2021-03-29
1
-0/+4
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+3
*
bpo-40645: use C implementation of HMAC (GH-24920)
Christian Heimes
2021-03-27
1
-0/+2
*
bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)
Christian Heimes
2021-03-27
1
-0/+2
*
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
Jürgen Gmach
2021-03-26
1
-0/+1
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
1
-0/+2
*
bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25...
Pablo Galindo
2021-03-24
1
-0/+2
*
Only check evalbreaker after calls and on backwards egdes. Makes sure that __...
Mark Shannon
2021-03-24
1
-0/+3
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
1
-0/+2
*
bpo-42914: add a pprint underscore_numbers option (GH-24864)
sblondon
2021-03-24
1
-0/+3
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-0/+10
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-2/+7
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-0/+11
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
1
-0/+2
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-0/+8
*
bpo-43555: Report the column offset for invalid line continuation character (...
Pablo Galindo
2021-03-22
1
-0/+2
*
bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955)
Dong-hee Na
2021-03-22
1
-0/+2
*
bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)
Sergey B Kirpichev
2021-03-22
2
-0/+3
*
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou
2021-03-21
1
-0/+1
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Christian Heimes
2021-03-21
1
-0/+1
*
bpo-43542: Add heif/heic formats in mimetypes (GH-24917)
Ilya Stepin
2021-03-20
1
-0/+1
*
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha
2021-03-20
1
-0/+1
*
bpo-43452: Micro-optimizations to PyType_Lookup (GH-24804)
Dino Viehland
2021-03-20
1
-0/+1
*
bpo-43517: Fix false positive in detection of circular imports (#24895)
Antoine Pitrou
2021-03-20
1
-0/+2
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
1
-0/+16
[next]