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-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
1
-0/+10
*
bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Victor Stinner
2022-01-21
1
-1/+1
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
2
-0/+67
*
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
Felix Fontein
2022-01-20
2
-3/+6
*
bpo-46441: Add a boilerplate to test syntax errors in interactive mode (GH-30...
Batuhan Taskaya
2022-01-20
1
-0/+33
*
bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501)
Barney Gale
2022-01-20
1
-3/+0
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
6
-5/+29
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
6
-13/+15
*
bpo-46437: remove useless `hasattr` from `test_typing` (#30704)
Nikita Sobolev
2022-01-19
1
-9/+7
*
bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH...
Nikita Sobolev
2022-01-19
1
-0/+8
*
bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30641)
Nikita Sobolev
2022-01-19
1
-3/+3
*
bpo-43869: Time Epoch is the same on all platforms (GH-30664)
Victor Stinner
2022-01-19
1
-0/+7
*
bpo-45535: [Enum] include special dunders in dir() (GH-30677)
Ethan Furman
2022-01-18
2
-44/+42
*
bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)
Géry Ogam
2022-01-18
1
-4/+14
*
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
Nikita Sobolev
2022-01-18
6
-9/+8
*
bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)
Steve Dower
2022-01-18
1
-0/+32
*
bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)
Nikita Sobolev
2022-01-18
1
-0/+4
*
bpo-42161: Hoist the _PyLong_GetOne() call out of the inner loop. (GH-30656)
Raymond Hettinger
2022-01-18
1
-1/+1
*
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
Irit Katriel
2022-01-18
6
-16/+14
*
bpo-46418: [Enum] simplify `MODULE` declaration in tests (GH-30647)
Nikita Sobolev
2022-01-17
1
-1/+1
*
bpo-46161: Fix bug in starunpack_helper in compile.c (GH-30235)
zq1997
2022-01-17
1
-0/+18
*
bpo-40066: [Enum] fix tests (GH-30643)
Ethan Furman
2022-01-17
2
-10/+10
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
10
-1764/+1767
*
bpo-44133: Skip PyThread_get_thread_native_id() if not available (GH-30636)
Victor Stinner
2022-01-17
1
-1/+7
*
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
Victor Stinner
2022-01-17
1
-2/+14
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
10
-1767/+1764
*
bpo-40280: Change subprocess imports for cleaner error on wasm32 (GH-30620)
Christian Heimes
2022-01-17
1
-8/+7
*
bpo-40280: Add requires_fork test helper (GH-30622)
Christian Heimes
2022-01-16
9
-18/+32
*
bpo-46361: Fix "small" `int` caching (GH-30583)
Brandt Bucher
2022-01-16
2
-0/+14
*
bpo-46386: improve `test_typing:test_immutability_by_copy_and_pickle` (GH-30613)
Nikita Sobolev
2022-01-16
1
-8/+16
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
10
-1764/+1767
*
bpo-46387: test all pickle protos in `test_field_descriptor` in `test_collect...
Nikita Sobolev
2022-01-16
1
-6/+8
*
bpo-46388: Test NotImplemented code path for functools.total_ordering (GH-30616)
Russel Webber
2022-01-15
1
-0/+67
*
bpo-46242: [Enum] better error message for extending `Enum` with members (GH-...
Nikita Sobolev
2022-01-14
2
-5/+6
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-01-14
4
-4/+66
|
\
|
*
bpo-46380: Apply tests to both C and Python version (GH-30606)
Nikita Sobolev
2022-01-14
1
-3/+3
|
*
bpo-46362: Ensure abspath() tests pass through environment variables to subpr...
neonene
2022-01-14
1
-1/+2
|
*
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
neonene
2022-01-13
3
-1/+62
*
|
Python 3.11.0a4
v3.11.0a4
Pablo Galindo
2022-01-13
1
-79/+159
|
/
*
bpo-44133: Link Python executable with object files (GH-30556)
Victor Stinner
2022-01-13
1
-0/+18
*
bpo-46358: modernize `test_asyncio` (GH-30562)
Nikita Sobolev
2022-01-13
3
-39/+17
*
bpo-46359: Modernize `test_typing` by removing checks for EOL Python versions...
Nikita Sobolev
2022-01-13
1
-20/+9
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
1
-0/+63
*
bpo-46344: Fix trace bug in else of try and try-star blocks (GH-30544)
Irit Katriel
2022-01-13
2
-30/+56
*
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes
2022-01-13
6
-15/+16
*
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
Nikita Sobolev
2022-01-12
1
-0/+6
*
bpo-46342: make @typing.final introspectable (GH-30530)
Jelle Zijlstra
2022-01-12
2
-1/+82
*
bpo-46348: modernize `test_typing` (GH-30547)
Nikita Sobolev
2022-01-12
2
-64/+14
*
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
Ben Kehoe
2022-01-11
2
-0/+80
*
bpo-46339: Fix crash in the parser when computing error text for multi-line f...
Pablo Galindo Salgado
2022-01-11
1
-0/+6
[next]