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-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
*
bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (G...
Mark Shannon
2021-11-18
1
-0/+1
*
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
Dong-hee Na
2021-11-18
1
-0/+2
*
bpo-45835: Fix race condition in test_queue (#29601)
Sam Gross
2021-11-18
1
-11/+11
*
bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (...
Dennis Sweeney
2021-11-17
1
-0/+31
*
bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...
Sam Gross
2021-11-17
1
-0/+16
*
bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)
Erlend Egeberg Aasland
2021-11-17
2
-3/+124
*
bpo-28806: Continue work: improve the netrc library (GH-26330)
Emmanuel Arias
2021-11-17
2
-122/+314
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-16
1
-0/+8
*
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
Erlend Egeberg Aasland
2021-11-16
1
-0/+38
*
bpo-45292: Use raw strings for regex in tests (GH-29545)
Irit Katriel
2021-11-16
1
-3/+3
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
14
-2346/+19
*
bpo-45677: Reword first section of `sqlite3` docs (#29326)
Erlend Egeberg Aasland
2021-11-15
1
-4/+4
*
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad ...
Erlend Egeberg Aasland
2021-11-15
1
-2/+16
*
bpo-45752: Remove "array" from list of things that cannot be copied in `copy`...
Alex Waygood
2021-11-14
1
-2/+2
*
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
Pablo Galindo Salgado
2021-11-14
1
-1/+7
*
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner
2021-11-12
4
-17/+4
*
bpo-45711: Re-bump the magic number and update doc (GH-29528)
Brandt Bucher
2021-11-12
1
-2/+5
*
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525)
Raymond Hettinger
2021-11-12
2
-13/+6
*
bpo-45773: Stop "optimizing" certain jump patterns (GH-29505)
Brandt Bucher
2021-11-11
1
-0/+7
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-11
6
-64/+74
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-1/+3
[next]