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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
1
-1/+1
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Zackery Spytz
2021-01-28
5
-5/+35
*
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner
2021-01-27
1
-32/+65
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Ken
2021-01-26
3
-12/+61
*
bpo-38250: [Enum] only include .rst test if file available (GH-24342)
Ethan Furman
2021-01-26
1
-4/+6
*
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman
2021-01-25
5
-258/+606
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
3
-4/+4
*
bpo-42383: pdb: do not fail to restart the target if the current directory ch...
Andrey Bienkowski
2021-01-25
1
-0/+23
*
bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
Serhiy Storchaka
2021-01-25
2
-27/+36
*
bpo-42869: Avoid an HTTP redirection. (GH-24174)
Julien Palard
2021-01-25
1
-1/+1
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
3
-6/+24
*
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
Terry Jan Reedy
2021-01-25
13
-67/+66
*
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
Serhiy Storchaka
2021-01-25
1
-0/+6
*
bpo-43013: Update idlelib code to 3.x (GH-24315)
Terry Jan Reedy
2021-01-24
10
-47/+49
*
bpo-43014: Improve performance of tokenize.tokenize by 20-30%
Anthony Sottile
2021-01-24
1
-0/+2
*
closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
Zackery Spytz
2021-01-23
1
-2/+2
*
bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
Andrey Bienkowski
2021-01-22
2
-1/+44
*
bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorcho...
Cheryl Sabella
2021-01-21
4
-29/+91
*
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya
2021-01-20
3
-14/+16
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner
2021-01-20
2
-33/+150
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
cptpcrd
2021-01-20
1
-0/+27
*
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
Zhiming Wang
2021-01-20
2
-2/+12
*
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo
2021-01-19
4
-4/+11
*
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner
2021-01-19
2
-12/+21
*
bpo-41818: Close file descriptors in test_openpty (#GH-24119)
Petr Viktorin
2021-01-19
1
-10/+10
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Benjamin Peterson
2021-01-18
1
-0/+43
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
2
-0/+29
*
bpo-42944 Fix Random.sample when counts is not None (GH-24235)
jonanifranco
2021-01-18
2
-28/+28
*
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
Victor Stinner
2021-01-18
2
-16/+23
*
bpo-42931: randbytes missing from random.__all__ (GH-24219)
Setrak Balian
2021-01-15
1
-0/+1
*
bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24...
Irit Katriel
2021-01-15
1
-1/+2
*
Mark instructions at end of class scope as artificial. (GH-24222)
Mark Shannon
2021-01-15
1
-0/+18
*
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
Irit Katriel
2021-01-15
2
-9/+56
*
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou
2021-01-14
1
-0/+3
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)
Tobias Holl
2021-01-13
1
-0/+10
*
bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202)
Mark Shannon
2021-01-13
2
-1/+41
*
bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
Ethan Furman
2021-01-13
3
-110/+204
*
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-12
1
-16/+0
*
bpo-42848: remove recursion from TracebackException (GH-24158)
Irit Katriel
2021-01-12
2
-46/+94
*
bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
Victor Stinner
2021-01-12
1
-0/+6
*
Fix various ParamSpec errors in typing (GH-24176)
Ken Jin
2021-01-11
1
-1/+1
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Terry Jan Reedy
2021-01-10
3
-3/+19
*
bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
Erlend Egeberg Aasland
2021-01-09
2
-1/+5
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
16
-430/+4
*
bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)
Victor Stinner
2021-01-07
1
-2/+24
*
bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154)
Ethan Furman
2021-01-07
2
-75/+1
*
bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
Erlend Egeberg Aasland
2021-01-07
6
-21/+15
*
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...
Erlend Egeberg Aasland
2021-01-07
9
-320/+343
*
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
Berker Peksag
2021-01-06
1
-2/+2
*
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
Erlend Egeberg Aasland
2021-01-06
2
-0/+21
[next]