Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5105483acb3aca318304bed056dcfd7e188fe4b5
/
Doc
e7a4bb5
bpo-35798: Add test.support.check_syntax_warning(). (#11895)
by Serhiy Storchaka
· 6 years ago
4a7f44a
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
by animalize
· 6 years ago
e182318
bpo-33234: Add another attribution in Whatsnew (GH-11899)
by Raymond Hettinger
· 6 years ago
63fa1cf
bpo-32492: Add missing whatsnew entries for itemgetter and namedtuple (GH-11897)
by Raymond Hettinger
· 6 years ago
3ff5962
bpo-33089: Add math.dist() and math.hypot() to Whatsnew (GH-11896)
by Raymond Hettinger
· 6 years ago
62e4481
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757)
by Serhiy Storchaka
· 6 years ago
a16ab00
bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
by Anthony Sottile
· 6 years ago
9abb725
Improve readability of random module examples (GH-11884)
by Raymond Hettinger
· 6 years ago
903567e
Fix the versionadded info for typing.NoReturn (GH-11880)
by Jack Wilsdon
· 6 years ago
522630a
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)
by Emmanuel Arias
· 6 years ago
5723263
bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6 (GH-10264)
by Lysandros Nikolaou
· 6 years ago
d73ac0e
Fix typo: equivalent code of `async with cond` (GH-11681)
by Kevin Mai-Husan Chia
· 6 years ago
5680f65
bpo-18283: Add support for bytes to shutil.which (GH-11818)
by Cheryl Sabella
· 6 years ago
537b6ca
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
by Eivind Teig
· 6 years ago
9db56fb
Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)
by Julien Palard
· 6 years ago
5033e31
Fix broken :ref: in asyncio docs (GH-11805)
by Pablo Galindo
· 6 years ago
8a03ff2
bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)
by Terry Jan Reedy
· 6 years ago
d9503c3
Add What's New entry for date subclass behavior (#11790)
by Paul Ganssle
· 6 years ago
df8d2cd
bpo-35911: add cell constructor (GH-11771)
by Pierre Glaser
· 6 years ago
bc09851
bpo-35606: Implement math.prod (GH-11359)
by Pablo Galindo
· 6 years ago
e9bc417
Fix url to core-mentorship mailing list (GH-11775)
by Mariatta
· 6 years ago
cd90f6a
bpo-20001: update pathlib landing image (GH-11304)
by Harmandeep Singh
· 6 years ago
f75d59e
bpo-35884: Add variable access benchmarking script (GH-11725)
by Raymond Hettinger
· 6 years ago
d08ea70
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
by Stefan Krah
· 6 years ago
00e9c55
bpo-26256: Document algorithm speed for the Decimal module. (#4808)
by Cheryl Sabella
· 6 years ago
80c5dfe
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608)
by Joannah Nanjekye
· 6 years ago
dcfcd14
bpo-35766: Merge typed_ast back into CPython (GH-11645)
by Guido van Rossum
· 6 years ago
d97daeb
doc: http: Fix enum name for status code 416 (GH-11689)
by Phil Jones
· 6 years ago
0bb4bdf
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)
by Raymond Hettinger
· 6 years ago
0897e0c
bpo-33504: fix wrong "versionchanged" (GH-11712)
by Inada Naoki
· 6 years ago
9f3f093
bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)
by Michael Selik
· 6 years ago
a1f9a33
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
by Steve Dower
· 6 years ago
40ebe94
Document differences between random.choices() and random.choice(). (GH-11703)
by Raymond Hettinger
· 6 years ago
cf991e6
bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb documentation. (GH-11691)
by João Matos
· 6 years ago
598e15d
bpo-25592: Improve documentation of distutils data_files (GH-9767)
by jdemeyer
· 6 years ago
ea44640
bpo-35701: Update doc for UUID weak referencing (GH-11621)
by David H
· 6 years ago
dfc8bb9
Fix typo: class declaration (GH-11678)
by nu_no
· 6 years ago
3171df3
Clarify U-mode deprecation in open() (GH-11646)
by Nick Coghlan
· 6 years ago
3bab40d
bpo-34134: Advise to use imap or imap_unordered when handling long iterables. (gh-8324)
by Windson yang
· 6 years ago
8f59ee0
bpo-35224: PEP 572 Implementation (#10497)
by Emily Morehouse
· 6 years ago
f6243ac
bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
by Victor Stinner
· 6 years ago
cda73a5
bpo-35781: Changed references to deprecated 'warn' method in logging documentation in favour of 'warning' (GH-11654)
by yuji38kwmt
· 6 years ago
f0c7436
bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525)
by Géry Ogam
· 6 years ago
bf4ac2d
bpo-35713: Rework Python initialization (GH-11647)
by Victor Stinner
· 6 years ago
9932a22
bpo-33416: Add end positions to Python AST (GH-11605)
by Ivan Levkivskyi
· 6 years ago
e8239b8
Add information about DeprecationWarning for invalid escaped characters in the re module (GH-5255)
by Pablo Galindo
· 6 years ago
478f829
bpo-21257: document http.client.parse_headers (GH-11443)
by Ashwin Ramaswami
· 6 years ago
3bcbedc
bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)
by Serhiy Storchaka
· 6 years ago
cf27c06
bpo-23156: Remove obsolete tix install directions (GH-11595)
by Terry Jan Reedy
· 6 years ago
89669ff
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)
by Dong-hee Na
· 6 years ago
97e1299
Fixes typo in asyncio.queue doc (GH-11581)
by Slam
· 6 years ago
cee29b4
bpo-35486: Note Py3.6 import system API requirement change (GH-11540)
by Nick Coghlan
· 6 years ago
8c34956
Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582)
by Victor Stinner
· 6 years ago
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
Next »