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] Fix patchcheck for `asyncio.tasks` (GH-108159) (#108160)
Miss Islington (bot)
2023-08-20
1
-9/+9
*
[3.12] Fix misspellings in sysconfig docs (GH-108156) (#108157)
Miss Islington (bot)
2023-08-20
1
-5/+5
*
[3.12] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108152)
Miss Islington (bot)
2023-08-19
1
-3/+3
*
[3.12] Docs: Remove links to external C functions and macros in os.rst (GH-10...
Miss Islington (bot)
2023-08-19
1
-25/+27
*
[3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() an...
Erlend E. Aasland
2023-08-19
2
-31/+78
*
[3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)
Erlend E. Aasland
2023-08-19
3
-14/+33
*
[3.12] Docs: format sys.float_info properly (GH-108107) (#108130)
Miss Islington (bot)
2023-08-19
1
-52/+73
*
[3.12] gh-101100: Only show GitHub check annotations on changed doc paragraph...
Miss Islington (bot)
2023-08-19
2
-31/+208
*
[3.12] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (...
Miss Islington (bot)
2023-08-19
2
-3/+4
*
[3.12] gh-101100: Docs: Check Sphinx warnings and fail if improved (GH-106460...
C.A.M. Gerlach
2023-08-18
5
-113/+161
*
[3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...
Miss Islington (bot)
2023-08-18
3
-7/+9
*
[3.12] Docs: emphasise warning and add accurate markups for sys.unraisablehoo...
Miss Islington (bot)
2023-08-18
1
-17/+21
*
[3.12] gh-107801: Improve the docs of the SEEK_* constants (#108099) (#108108)
Erlend E. Aasland
2023-08-18
1
-4/+14
*
[3.12] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108093)
Miss Islington (bot)
2023-08-18
2
-36/+36
*
[3.12] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108086)
Miss Islington (bot)
2023-08-17
1
-2/+27
*
[3.12] gh-107909: Test explicit `object` base in PEP695 generic classes (GH-1...
Miss Islington (bot)
2023-08-17
1
-0/+4
*
[3.12] GH-92584: Remove Installing Python Modules (Distutils version) (GH-108...
Adam Turner
2023-08-17
5
-1090/+3
*
[3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...
Miss Islington (bot)
2023-08-17
11
-20/+20
*
[3.12] gh-107298: Add standard exceptions and warnings in the nitpick_ignore ...
Miss Islington (bot)
2023-08-17
1
-0/+71
*
[3.12] gh-108000: Test that `lambda` also has `__type_params__` (GH-108002) (...
Miss Islington (bot)
2023-08-17
1
-7/+10
*
[3.12] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#...
Miss Islington (bot)
2023-08-17
5
-170/+16
*
[3.12] GH-92584: Remove references to Distutils in configure.rst (GH-108043) ...
Miss Islington (bot)
2023-08-16
1
-11/+6
*
[3.12] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) ...
Miss Islington (bot)
2023-08-16
1
-6/+2
*
[3.12] GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (GH-108...
Miss Islington (bot)
2023-08-16
2
-4/+4
*
[3.12] gh-107298: Fix C API Buffer documentation (GH-108011). (#108048)
Serhiy Storchaka
2023-08-16
3
-11/+14
*
[3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)
Steve Dower
2023-08-16
5
-10/+31
*
[3.12] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description...
Miss Islington (bot)
2023-08-16
1
-2/+2
*
[3.12] gh-91051: fix type watcher test to be robust to existing watcher (GH-1...
Miss Islington (bot)
2023-08-16
1
-6/+4
*
[3.12] Remove Sphinx problem matcher to avoid annotating unchanged files (GH-...
Miss Islington (bot)
2023-08-16
2
-44/+0
*
[3.12] GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (GH-108031...
Miss Islington (bot)
2023-08-16
1
-1/+1
*
[3.12] gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688) ...
Miss Islington (bot)
2023-08-16
7
-39/+30
*
[3.12] Docs: Fix more Sphinx annotations in ctypes.rst (GH-107708) (#107717)
Miss Islington (bot)
2023-08-16
3
-43/+44
*
[3.12] gh-100814: Fix exception for invalid callable value of Tkinter image o...
Miss Islington (bot)
2023-08-16
3
-4/+18
*
[3.12] gh-107715: Escape class name in regular expression (GH-107716) (#107726)
Miss Islington (bot)
2023-08-16
2
-1/+2
*
[3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...
Serhiy Storchaka
2023-08-16
13
-299/+1955
*
[3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...
Serhiy Storchaka
2023-08-16
2
-0/+83
*
[3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744)
Serhiy Storchaka
2023-08-16
4
-172/+177
*
[3.12] README: remove unmaintained sections (GH-107703) (#107762)
Miss Islington (bot)
2023-08-16
1
-24/+0
*
[3.12] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-918...
Miss Islington (bot)
2023-08-16
1
-3/+5
*
[3.12] More actionable error message when spawn is incorrectly used. (GH-1022...
Miss Islington (bot)
2023-08-16
1
-1/+5
*
[3.12] gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 beha...
Miss Islington (bot)
2023-08-16
3
-0/+52
*
[3.12] gh-106300: Improve errors testing in test_unittest.test_runner (GH-106...
Miss Islington (bot)
2023-08-16
1
-52/+65
*
[3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874)
Serhiy Storchaka
2023-08-16
4
-16/+32
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...
Eric Snow
2023-08-16
8
-30/+93
*
[3.12] gh-100061: Proper fix of the bug in the matching of possessive quantif...
Serhiy Storchaka
2023-08-16
4
-9/+16
*
[3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...
Miss Islington (bot)
2023-08-16
6
-26468/+26475
*
[3.12] gh-107963: Fix set_forkserver_preload to check the type of given list ...
Miss Islington (bot)
2023-08-15
3
-1/+11
*
[3.12] gh-107967: Fix infinite recursion on invalid escape sequence warning (...
Miss Islington (bot)
2023-08-15
2
-0/+13
*
[3.12] Add another example to the statistics docs (GH-107904) (#107941)
Miss Islington (bot)
2023-08-14
2
-0/+57
*
[3.12] gh-107877: Update logging levels reference table with usage criteria. ...
Miss Islington (bot)
2023-08-14
1
-15/+33
[prev]
[next]