Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1244c816d7cdfa8a26d1671cab67122a8c5271a7
/
Doc
5c73afc
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
by Christian Heimes
· 4 years ago
bcc9579
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
by James Gerity
· 4 years ago
7f82f22
bpo-42501: Revise the usage note for Enums with the choices (GH-23563)
by Raymond Hettinger
· 4 years ago
9f00463
bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529)
by Yasser A
· 4 years ago
fc40b30
bpo-42450: Minor updates to the itertools recipes (GH-23555)
by Raymond Hettinger
· 4 years ago
86150d3
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
by Yurii Karabas
· 4 years ago
c642374
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)
by Mark Dickinson
· 4 years ago
a86a274
bpo-31904: add shell requirement for test_pipes (GH-23489)
by pxinwr
· 4 years ago
fa840cc
Fix dis markup (GH-23524)
by Andre Delfino
· 4 years ago
4b44472
Fix multiprocessing markup (GH-23525)
by Andre Delfino
· 4 years ago
d41ec65
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
by Zackery Spytz
· 4 years ago
c8aaf71
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
by Volker-Weissmann
· 4 years ago
a1652da
Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)
by Shane Harvey
· 4 years ago
9d09e17
Typo: fix inverted sense of statement (GH-23288)
by basak
· 4 years ago
be319c0
bpo-42299: Remove formatter module (GH-23476)
by Dong-hee Na
· 4 years ago
7301979
bpo-42202: Store func annotations as a tuple (GH-23316)
by Yurii Karabas
· 4 years ago
85c8492
Add more tests to the descriptor howto guide (GH-23506)
by Raymond Hettinger
· 4 years ago
c9c6e9f
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
by Julien Palard
· 4 years ago
8d17d2b
Doc: Minor fixes (GH-23422)
by kj
· 4 years ago
2d44a6b
Add doctests to the descriptor HowTo (GH-23500)
by Raymond Hettinger
· 4 years ago
989af25
Typo (#23482)
by Jesús Cea
· 4 years ago
79d2e62
Added support for negative indexes to PurePath.parents (GH-21799)
by Yaroslav Pankovych
· 4 years ago
ffae932
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475)
by Raymond Hettinger
· 4 years ago
2f2f9d0
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
by Nick Crews
· 4 years ago
5ef53a8
Doc: fix typo in typing.Type docs (GH-23460)
by John Belmonte
· 4 years ago
686c203
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
by Serhiy Storchaka
· 4 years ago
bd8c22e
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
by Ram Rachum
· 4 years ago
68f68fa
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
by Richard Levasseur
· 4 years ago
0e62efc
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
by David CARLIER
· 4 years ago
1db7639
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410)
by Serhiy Storchaka
· 4 years ago
aa3a352
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421)
by Quentin Hibon
· 4 years ago
6edf06b
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
by ArioA
· 4 years ago
9fc319d
bpo-42360: Add advice to help avoid pickling issues. (GH-23305)
by Raymond Hettinger
· 4 years ago
4c24b08
Fix wrong availability for signal.SIGCHLD (#23285)
by Zhang Maiyun
· 4 years ago
4520584
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
by Joshua Cannon
· 4 years ago
03c8ddd
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
by Christian Heimes
· 4 years ago
e1dc0db
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
by kj
· 4 years ago
1b54077
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
by Yurii Karabas
· 4 years ago
4687338
bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385)
by kj
· 4 years ago
a85fefe
bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382)
by Lysandros Nikolaou
· 4 years ago
829b177
[doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769)
by Andre Delfino
· 4 years ago
e025178
bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375)
by Miro Hrončok
· 4 years ago
7c9487d
bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374)
by Vladimir Matveev
· 4 years ago
0e2ac21
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
by Victor Stinner
· 4 years ago
9c98e8c
bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357)
by Tom Gringauz
· 4 years ago
e59958f
bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351)
by Pablo Galindo
· 4 years ago
fa96608
bpo-41625: Add versionadded to os.splice() constants (GH-23340)
by Pablo Galindo
· 4 years ago
a1f401a
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
by Erlend Egeberg Aasland
· 4 years ago
296a796
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
by Victor Stinner
· 4 years ago
a57b3d3
bpo-41625: Expose the splice() system call in the os module (GH-21947)
by Pablo Galindo
· 4 years ago
c26d591
bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321)
by Lysandros Nikolaou
· 4 years ago
3df5c68
bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
by Victor Stinner
· 4 years ago
aa01011
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
by Yash Shete
· 4 years ago
c272d40
More updates to the descriptor howto guide (GH-23238)
by Raymond Hettinger
· 4 years ago
c3b9592
bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)
by Dominik1123
· 4 years ago
2b39da4
bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
by Hai Shi
· 4 years ago
8836574
fix typo in ThreadedChildWatcher docs (GH-23277)
by Thomas Grainger
· 4 years ago
d2e94bb
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
by Brett Cannon
· 4 years ago
cd9fed6
bpo-41001: Add os.eventfd() (#20930)
by Christian Heimes
· 4 years ago
bbeb2d2
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264)
by Jürgen Gmach
· 4 years ago
f97406b
bpo-40968: Send http/1.1 ALPN extension (#20959)
by Christian Heimes
· 4 years ago
09490a1
bpo-42042: Use ids attribute instead of names attribute (GH-22739)
by Dong-hee Na
· 4 years ago
750c5ab
bpo-42308: Add threading.__excepthook__ (GH-23218)
by Mario Corchero
· 4 years ago
f9a8386
bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502)
by Ammar Askar
· 4 years ago
fa476fe
bpo-39411: pyclbr rewrite on AST (#18103)
by Batuhan Taskaya
· 4 years ago
95ce7cd
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234)
by Victor Stinner
· 4 years ago
78ba7c6
bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227)
by kj
· 4 years ago
a13b26c
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
by Hai Shi
· 4 years ago
ace3f9a
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
by Victor Stinner
· 4 years ago
1e996c3
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
by Vladimir Matveev
· 4 years ago
3eb2846
Update whatsnew for 3.10 release about addition of contextlib.aclosing (GH-23217)
by Joongi Kim
· 4 years ago
0b9c4c6
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
by Petr Viktorin
· 4 years ago
23c5f93
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
by Victor Stinner
· 4 years ago
a117167
bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870)
by Tom Gringauz
· 4 years ago
97e8b1e
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
by Ammar Askar
· 4 years ago
fd6f6fa
Minor wording change in concurrent.futures. (GH-23194)
by Don Kirkby
· 4 years ago
ee2549c
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
by Julien Palard
· 4 years ago
825ac38
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when `__loader__` is missing (#22929)
by Brett Cannon
· 4 years ago
7c01f15
Remove outdated reference to pywin32 from platform module (GH-22005)
by Andre Delfino
· 4 years ago
88c2cfd
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
by Hai Shi
· 4 years ago
8031877
Minor grammar edits for the descriptor howto guide (GH-#23175)
by Raymond Hettinger
· 4 years ago
bde33e4
bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
by Inada Naoki
· 4 years ago
91e9379
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
by Zackery Spytz
· 4 years ago
dc42af8
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
by Victor Stinner
· 4 years ago
133aa2d
[docs] fix wrongly named AsyncContextDecorator (GH-23164)
by kj
· 4 years ago
53a03aa
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
by Victor Stinner
· 4 years ago
178695b
bpo-40816 Add AsyncContextDecorator class (GH-20516)
by Kazantcev Andrey
· 4 years ago
048a356
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
by Victor Stinner
· 4 years ago
8021875
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
by Victor Stinner
· 4 years ago
3529718
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
by Victor Stinner
· 4 years ago
0001a1b
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
by Mario Corchero
· 4 years ago
bffb137
Fix incorrect links in ast docs (GH-23017)
by Matthew Suozzo
· 4 years ago
4b9aad4
bpo-42236: Enhance init and encoding documentation (GH-23109)
by Victor Stinner
· 4 years ago
64366fa
bpo-41435: Add sys._current_exceptions() function (GH-21689)
by Julien Danjou
· 4 years ago
3d86d09
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073)
by Jakub Stasiak
· 4 years ago
6e8dcda
bpo-41229: Update docs for explicit aclose()-required cases and add contextlib.aclosing() method (GH-21545)
by Joongi Kim
· 4 years ago
e9208f0
Minor formatting edits to the descriptor howto guide (GH-23092)
by Raymond Hettinger
· 4 years ago
74fa464
Add member objects to the descriptor howto guide (GH-23084)
by Raymond Hettinger
· 4 years ago
e662c39
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
by Victor Stinner
· 4 years ago
148c76b
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078)
by Raymond Hettinger
· 4 years ago
Next »