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
*
[3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...
Victor Stinner
2023-09-08
5
-26/+37
*
[3.11] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964...
Miss Islington (bot)
2023-09-08
2
-1/+20
*
[3.11] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...
Ethan Furman
2023-09-08
4
-1/+42
*
[3.11] gh-68403: Fix test_coverage in test_trace (GH-108910) (GH-109105)
Miss Islington (bot)
2023-09-07
1
-3/+8
*
[3.11] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109102)
Miss Islington (bot)
2023-09-07
1
-16/+10
*
[3.11] gh-88943: Improve syntax error for non-ASCII character that follows a ...
Serhiy Storchaka
2023-09-07
3
-1/+8
*
[3.11] gh-102823: Document return type of floor division on floats (GH-102824...
Miss Islington (bot)
2023-09-07
2
-3/+7
*
[3.11] gh-103186: Suppress RuntimeWarning about unclosed async iterator in te...
Serhiy Storchaka
2023-09-07
1
-4/+28
*
[3.11] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (GH-109...
Miss Islington (bot)
2023-09-07
1
-1/+0
*
[3.11] gh-71770: Add more details on behavior of configparser's default_secti...
Miss Islington (bot)
2023-09-07
1
-2/+4
*
[3.11] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...
Miss Islington (bot)
2023-09-07
1
-1/+1
*
[3.11] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109074)
Miss Islington (bot)
2023-09-07
1
-2/+2
*
[3.11] bpo-38157: Add example about per file output for mock_open. (GH-16090)...
Miss Islington (bot)
2023-09-07
1
-0/+24
*
[3.11] test.pythoninfo logs freedesktop_os_release() (GH-109057) (#109063)
Miss Islington (bot)
2023-09-07
1
-1/+21
*
[3.11] gh-108915: Removes extra backslashes in str.split docstring (GH-109044...
Shantanu
2023-09-07
2
-5/+5
*
[3.11] Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (#109055)
Mikhail Samylov
2023-09-07
1
-1/+1
*
[3.11] gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016) (#...
Victor Stinner
2023-09-07
7
-1/+80
*
[3.11] gh-107755: Document the correct default value of slice step (GH-107756...
Miss Islington (bot)
2023-09-07
1
-1/+1
*
[3.11] GH-108202: Document ``calendar``'s command-line interface (GH-109020) ...
Miss Islington (bot)
2023-09-07
2
-1/+144
*
[3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)
Victor Stinner
2023-09-06
3
-9/+16
*
[3.11] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...
Miss Islington (bot)
2023-09-06
1
-4/+10
*
[3.11] gh-108851: Fix tomllib recursion tests (#108853) (#109013)
Victor Stinner
2023-09-06
7
-42/+184
*
[3.11] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999...
Miss Islington (bot)
2023-09-06
2
-4/+10
*
[3.11] gh-108983: Add more PEP 526 tests to `test_grammar` (GH-108984) (#109001)
Miss Islington (bot)
2023-09-06
1
-0/+11
*
[3.11] gh-108857: improve markup in inspect.Signature.replace() docs (GH-1088...
Miss Islington (bot)
2023-09-06
1
-1/+1
*
[3.11] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108932)
Zachary Ware
2023-09-05
3
-4/+5
*
[3.11] gh-108416: Mark slow but not CPU bound test methods with requires_reso...
Serhiy Storchaka
2023-09-05
18
-3/+316
*
[3.11] gh-89392: Use unittest test runner for doctests in test_getopt (GH-108...
Miss Islington (bot)
2023-09-05
1
-35/+36
*
[3.11] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (G...
Miss Islington (bot)
2023-09-05
1
-1/+1
*
[3.11] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (GH...
Serhiy Storchaka
2023-09-05
3
-9/+10
*
[3.11] gh-89392: Fix running test_pep646_syntax as script (GH-108875) (GH-108...
Miss Islington (bot)
2023-09-05
1
-0/+1
*
[3.11] CI: Bump GitHub Actions (GH-108879) (#108891)
Hugo van Kemenade
2023-09-05
5
-19/+19
*
[3.11] bpo-45229: Make ElementTree tests discoverable (GH-108859) (GH-108874)
Serhiy Storchaka
2023-09-04
2
-61/+35
*
[3.11] gh-89392: Remove test_main() in test_netrc (GH-108860) (GH-108868)
Miss Islington (bot)
2023-09-04
1
-4/+2
*
[3.11] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (GH-108869)
Miss Islington (bot)
2023-09-04
1
-5/+7
*
[3.11] gh-108822: Backport libregrtest changes from the main branch (#108820)
Victor Stinner
2023-09-03
18
-375/+812
*
[3.11] Reorder some test's decorators (GH-108804) (GH-108845)
Miss Islington (bot)
2023-09-03
2
-4/+4
*
[3.11] [3.12] gh-63760: Don't declare gethostname() on Solaris (GH-108817) (G...
Miss Islington (bot)
2023-09-03
2
-5/+3
*
[3.11] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-1...
Serhiy Storchaka
2023-09-03
30
-5/+53
*
[3.11] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...
Nikita Sobolev
2023-09-02
2
-7/+7
*
[3.11] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108808)
Miss Islington (bot)
2023-09-02
2
-22/+30
*
[3.11] gh-103186: assert in tests that UnsafeMailcapInput warnings are provid...
Miss Islington (bot)
2023-09-02
1
-4/+24
*
[3.11] Improve some C API documentation (GH-108768) (GH-108786)
Serhiy Storchaka
2023-09-02
3
-44/+43
*
[3.11] gh-105563: reference DateType in datetime's documentation (GH-105946) ...
Miss Islington (bot)
2023-09-01
1
-0/+4
*
[3.11] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...
Miss Islington (bot)
2023-09-01
2
-5/+4
*
[3.11] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...
Miss Islington (bot)
2023-09-01
2
-2/+1
*
[3.11] gh-104372: Drop the GIL around the vfork() call. (#104782) (#104958)
Gregory P. Smith
2023-09-01
3
-7/+32
*
[3.11] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108738)
Miss Islington (bot)
2023-08-31
1
-2/+2
*
[3.11] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108708)
Miss Islington (bot)
2023-08-31
2
-9/+8
*
[3.11] gh-108520: Fix bad fork detection in nested multiprocessing use case (...
Miss Islington (bot)
2023-08-30
3
-3/+34
[next]