Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a4
/
Doc
tag
b512bf237c4a924cc853c8dfc6a50a379f0f7ebd
tagger
Thomas Wouters <thomas@python.org>
Thu Feb 15 13:38:42 2024
object
9d34f60783b726de5bb0352d0efb1cbd23a4ac89
Python 3.13.0a4
edb59d5
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
by Martijn Pieters
· 1 year, 6 months ago
9e3729b
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
by David Hewitt
· 1 year, 6 months ago
4742047
docs: use consistent .append() in dis.rst (#115434)
by Ned Batchelder
· 1 year, 6 months ago
3e7b7df
gh-114570: Add PythonFinalizationError exception (#115352)
by Victor Stinner
· 1 year, 6 months ago
49e8fdc
Docs: spell out sentence about ndbm/gdbm file formats (#115470)
by Erlend E. Aasland
· 1 year, 6 months ago
81e140d
Docs: reword sentences about dbm submodule traits (#114609)
by Erlend E. Aasland
· 1 year, 6 months ago
6755c4e
gh-115403: Remove extra colon after "Examples" in datetime documentation (#115452)
by Stanislav Lyu
· 1 year, 6 months ago
6d9141e
gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)
by Erlend E. Aasland
· 1 year, 6 months ago
dd5e4d9
gh-100414: Add SQLite backend to dbm (#114481)
by Erlend E. Aasland
· 1 year, 6 months ago
3fd2ad8
ftplib docs: `timeout` doesn't have to be a whole number (#115443)
by Alex Waygood
· 1 year, 6 months ago
46245b0
Docs: Use substitutions instead of manual version updates (#115416)
by Hugo van Kemenade
· 1 year, 6 months ago
de07941
gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411)
by Christophe Papazian
· 1 year, 6 months ago
5719aa2
gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113455)
by qqwqqw689
· 1 year, 6 months ago
0a6e1a4
Update "Using Python on a Mac" (#115024)
by Hugo van Kemenade
· 1 year, 6 months ago
10756b1
gh-111140: Minor doc fixes for PyLong_AsNativeBytes (GH-115375)
by Steve Dower
· 1 year, 6 months ago
341d787
gh-115317: Rewrite changelog filter to use vanilla JavaScript (#115324)
by Hugo van Kemenade
· 1 year, 6 months ago
7861dfd
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions (GH-114886)
by Steve Dower
· 1 year, 6 months ago
879f454
gh-110850: Add PyTime_t C API (GH-115215)
by Petr Viktorin
· 1 year, 6 months ago
9182201
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
by Serhiy Storchaka
· 1 year, 6 months ago
92483b2
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
by Hugo van Kemenade
· 1 year, 6 months ago
705c76d
gh-114785: Remove content from `Porting from Python2` how-to (#114805)
by Nikita Sobolev
· 1 year, 6 months ago
235cacf
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
by Brandt Bucher
· 1 year, 6 months ago
e1552fd
gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)
by Skip Montanaro
· 1 year, 6 months ago
b104360
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
by Serhiy Storchaka
· 1 year, 6 months ago
d2c4baa
gh-97928: Partially restore the behavior of tkinter.Text.count() by default (GH-115031)
by Serhiy Storchaka
· 1 year, 6 months ago
573acb3
gh-115172: Fix explicit index extries for the C API (GH-115173)
by Serhiy Storchaka
· 1 year, 6 months ago
1b89591
gh-101100: Fix dangling refs in bdb.rst (#114983)
by Skip Montanaro
· 1 year, 6 months ago
4821f08
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
by Nikita Sobolev
· 1 year, 6 months ago
9d1a353
gh-114894: add array.array.clear() method (#114919)
by Mike Zimin
· 1 year, 6 months ago
e19103a
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#114662)
by Nikita Sobolev
· 1 year, 6 months ago
b2d9d13
gh-96471: Add shutdown() method to queue.Queue (#104750)
by Laurie O
· 1 year, 6 months ago
769d444
Docs: correctly link to code objects (#115214)
by Erlend E. Aasland
· 1 year, 6 months ago
c968dc7
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
by Brett Cannon
· 1 year, 6 months ago
553c90c
gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)
by Nikita Sobolev
· 1 year, 6 months ago
17689e3
gh-107944: Improve error message for getargs with bad keyword arguments (#114792)
by Shantanu
· 1 year, 6 months ago
8a3c499
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
by Mark Shannon
· 1 year, 6 months ago
d0322fd
gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)
by Skip Montanaro
· 1 year, 6 months ago
60375a3
gh-115114: Add missing slash to file URI prefix `file:/` (#115115)
by Edgar Ramírez Mondragón
· 1 year, 6 months ago
3f71c41
gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH-115107)
by Finite State Machine
· 1 year, 6 months ago
de61d4b
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
by Sam Gross
· 1 year, 6 months ago
0e2ab73
gh-114756: Update FAQ section on removing the GIL (#114957)
by da-woods
· 1 year, 6 months ago
1a10437
gh-91602: Add iterdump() support for filtering database objects (#114501)
by Mariusz Felisiak
· 1 year, 6 months ago
bb57ffdb
gh-83648: Support deprecation of options, arguments and subcommands in argparse (GH-114086)
by Serhiy Storchaka
· 1 year, 6 months ago
652fbf8
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
by Serhiy Storchaka
· 1 year, 6 months ago
750489c
gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)
by HarryLHW
· 1 year, 6 months ago
36518e6
GH-108362: Incremental GC implementation (GH-108038)
by Mark Shannon
· 1 year, 6 months ago
b4ba0f7
gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)
by Serhiy Storchaka
· 1 year, 6 months ago
39ec7fb
Remove bogus syntax error marker in csv doc (#115017)
by Terry Jan Reedy
· 1 year, 6 months ago
da8f9fb
gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (#113837)
by Dai Wentao
· 1 year, 6 months ago
ca715e5
gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterator (GH-114534)
by Serhiy Storchaka
· 1 year, 6 months ago
ff7588b
gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)
by Ethan Furman
· 1 year, 6 months ago
ec69e1d
gh-101100: Fix dangling references in pickle.rst (#114972)
by Skip Montanaro
· 1 year, 7 months ago
848c867
gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327)
by Hugo van Kemenade
· 1 year, 7 months ago
72d2d0f
gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891)
by Nikita Sobolev
· 1 year, 7 months ago
ab76d37
gh-101100: Fix Sphinx reference warnings in the glossary (#114729)
by Skip Montanaro
· 1 year, 7 months ago
6b53d5f
gh-112202: Ensure that condition.notify() succeeds even when racing with Task.cancel() (#112201)
by Kristján Valur Jónsson
· 1 year, 7 months ago
b4240fd
gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956)
by AN Long
· 1 year, 7 months ago
28bb296
Update LOGGING example taken from Django docs. (#114903)
by Mariusz Felisiak
· 1 year, 7 months ago
00d7109
Normalize heading underline in multiprocessing.rst (#114923)
by Skip Montanaro
· 1 year, 7 months ago
1183f1e
gh-114913: Add newline to subprocess doc (#114941)
by Terry Jan Reedy
· 1 year, 7 months ago
73d20ca
Correct timedelta description (GH-101417)
by John Belmonte
· 1 year, 7 months ago
b27812d
Fix indentation of "versionchanged" in datetime.rst (GH-114933)
by Serhiy Storchaka
· 1 year, 7 months ago
c12240e
gh-114728: Fix documentation for comparison of objects in datetime module (GH-114749)
by Serhiy Storchaka
· 1 year, 7 months ago
9872855
GH-69695: Update ``PyImport_ImportModule`` description (GH-103836)
by patenaud
· 1 year, 7 months ago
ee66c33
gh-114909: Add --first-weekday option to usage message (#114910)
by Steven Ward
· 1 year, 7 months ago
d29f57f
gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638)
by Justin Williams
· 1 year, 7 months ago
d0f1307
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
by Sam Gross
· 1 year, 7 months ago
53339a0
Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829)
by Michal Kaptur
· 1 year, 7 months ago
500ede0
gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)
by Oleg Iarygin
· 1 year, 7 months ago
dc01b91
gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)
by Nikita Sobolev
· 1 year, 7 months ago
c9c6e04
Correct description of inheriting from another class (#114660)
by Skip Montanaro
· 1 year, 7 months ago
e9dab65
gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)
by Nicholas Hollander
· 1 year, 7 months ago
2dea1cf
Write about Tier 2 and JIT in "what's new 3.13" (#114826)
by Guido van Rossum
· 1 year, 7 months ago
de6f97c
Fix typos in ElementTree documentation (GH-108848)
by Christophe Nanteuil
· 1 year, 7 months ago
5ce193e
gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)
by technillogue
· 1 year, 7 months ago
57c3e77
gh-114648: Add IndexError exception to tutorial datastructures list.pop entry (#114681)
by srinivasan
· 1 year, 7 months ago
586057e
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)
by Skip Montanaro
· 1 year, 7 months ago
ff8939e
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
by Pradyot Ranjan
· 1 year, 7 months ago
a79a272
gh-111112: Avoid potential confusion in TCP server example. (#111113)
by Aidan Holm
· 1 year, 7 months ago
1836f67
Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)
by Bradley Reynolds
· 1 year, 7 months ago
7a93db4
gh-101100: Fix class reference in library/test.rst (GH-114769)
by Skip Montanaro
· 1 year, 7 months ago
c8cf5d7
Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)
by Erlend E. Aasland
· 1 year, 7 months ago
3911b42
gh-101100: Fix references in csv docs (GH-114658)
by Skip Montanaro
· 1 year, 7 months ago
fda7445
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#114684)
by Barney Gale
· 1 year, 7 months ago
a1332a9
Clarify one-item tuple (#114745)
by Terry Jan Reedy
· 1 year, 7 months ago
39d102c
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
by Pablo Galindo Salgado
· 1 year, 7 months ago
4287e86
gh-109975: Copyedit "What's New in Python 3.13" (#114401)
by Hugo van Kemenade
· 1 year, 7 months ago
ea30a28
gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-113738)
by Serhiy Storchaka
· 1 year, 7 months ago
3996cbdd3
Set `hosted_on` for Read the Docs builds (#114697)
by Hugo van Kemenade
· 1 year, 7 months ago
2c089b0
gh-112240: Add option to calendar module CLI to specify the weekday to start each week (GH-112241)
by Steven Ward
· 1 year, 7 months ago
39c766b
Fix more references to datetime and time classes (GH-114717)
by Serhiy Storchaka
· 1 year, 7 months ago
e351ca3
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
by Soumendra Ganguly
· 1 year, 7 months ago
e8b8f5e
gh-101100: Fix datetime reference warnings (GH-114661)
by Skip Montanaro
· 1 year, 7 months ago
b7a12ab
gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366)
by Hugo van Kemenade
· 1 year, 7 months ago
97fb248
gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)
by Nikita Sobolev
· 1 year, 7 months ago
3b86891
gh-110893: Improve the documentation for __future__ module (#114642)
by Shantanu
· 1 year, 7 months ago
d7d0d13
gh-89159: Add some TarFile attribute types (GH-114520)
by Stanley
· 1 year, 7 months ago
3bb6912
gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657)
by Hugo van Kemenade
· 1 year, 7 months ago
d00fbed
Fix indentation in `__post_init__` documentation. (gh-114666)
by Bhushan Mohanraj
· 1 year, 7 months ago
5ecfd75
Correction Skip Montanaro's email address (#114677)
by Skip Montanaro
· 1 year, 7 months ago
Next »