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.12] gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886) (#1...
Alex Waygood
2023-12-09
2
-24/+29
*
[3.12] gh-110820: Disable test_signal.test_stress_modifying_handlers on macOS...
Ronald Oussoren
2023-12-09
2
-1/+13
*
[3.12] gh-79429: Ignore FileNotFoundError when remove a temporary directory i...
Serhiy Storchaka
2023-12-09
2
-1/+6
*
[3.12] gh-112758: Updated pathlib documentation for PurePath.match (GH-112814...
Miss Islington (bot)
2023-12-08
1
-0/+3
*
[3.12] gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870) (#112...
Alex Waygood
2023-12-08
2
-8/+7
*
[3.12] gh-101100: Improve documentation for attributes on instance methods (G...
Miss Islington (bot)
2023-12-08
6
-41/+76
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (GH-112836) (#1...
Miss Islington (bot)
2023-12-08
2
-5/+5
*
[3.12] gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS...
Miss Islington (bot)
2023-12-08
2
-0/+3
*
Merge branch '3.12' of https://github.com/python/cpython into 3.12
Thomas Wouters
2023-12-08
3
-4/+7
|
\
|
*
[3.12] gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are re...
Alex Waygood
2023-12-07
3
-4/+7
*
|
Post 3.12.1
Thomas Wouters
2023-12-08
1
-1/+1
*
|
Python 3.12.1
v3.12.1
Thomas Wouters
2023-12-07
155
-574/+1942
|
/
*
[3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_i...
Eric Snow
2023-12-07
3
-1/+51
*
[3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows...
Miss Islington (bot)
2023-12-07
3
-2/+21
*
[3.12] gh-87319: Simplify TemporaryDirectory cleanup using os.path.isjunction...
Miss Islington (bot)
2023-12-07
1
-13/+1
*
[3.12] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...
Miss Islington (bot)
2023-12-07
3
-15/+125
*
[3.12] gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64L...
Łukasz Langa
2023-12-07
1
-45/+52
*
[3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of ...
Victor Stinner
2023-12-07
5
-1/+15
*
[3.12] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112824)
Miss Islington (bot)
2023-12-07
2
-2/+12
*
[3.12] gh-101100: Improve documentation of code object attributes (#112781) (...
Alex Waygood
2023-12-06
9
-51/+109
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (GH-112811) (#...
Miss Islington (bot)
2023-12-06
2
-23/+30
*
[3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767)
Diego Russo
2023-12-06
4
-20/+197
*
[3.12] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid...
Miss Islington (bot)
2023-12-06
3
-11/+51
*
[3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` param...
Miss Islington (bot)
2023-12-06
1
-3/+3
*
[3.12] gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst`...
Miss Islington (bot)
2023-12-06
2
-32/+41
*
[3.12] gh-108927: Include new dir test/regrtestdata in the installation (GH-1...
Serhiy Storchaka
2023-12-06
1
-0/+3
*
[3.12] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-...
Miss Islington (bot)
2023-12-05
2
-12/+20
*
[3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...
Miss Islington (bot)
2023-12-05
12
-49/+88
*
[3.12] bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) (GH-...
Miss Islington (bot)
2023-12-05
3
-2/+56
*
[3.12] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` duri...
Miss Islington (bot)
2023-12-05
3
-2/+41
*
[3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel d...
Miss Islington (bot)
2023-12-05
2
-29/+37
*
[3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744)
Serhiy Storchaka
2023-12-05
1
-91/+91
*
[3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[...
Miss Islington (bot)
2023-12-04
3
-23/+37
*
[3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726)
Miss Islington (bot)
2023-12-04
1
-1/+1
*
[3.12] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...
Miss Islington (bot)
2023-12-04
3
-10/+30
*
[3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...
Miss Islington (bot)
2023-12-04
8
-9/+67
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703) (#112705)
Alex Waygood
2023-12-04
2
-22/+21
*
[3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...
Miss Islington (bot)
2023-12-04
3
-2/+85
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) ...
Miss Islington (bot)
2023-12-04
2
-47/+67
*
[3.12] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#10981...
Alex Waygood
2023-12-04
2
-27/+32
*
[3.12] gh-106550: Fix sign conversion in pycore_code.h (GH-112613) (#112696)
Miss Islington (bot)
2023-12-04
1
-10/+12
*
[3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator ...
Miss Islington (bot)
2023-12-04
3
-1/+22
*
[3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (...
Miss Islington (bot)
2023-12-04
1
-1/+1
*
[3.12] gh-66819: More IDLE htest updates(4) (GH-112686) (#112688)
Miss Islington (bot)
2023-12-04
25
-34/+62
*
[3.12] gh-66819: More IDLE htest updates(3) (GH-112683) (#112684)
Miss Islington (bot)
2023-12-04
6
-26/+27
*
[3.12] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#1...
Hugo van Kemenade
2023-12-03
2
-8/+7
*
[3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...
Miss Islington (bot)
2023-12-03
5
-9/+19
*
[3.12] gh-66819: More IDLE htest updates(2) (GH-112642) (#112643)
Miss Islington (bot)
2023-12-03
9
-69/+70
*
[3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmt...
Irit Katriel
2023-12-03
4
-18/+9
*
[3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499...
Miss Islington (bot)
2023-12-03
1
-1/+1
[next]