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-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
*
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
Erlend Egeberg Aasland
2021-11-10
2
-7/+7
*
bpo-45711: remove unnecessary DUP_TOP and POP in exception handling (GH-29495)
Irit Katriel
2021-11-10
2
-90/+88
*
[bpo-45765] Fix distribution discovery on empty path. (#29487)
Jason R. Coombs
2021-11-09
1
-1/+1
*
bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG befo...
Irit Katriel
2021-11-09
2
-0/+22
*
Factor-out constant calculation. (GH-29491)
Raymond Hettinger
2021-11-09
1
-2/+4
*
bpo-45764: improve error message when missing '(' after 'def' (GH-29484)
Carl Friedrich Bolz-Tereick
2021-11-09
1
-0/+11
*
bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH...
Pablo Galindo Salgado
2021-11-09
1
-0/+2
*
General cleanup of test_pydoc (GH-29459)
Zachary Ware
2021-11-07
1
-43/+43
*
bpo-27313: Use non-deprecated methods for tracing (GH-29425)
Serhiy Storchaka
2021-11-06
1
-5/+5
*
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)
Chris Wesseling
2021-11-06
2
-7/+23
*
Merge tag 'v3.11.0a2'
Pablo Galindo
2021-11-05
1
-40/+59
|
\
|
*
Python 3.11.0a2
v3.11.0a2
Pablo Galindo
2021-11-05
1
-40/+59
*
|
bpo-45679: add `tuple` tests with `lru_cache` to `test_functools` (GH-29339)
Nikita Sobolev
2021-11-05
1
-0/+27
|
/
*
bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356)
Erlend Egeberg Aasland
2021-11-05
3
-21/+54
*
bpo-45716: Improve the error message when using True/False/None as keywords i...
Pablo Galindo Salgado
2021-11-05
1
-2/+8
*
bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412)
Alex Waygood
2021-11-05
1
-0/+99
*
bpo-45292: [PEP 654] Update traceback display code to work with exception gro...
Irit Katriel
2021-11-05
2
-14/+642
*
bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411)
Łukasz Langa
2021-11-05
1
-46/+20
*
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416)
Łukasz Langa
2021-11-05
1
-1/+4
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
2
-4/+3
*
bpo-45506: Stop skipping test_embed. (gh-29300)
Eric Snow
2021-11-03
1
-1/+3
*
bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328)
Alex Waygood
2021-11-03
1
-1/+41
*
bpo-45578: add tests for `dis.distb` (GH-29332)
Nikita Sobolev
2021-11-03
1
-0/+40
*
bpo-24139: Fix test_sqlite3 `test_extended_error_code_on_exception()` on s390...
Erlend Egeberg Aasland
2021-11-03
1
-1/+1
*
bpo-24139: Add support for SQLite extended result codes (GH-28076)
Erlend Egeberg Aasland
2021-11-02
1
-2/+127
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Irit Katriel
2021-11-02
2
-1/+10
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
1
-0/+38
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
12
-28/+59
*
bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)
Erlend Egeberg Aasland
2021-11-01
1
-1/+1
*
bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)
Serhiy Storchaka
2021-10-31
2
-6/+9
*
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland
2021-10-29
13
-20/+23
*
bpo-45628: Check all parts of the suffix for an extension match. (GH-29310)
Vinay Sajip
2021-10-29
1
-2/+7
*
bpo-45621: Small changes to mmap (GH-29247)
Tim Golden
2021-10-29
1
-8/+16
*
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...
Eric Snow
2021-10-28
1
-24/+26
*
bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167)
Nikita Sobolev
2021-10-28
1
-44/+53
[next]