Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
07858894689047c77f9c12ddc061d30681368d19
/
Doc
0785889
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)
by Victor Stinner
· 6 years ago
92b8322
bpo-35674: Add os.posix_spawnp() (GH-11554)
by Joannah Nanjekye
· 6 years ago
9daecf3
bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452)
by Victor Stinner
· 6 years ago
06f8b57
bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559)
by Henry Chen
· 6 years ago
32ebd85
bpo-29707: Document that os.path.ismount() is not able to reliable detect bind mounts. (GH-11238)
by Serhiy Storchaka
· 6 years ago
1cffd0e
bpo-34512: Document platform-specific strftime() behavior for non-ASCII format strings (GH-8948)
by Alexey Izbyshev
· 6 years ago
fd7d539
bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517)
by Joannah Nanjekye
· 6 years ago
bab4bbb
bpo-32146: Add documentation about frozen executables on Unix (GH-5850)
by Bo Bayles
· 6 years ago
572168a
bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)
by Joannah Nanjekye
· 6 years ago
91c6158
Update bugs.rst (GH-9648)
by Andre Delfino
· 6 years ago
e394ba3
bpo-35404: Clarify how to import _structure in email.message doc (GH-10886)
by Charles-Axel Dein
· 6 years ago
d6acf17
Add example to the documentation for calling unittest.mock.patch with create=True (GH-11056)
by Pablo Galindo
· 6 years ago
c24c6c2
bpo-35568: add 'raise_signal' function (GH-11335)
by Vladimir Matveev
· 6 years ago
e61cc48
bpo-35374: Avoid trailing space in hhc file name if found on PATH. (GH-10849)
by chrullrich
· 6 years ago
31ec52a
bpo-35631: Improve typing docs wrt abstract/concrete collection types (GH-11396)
by Ville Skyttä
· 6 years ago
47a2fce
bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process (GH-11422)
by Harmandeep Singh
· 6 years ago
e9a044e
bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310)
by Harmandeep Singh
· 6 years ago
9a69ae8
Bump copyright years to 2019. (GH-11404)
by Benjamin Peterson
· 6 years ago
1b29c03
Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-11369)
by sth
· 6 years ago
c0381aa
bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)
by Cheryl Sabella
· 6 years ago
9e00d9e
bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson)
by jab
· 6 years ago
3a81076
bpo-35579: Fix typo in in asyncio-task documentation (GH-11321)
by Vaibhav Gupta
· 6 years ago
56edf3a
Redo PR 785 -- Add cross reference links (GH-11319)
by Raymond Hettinger
· 6 years ago
95327bc
Minor grammar improvement in types.rst (GH-11308)
by Mariatta
· 6 years ago
d83f5bd
Fix minor grammatical mistakes in reversed(dict) doc (GH-10997)
by Andre Delfino
· 6 years ago
7804e8c
Tweak wording about Fraction and Decimal (GH-10904)
by Andre Delfino
· 6 years ago
b7105c9
bpo-35566: Add links to annotation glossary term (GH-11291)
by Cheryl Sabella
· 6 years ago
d378b1f
bpo-34764: improve docs example of iter() with sentinel value (GH-11222)
by Chris Rands
· 6 years ago
284b787
Add 2 missing commas (GH-10698)
by Boštjan Mejak
· 6 years ago
f06fba5
Document that dict.fromkeys accepts any iterable for keys (GH-10998)
by Andre Delfino
· 6 years ago
fc8284e
bpo-35564: add master_doc='contents' to conf.py (GH-11290)
by Jean-François B
· 6 years ago
8ac6581
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370)
by Serhiy Storchaka
· 6 years ago
c1b4b0f
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)
by Cheryl Sabella
· 6 years ago
f0af4c5
bpo-33830: Fix an example in http.client docs for 404. (GH-7780)
by Xtreak
· 6 years ago
292cd6e
bpo-35521: Add more cross-refs to IDLE docs (#11257)
by Terry Jan Reedy
· 6 years ago
83dd4e8
bpo-18085: Update refcounts.dat. (GH-11247)
by Serhiy Storchaka
· 6 years ago
01421be
bpo-35521: IDLE: Add code context section to docs (#11205)
by Cheryl Sabella
· 6 years ago
afe17a7
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224)
by Steve Dower
· 6 years ago
b2f642c
bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243)
by Mat M
· 6 years ago
57dd79e
Fix documented signatures for C API functions. (GH-11236)
by Serhiy Storchaka
· 6 years ago
bf99bcf
Fix Python version since which external enities are not resolved by default. (GH-11237)
by Serhiy Storchaka
· 6 years ago
92330c0
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
by Manjusaka
· 6 years ago
2b57c43
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
by Serhiy Storchaka
· 6 years ago
82d7355
Removed dangling `since Python` at the end of library/xml.rst. (GH-11201)
by Jules Lasne (jlasne)
· 6 years ago
e3666fc
bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145)
by Hrvoje Nikšić
· 6 years ago
3fcc1e0
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
by Serhiy Storchaka
· 6 years ago
bdabb07
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)
by Serhiy Storchaka
· 6 years ago
05c1b38
Fixed a few obvious mistakes in c-api docs (GH-11184)
by Beomsoo Kim
· 6 years ago
3ab064e
bpo-23451: Update time.monotonic() documentation (GH-11190)
by Victor Stinner
· 6 years ago
b912f93
bpo-35511: Trivial docs updates for profile and resource library modules. (GH-11124)
by Beomsoo Kim
· 6 years ago
f5107df
bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144)
by mkkot
· 6 years ago
d7538dd
bpo-35471: Remove the macpath module (GH-11129)
by Victor Stinner
· 6 years ago
7acd50a
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)
by Victor Stinner
· 6 years ago
cb0f5e2
Fixed missing colun in library/sys.po (GH-11153)
by Jules Lasne (jlasne)
· 6 years ago
4fb0b8b
bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295)
by Xiang Zhang
· 6 years ago
0cd6391
bpo-34977: Add Windows App Store package (GH-11027)
by Steve Dower
· 6 years ago
1c3de54
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
by Steve Dower
· 6 years ago
e328753
bpo-22005: Document the reality of pickle compatibility. (GH-11054)
by Gregory P. Smith
· 6 years ago
de9e9b4
Fix numbered lists in stdtypes.rst. (GH-10989)
by Andre Delfino
· 6 years ago
cb0b78a
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
by Victor Stinner
· 6 years ago
8452ca1
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017)
by Serhiy Storchaka
· 6 years ago
16501b7
bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012)
by Mariatta
· 6 years ago
468a15a
bpo-34977: Add Windows App Store package (GH-10245)
by Steve Dower
· 6 years ago
c9566b8
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
by Andre Delfino
· 6 years ago
91f259b
Clarify expectedFailure in the unittest docs. (#10953)
by Gregory P. Smith
· 6 years ago
2d8f976
Fix typo in xml.dom.minidom documentation (GH-10956)
by E Kawashima
· 6 years ago
ea0ca21
bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)
by Victor Stinner
· 6 years ago
40a61da
Fix typos in concurrent.Futures documentation (GH-10920)
by Matt Wheeler
· 6 years ago
55f41e4
Correct a couple of unbalanced parenthesis. (GH-10779)
by Andre Delfino
· 6 years ago
1ce853f
Move __missing__ after __delitem__ in Data model. (GH-10923)
by Andre Delfino
· 6 years ago
1747334
bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)
by Naglis
· 6 years ago
8ca0fa9
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)
by Chris Withers
· 6 years ago
68b56d0
bpo-35341: Add generic version of OrderedDict to typing (GH-10850)
by Ismo Toijala
· 6 years ago
b7c2182
Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814)
by E Kawashima
· 6 years ago
a407004
Fix typo in Memory Management doc. (GH-10798)
by Kevin Adler
· 6 years ago
9fbcfc0
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758)
by Eddie Elizondo
· 6 years ago
73104fa
bpo-35345: Remove platform.popen() (GH-10781)
by Victor Stinner
· 6 years ago
62be742
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
by Serhiy Storchaka
· 6 years ago
433433f
Adds IPv6 support when invoking http.server directly. (GH-10595)
by Lisa Roach
· 6 years ago
5719f27
Doc: Delete now useless Windows FAQ section (GH-10557)
by Mathieu Dupuy
· 6 years ago
f0e0f20
bpo-35300: Add usage note to the lru_cache() docs (GH-10707)
by Raymond Hettinger
· 6 years ago
4bb186d
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592)
by Serhiy Storchaka
· 6 years ago
ba57963
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
by takey
· 6 years ago
a1c4001
Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487)
by Mathieu Dupuy
· 6 years ago
361e868
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
by Zhiming Wang
· 6 years ago
d936a8f
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
by Julien Palard
· 6 years ago
6c48bf2
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
by Serhiy Storchaka
· 6 years ago
6b73bb5
bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558)
by Julien Palard
· 6 years ago
02e6bf7
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
by Victor Stinner
· 6 years ago
689d555
bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580)
by Windson yang
· 6 years ago
4edeaea
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
a48e0eb
Fix outdated info in datamodel about dicts (GH-9807)
by wim glenn
· 6 years ago
c2ccac7
bpo-33816: Remove outdated metaclass example (GH-7566)
by Andrés Delfino
· 6 years ago
b65413b
bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)
by Terry Jan Reedy
· 6 years ago
25221b3
Fix typo in asynchronous generator iterator documentation (GH-10542)
by Sebastián Ramírez
· 6 years ago
6431347
bpo-32613: Update window FAQ (GH-5552)
by Julien Palard
· 6 years ago
8e0b05e
Grammar corrections in abc.rst (GH-10525)
by Andrés Delfino
· 6 years ago
bf1355b
Link to property built-in in abc.rst (GH-10526)
by Andrés Delfino
· 6 years ago
daeb3c4
Fix doc typo: Window -> Windows (GH-10508)
by l-n-s
· 6 years ago
1a6be91
bpo-35081: Make some _PyGC macros internal (GH-10507)
by Victor Stinner
· 6 years ago
Next »