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-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
*
bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-2...
Carl Friedrich Bolz-Tereick
2021-10-28
1
-4/+13
*
bpo-45612: Add sqlite3 module docstring (GH-29224)
Erlend Egeberg Aasland
2021-10-28
1
-0/+34
*
bpo-45629: Add a test for the "freeze" tool. (gh-29222)
Eric Snow
2021-10-28
2
-0/+40
*
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion ...
Dennis Sweeney
2021-10-28
2
-12/+18
*
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Alex Waygood
2021-10-28
2
-4/+17
*
bpo-45438: format of inspect.Signature with generic builtins (#29212)
Martin Rueckl
2021-10-27
2
-0/+13
*
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
Brandt Bucher
2021-10-27
2
-3/+5
*
bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
Tim Golden
2021-10-26
1
-1/+75
*
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Eric Snow
2021-10-25
2
-0/+39
*
bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)
Nikita Sobolev
2021-10-24
1
-4/+17
*
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)
Eric Snow
2021-10-22
2
-18/+74
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-22
6
-3/+820
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
Dennis Sweeney
2021-10-22
1
-0/+30
*
bpo-45502: Fix test_shelve (GH-29003)
Serhiy Storchaka
2021-10-22
1
-58/+46
*
bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)
Petr Viktorin
2021-10-22
1
-0/+843
*
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
Gregory P. Smith
2021-10-22
1
-0/+24
*
bpo-44019: Add test_all_exported_names for operator module (GH-29124)
Dong-hee Na
2021-10-21
1
-0/+12
*
bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)
Mark Dickinson
2021-10-21
2
-1/+50
[next]