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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)
Géry Ogam
2022-01-18
3
-14/+16
*
bpo-46045: Do not use POSIX semaphores on NetBSD (GH-30047)
Thomas Klausner
2022-01-18
3
-0/+8
*
bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)
Kumar Aditya
2022-01-18
1
-2/+2
*
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
Nikita Sobolev
2022-01-18
6
-9/+8
*
bpo-43869: Improve epoch docs (GH-25777)
Miguel Brito
2022-01-18
1
-1/+1
*
bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)
Steve Dower
2022-01-18
3
-1/+47
*
bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)
Nikita Sobolev
2022-01-18
1
-0/+4
*
bpo-46402: Promote SQLite URI tricks in `sqlite3` docs (GH-30660)
Erlend Egeberg Aasland
2022-01-18
1
-8/+22
*
bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_...
Pablo Galindo Salgado
2022-01-18
1
-0/+3
*
bpo-42161: Hoist the _PyLong_GetOne() call out of the inner loop. (GH-30656)
Raymond Hettinger
2022-01-18
2
-3/+5
*
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
Irit Katriel
2022-01-18
6
-16/+14
*
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
bneuburg
2022-01-18
11
-6/+107
*
Restore MSIX signing and ensure expired certificates are not selected (GH-30649)
Steve Dower
2022-01-17
2
-4/+6
*
bpo-46418: [Enum] simplify `MODULE` declaration in tests (GH-30647)
Nikita Sobolev
2022-01-17
1
-1/+1
*
Skip signing side-loadable MSIX for Windows (GH-30644)
Steve Dower
2022-01-17
1
-1/+3
*
bpo-46161: Fix bug in starunpack_helper in compile.c (GH-30235)
zq1997
2022-01-17
3
-1/+23
*
bpo-40066: [Enum] fix tests (GH-30643)
Ethan Furman
2022-01-17
3
-11/+11
*
bpo-46405: fix msvc compiler warnings (GH-30627)
Kumar Aditya
2022-01-17
1
-1/+1
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
14
-2004/+2070
*
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
2
-2/+17
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
14
-2070/+2004
*
bpo-40280: Change subprocess imports for cleaner error on wasm32 (GH-30620)
Christian Heimes
2022-01-17
2
-8/+11
*
bpo-40280: Add requires_fork test helper (GH-30622)
Christian Heimes
2022-01-16
10
-18/+34
*
bpo-46361: Fix "small" `int` caching (GH-30583)
Brandt Bucher
2022-01-16
5
-1/+24
*
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
14
-2004/+2070
*
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-46258: Streamline isqrt fast path (#30333)
Mark Dickinson
2022-01-15
2
-14/+45
*
bpo-46383: Fix signature of zoneinfo module_free function (GH-30607)
Christian Heimes
2022-01-15
2
-1/+3
*
bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existi...
Hugo van Kemenade
2022-01-14
1
-7/+6
*
bpo-46242: [Enum] better error message for extending `Enum` with members (GH-...
Nikita Sobolev
2022-01-14
3
-5/+7
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-01-14
33
-732/+918
|
\
|
*
bpo-46380: Apply tests to both C and Python version (GH-30606)
Nikita Sobolev
2022-01-14
1
-3/+3
|
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
6
-16/+22
|
*
bpo-40280: Block more syscalls that are causing crashes in tests (GH-30601)
Christian Heimes
2022-01-14
1
-3/+9
|
*
bpo-23183: Document the timeit output (GH-30359)
Hugo van Kemenade
2022-01-14
1
-0/+7
|
*
bpo-46362: Ensure abspath() tests pass through environment variables to subpr...
neonene
2022-01-14
1
-1/+2
|
*
bpo-40280: Build WASM stdlib bundle and more modules for node (GH-30597)
Christian Heimes
2022-01-14
3
-24/+55
|
*
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)
Victor Stinner
2022-01-14
1
-0/+3
|
*
bpo-45953: Statically initialize all the non-object PyInterpreterState fields...
Eric Snow
2022-01-14
5
-26/+40
|
*
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
Eric Snow
2022-01-14
5
-24/+41
|
*
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
neonene
2022-01-13
8
-42/+114
|
*
Statically initialize _PyRuntimeState fields. (gh-30588)
Eric Snow
2022-01-13
2
-10/+11
|
*
bpo-46370: Move the static initializer for _PyRuntime to its own header file....
Eric Snow
2022-01-13
9
-583/+611
|
*
bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584)
Christian Heimes
2022-01-13
1
-1/+1
*
|
Post 3.11.0a4
Pablo Galindo
2022-01-14
1
-1/+1
*
|
Python 3.11.0a4
v3.11.0a4
Pablo Galindo
2022-01-13
119
-308/+1339
|
/
*
bpo-46070: _PyGC_Fini() untracks objects (GH-30577)
Victor Stinner
2022-01-13
2
-0/+29
[prev]
[next]