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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#114689)
Hugo van Kemenade
2024-02-15
8
-0/+327
*
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
monkeyman192
2024-02-15
1
-0/+10
*
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
Martijn Pieters
2024-02-15
1
-0/+10
*
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt
2024-02-15
2
-11/+13
*
docs: use consistent .append() in dis.rst (#115434)
Ned Batchelder
2024-02-15
1
-4/+4
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
3
-0/+35
*
Docs: spell out sentence about ndbm/gdbm file formats (#115470)
Erlend E. Aasland
2024-02-14
1
-6/+8
*
Docs: reword sentences about dbm submodule traits (#114609)
Erlend E. Aasland
2024-02-14
1
-14/+6
*
gh-115403: Remove extra colon after "Examples" in datetime documentation (#11...
Stanislav Lyu
2024-02-14
1
-1/+1
*
gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)
Erlend E. Aasland
2024-02-14
1
-1/+1
*
gh-100414: Add SQLite backend to dbm (#114481)
Erlend E. Aasland
2024-02-14
2
-4/+59
*
ftplib docs: `timeout` doesn't have to be a whole number (#115443)
Alex Waygood
2024-02-14
1
-3/+3
*
Docs: Use substitutions instead of manual version updates (#115416)
Hugo van Kemenade
2024-02-14
4
-4/+6
*
gh-115405: add versionadded tag for co_qualname in code objects documentation...
Christophe Papazian
2024-02-13
1
-0/+2
*
gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113...
qqwqqw689
2024-02-13
1
-1/+6
*
Update "Using Python on a Mac" (#115024)
Hugo van Kemenade
2024-02-13
2
-46/+63
*
gh-111140: Minor doc fixes for PyLong_AsNativeBytes (GH-115375)
Steve Dower
2024-02-12
1
-10/+14
*
gh-115317: Rewrite changelog filter to use vanilla JavaScript (#115324)
Hugo van Kemenade
2024-02-12
1
-48/+54
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
2
-1/+72
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
4
-5/+102
*
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Serhiy Storchaka
2024-02-12
1
-6/+4
*
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Hugo van Kemenade
2024-02-12
9
-100/+119
*
gh-114785: Remove content from `Porting from Python2` how-to (#114805)
Nikita Sobolev
2024-02-12
2
-411/+19
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-1/+12
*
gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)
Skip Montanaro
2024-02-11
3
-20/+29
*
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka
2024-02-11
1
-6/+26
*
gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...
Serhiy Storchaka
2024-02-11
1
-7/+6
*
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka
2024-02-11
14
-153/+150
*
gh-101100: Fix dangling refs in bdb.rst (#114983)
Skip Montanaro
2024-02-11
2
-9/+10
*
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
Nikita Sobolev
2024-02-10
2
-4/+8
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
2
-0/+10
*
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...
Nikita Sobolev
2024-02-10
1
-3/+3
*
gh-96471: Add shutdown() method to queue.Queue (#104750)
Laurie O
2024-02-10
2
-0/+45
*
Docs: correctly link to code objects (#115214)
Erlend E. Aasland
2024-02-09
1
-2/+3
*
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
Brett Cannon
2024-02-09
1
-0/+6
*
gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)
Nikita Sobolev
2024-02-09
2
-3/+15
*
gh-107944: Improve error message for getargs with bad keyword arguments (#114...
Shantanu
2024-02-08
1
-0/+11
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
1
-34/+0
*
gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)
Skip Montanaro
2024-02-07
2
-8/+9
*
gh-115114: Add missing slash to file URI prefix `file:/` (#115115)
Edgar Ramírez Mondragón
2024-02-07
1
-1/+1
*
gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH...
Finite State Machine
2024-02-07
1
-3/+1
*
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross
2024-02-06
2
-0/+26
*
gh-114756: Update FAQ section on removing the GIL (#114957)
da-woods
2024-02-06
1
-23/+29
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
2
-1/+14
*
gh-83648: Support deprecation of options, arguments and subcommands in argpar...
Serhiy Storchaka
2024-02-05
2
-1/+55
*
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka
2024-02-05
1
-0/+5
*
gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)
HarryLHW
2024-02-05
1
-1/+1
*
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon
2024-02-05
1
-0/+34
*
gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)
Serhiy Storchaka
2024-02-05
1
-0/+9
*
Remove bogus syntax error marker in csv doc (#115017)
Terry Jan Reedy
2024-02-05
1
-1/+0
[next]