Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ed1a5a5baca8f61e9a99c5be3adc16b1801514fe
/
Doc
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
7feb54a
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
by Dong-hee Na
· 4 years ago
3bf0d02
bpo-42198: New section in stdtypes for type annotation types (GH-23063)
by kj
· 4 years ago
d21cb2d
bpo-42198: Improve consistency of Union docs (GH-23029)
by kj
· 4 years ago
bcbf758
bpo-42198: Document __new__ for types.GenericAlias (GH-23039)
by kj
· 4 years ago
99608c7
DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036)
by Matti Picus
· 4 years ago
9129af6
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
by kj
· 4 years ago
3317466
bpo-42061: Document __format__ for IP addresses (GH-23018)
by Teugea Ioan-Teodor
· 4 years ago
b76a840
bpo-42180: fix plural in arguments and control (GH-23015)
by Rafael Fontenelle
· 4 years ago
5776663
bpo-42029: Remove IRIX code (GH-23023)
by Victor Stinner
· 4 years ago
df59273
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
by Zackery Spytz
· 4 years ago
4173320
bpo-41805: Documentation for PEP 585 (GH-22615)
by kj
· 4 years ago
95f710c
bpo-6761: Enhance __call__ documentation (GH-7987)
by Andre Delfino
· 4 years ago
84f7382
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
by Victor Stinner
· 4 years ago
303aac8
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
by Georges Toth
· 4 years ago
920cb64
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
by Victor Stinner
· 4 years ago
47e1afd
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
by Victor Stinner
· 4 years ago
0f25c23
Add a link to buffer protocol in bytearray() doc (GH-22675)
by Antoine
· 4 years ago
3cde378
bpo-39108: Document threading issues for random.gauss() (GH-22928)
by Raymond Hettinger
· 4 years ago
e6a7ea4
Split-out a fourth section in the descriptor HowTo guide (GH-22965)
by Raymond Hettinger
· 4 years ago
4a9c637
Second round of updates to the descriptor howto guide (GH-22946)
by Raymond Hettinger
· 4 years ago
Next »