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-27946: Fix possible crash in ElementTree.Element (GH-29915)
Serhiy Storchaka
2021-12-05
1
-0/+12
*
bpo-13236: Flush the output stream more often in unittest (GH-29864)
Serhiy Storchaka
2021-12-04
3
-5/+52
*
Fixed documentation typo in compileall.py (GH-29912)
Vishal Pandey
2021-12-04
1
-1/+1
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
4
-4/+98
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
1
-0/+4
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
11
-187/+1106
*
bpo-45535: Improve output of Enum ``dir()`` (GH-29316)
Alex Waygood
2021-12-02
2
-48/+378
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
3
-7/+7
*
bpo-40280: Emscripten has no support for subprocesses (GH-29872)
Christian Heimes
2021-12-02
2
-2/+10
*
bpo-45876: Have stdev() also use decimal specific square root. (GH-29869)
Raymond Hettinger
2021-12-01
1
-3/+2
*
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (GH-2...
Raymond Hettinger
2021-12-01
2
-22/+112
*
bpo-30533:Add function inspect.getmembers_static that does not call propertie...
Weipeng Hong
2021-11-30
2
-4/+38
*
no-issue: remove unused import from test_graphlib.py (GH-29853)
Adrian Garcia Badaracco
2021-11-30
1
-2/+1
*
bpo-45653: fix test_embed on windows (GH-29814)
Kumar Aditya
2021-11-29
1
-1/+1
*
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
Gideon
2021-11-29
1
-0/+11
*
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
Erlend Egeberg Aasland
2021-11-29
2
-29/+34
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
2
-7/+6
*
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
Jakub Kulík
2021-11-29
1
-1/+1
*
bpo-37658: Actually return result in race condition (GH-29202)
Sam Bull
2021-11-29
2
-36/+10
*
bpo-19460: Add test for MIMENonMultipart (GH-29817)
180909
2021-11-28
1
-0/+14
*
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...
Irit Katriel
2021-11-27
2
-0/+13
*
bpo-45876: Improve accuracy for stdev() and pstdev() in statistics (GH-29736)
Raymond Hettinger
2021-11-27
2
-16/+105
*
bpo-44353: Correct docstring for `NewType` (#29785)
Alex Waygood
2021-11-26
1
-1/+1
*
bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-2...
Simon McVittie
2021-11-25
1
-7/+4
*
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...
Pablo Galindo Salgado
2021-11-24
2
-3/+3
*
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)
Pablo Galindo Salgado
2021-11-24
1
-8/+8
*
bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)
Jason R. Coombs
2021-11-24
8
-83/+186
*
bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...
Miro Hrončok
2021-11-23
2
-1/+45
*
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...
Eric Snow
2021-11-23
1
-4/+5
*
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...
Nikita Sobolev
2021-11-23
1
-14/+4
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
4
-54/+62
*
bpo-45871: Refactor except matcher validation into a separate function so tha...
Irit Katriel
2021-11-22
1
-0/+15
*
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...
Carl Friedrich Bolz-Tereick
2021-11-22
1
-0/+1
*
bpo-45813: Make sure that frame->generator is NULLed when generator is deallo...
Mark Shannon
2021-11-22
1
-0/+7
*
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...
Eric V. Smith
2021-11-22
2
-6/+35
*
bpo-45766: Add direct proportion option to linear_regression(). (#29490)
Raymond Hettinger
2021-11-21
2
-7/+30
*
Added kw_only parameter to make_dataclasses. (GH-29679)
Eric V. Smith
2021-11-20
2
-2/+13
*
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
Logan Jones
2021-11-20
2
-15/+85
*
bpo-45811: Improve error message when source code contains invisible control ...
Pablo Galindo Salgado
2021-11-20
1
-0/+3
*
bpo-45450: Improve syntax error for parenthesized arguments (GH-28906)
Pablo Galindo Salgado
2021-11-20
1
-0/+38
*
bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667)
Raymond Hettinger
2021-11-20
1
-4/+7
*
bpo-45851: Avoid full sort in statistics.multimode() (#29662)
Raymond Hettinger
2021-11-20
1
-3/+5
*
bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)
Dylan Van Assche
2021-11-20
1
-0/+4
*
bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
Pablo Galindo Salgado
2021-11-20
1
-0/+13
*
bpo-45506: Fix test_embed expecting to not find stdlib in source tree build w...
Steve Dower
2021-11-20
1
-6/+11
*
bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)
Pablo Galindo Salgado
2021-11-19
1
-0/+1
*
bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
Ruben Vorderman
2021-11-19
2
-0/+11
*
bpo-45709: Fix tracing when exception is handled. (GH-29638)
Mark Shannon
2021-11-19
1
-0/+32
*
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
Dennis Sweeney
2021-11-19
2
-0/+11
*
bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)
Hugo van Kemenade
2021-11-18
1
-10/+27
[prev]
[next]