Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.8rc1
/
Doc
tag
678b2ec4b47de15bcc77cb70634948ea5e4627fa
tagger
Larry Hastings <larry@hastings.org>
Mon Sep 09 13:40:15 2019
object
4452cdcb79fdade13c00eabe63304efa4da1c3ad
Python 3.5.8rc1
4452cdc
Sphinx 1.8 is now preferred for building 3.5 docs.
by Larry Hastings
· 6 years ago
v3.5.8rc1
8486716
[3.5] Doc: Add an optional obsolete header. (GH-13638). (#13658)
by Julien Palard
· 6 years ago
c0d9511
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12223)
by Steve Dower
· 6 years ago
d571dd3
Version bump & copyright year update for 3.5.7rc1.
by Larry Hastings
· 6 years ago
v3.5.7rc1
76aa2c0
bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338)
by larryhastings
· 7 years ago
1b141b9
Doc: Backport language switcher (bpo-33700, bpo-31045) (#8048)
by Julien Palard
· 7 years ago
13402fc
Backport 3.7.0 final changes
by Ned Deily
· 7 years ago
50b75d0
Merge branch '3.5' of github.com:python/cpython into 3.5
by Larry Hastings
· 8 years ago
2fc65c6
Update docs template for 3.8
by Ned Deily
· 8 years ago
2740fcc
Bump version and copyright year for 3.5.5rc1.
by Larry Hastings
· 8 years ago
dcb101e
Exclude VENVDIR in Doc builds (#3977)
by Ned Deily
· 8 years ago
0a8ff1b
Remove retired and security branches from active docs (#3882)
by Ned Deily
· 8 years ago
0fcc033
bpo-31095: fix potential crash during GC (GH-2974) (#3196)
by INADA Naoki
· 8 years ago
0d68d6d
[3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126)
by Mariatta
· 8 years ago
9cc3320
[3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440)
by Ned Deily
· 8 years ago
b672a45
Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2941)
by Mariatta
· 8 years ago
abe7b60
[3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#2874)
by Ned Deily
· 8 years ago
385b368
Version bump & copyright year fixes for 3.5.4rc1.
by Larry Hastings
· 8 years ago
v3.5.4rc1
b902833
Update 3.5 to use blurb!
by Larry Hastings
· 8 years ago
71d9b52
[3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779)
by Mariatta
· 8 years ago
6b1a777
Update doc download files size estimates. (#2771) (#2773)
by Ned Deily
· 8 years ago
ada3f31
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2723)
by Ned Deily
· 8 years ago
ebf7d21
Remove outdated FOX from GUI FAQ (GH-2538)
by Berker Peksag
· 8 years ago
4685e56
[3.5] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2533)
by Kojo Idrissa
· 8 years ago
9dff523
Clarification to the `break` statement (GH-2453) (GH-2458)
by regexaurus
· 8 years ago
8aa15ba
[3.5] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2341)
by Mariatta
· 8 years ago
ce1bd6a
[3.5] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2338)
by Mariatta
· 8 years ago
29c89d0
[3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2298)
by Serhiy Storchaka
· 8 years ago
04521c2
bpo-30176: Add missing curses cell attributes constants (#2277)
by Xiang Zhang
· 8 years ago
0b13f58
bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2231)
by Mariatta
· 8 years ago
a3afdca
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2197)
by Mariatta
· 8 years ago
ee0572f
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2189)
by csabella
· 8 years ago
e0e0029
[3.5] Mention how to disable signal fd wakeup (GH-2140) (#2150)
by Antoine Pitrou
· 8 years ago
5a86154
bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2146)
by Mariatta
· 8 years ago
37e0415
bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2138)
by Marco Buttu
· 8 years ago
7563b05
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2119)
by Mariatta
· 8 years ago
80bdbf6
[3.5] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2093)
by Zachary Ware
· 8 years ago
656f232
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2066)
by Mariatta
· 8 years ago
cabdba2
[3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2056)
by Mariatta
· 8 years ago
3fc2fa8
bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020)
by Mariatta
· 8 years ago
ee9de30
bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1975)
by gfyoung
· 8 years ago
b32fb6c
bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944)
by csabella
· 8 years ago
1f04b90
bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954)
by Mariatta
· 8 years ago
cca3d4a
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1914)
by Matthias Bussonnier
· 8 years ago
3419fc2
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906)
by Mariatta
· 8 years ago
1721b06
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896)
by Mariatta
· 8 years ago
958e815
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1895)
by csabella
· 8 years ago
99424d8
[3.5] Fix a trivial typo in global section (GH-1497) (GH-1881)
by Mariatta
· 8 years ago
75ea91b
bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869)
by csabella
· 8 years ago
03c7cfc
[3.5] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1857)
by Mariatta
· 8 years ago
a815b5a
[3.5] bpo-30398: Add a docstring for re.error. (GH-1647) (#1831)
by Serhiy Storchaka
· 8 years ago
d78ad17
[3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829)
by Serhiy Storchaka
· 8 years ago
aa27f0e
[3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792)
by Zachary Ware
· 8 years ago
8af0a21
[3.5] bpo-30376: Update outdated WindowObject references (GH-1630) (#1747)
by Kushal Das
· 8 years ago
32dcf42
[3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (#1750)
by Mariatta
· 8 years ago
1d359b8
[3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)
by delirious-lettuce
· 8 years ago
083f13e
[3.5] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (GH-1615)
by Serhiy Storchaka
· 8 years ago
72e5aa1
bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597)
by Senthil Kumaran
· 8 years ago
f3291ee
bpo-30358: Document sort argument of profile.runctx() (GH-1566)
by Berker Peksag
· 8 years ago
4ee34e1
[3.5] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#1571)
by Mariatta
· 8 years ago
ab6b962
bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)
by Victor Stinner
· 8 years ago
5274faf
[3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)
by Mariatta
· 8 years ago
f99623a
[3.5] Fix typo in selectors.rst (GH-1383) (#1415)
by Mariatta
· 8 years ago
e37d163
[3.5] Improve the grammar in windows.rst (GH-1330) (GH-1359)
by Mariatta
· 8 years ago
52630ae
[3.5] bpo-30208: DOC: fix small typos in IDLE (#1357)
by csabella
· 8 years ago
c4dfe25
[3.5] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH-1314)
by Mariatta
· 8 years ago
9a626ec
[3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304)
by Dong-hee Na
· 8 years ago
271a289
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
by Berker Peksag
· 8 years ago
c7b8367
bpo-28698: Fix c_wchar_p doc example (GH-1160)
by Louie Lu
· 8 years ago
d51d093
[3.5] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1267)
by Mariatta
· 8 years ago
c358536
[3.5] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256) (#1260)
by Serhiy Storchaka
· 8 years ago
7badde2
[3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255)
by Louie Lu
· 8 years ago
ad2d47d
Remove redundant comma in argparse HOWTO (GH-1141)
by Berker Peksag
· 8 years ago
7e56fe3
bpo-19225: Remove duplicated description for standard warning categories (GH-1068)
by cocoatomo
· 8 years ago
f40e72d
[3.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148)
by Michael Seifert
· 8 years ago
118cf91
[3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124)
by Mariatta
· 8 years ago
e2cf9a9
bpo-30021: Add examples for re.escape(). (#1048) (#1116)
by Serhiy Storchaka
· 8 years ago
df97837
bpo-29791: Clarify that flush is keyword-only argument (GH-1093)
by Berker Peksag
· 8 years ago
72b1d41
bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1100)
by Xiang Zhang
· 8 years ago
aa218af
[3.5] Correct typo in configparser.rst (GH-1012) (GH-1027)
by Mariatta
· 8 years ago
bd18351
bpo-29506: Clarify deep copy note in copy module
by Nick Coghlan
· 8 years ago
f688f18
Fix a minor typo. (#1032) (#1036)
by Barry Warsaw
· 8 years ago
2cfe583
[3.5] bpo-19225: Lack of c api exceptions doc (#965)
by cocoatomo
· 8 years ago
0f9ceaf
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#986)
by Senthil Kumaran
· 8 years ago
51fc7e3d
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#958)
by Senthil Kumaran
· 8 years ago
f315812
bpo-29952: Use usual terminology of dict (GH-923)
by INADA Naoki
· 8 years ago
d1dbbaa
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#895)
by Senthil Kumaran
· 8 years ago
eef6e11
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-893)
by Mariatta
· 8 years ago
0957f26
bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875)
by Mariatta
· 8 years ago
8994f36
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-863)
by Mariatta
· 8 years ago
8ce3085
bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-827)
by Ned Deily
· 8 years ago
a6a856f
Remove an outdated statement in execution model docs (GH-754) (GH-774)
by Mariatta
· 8 years ago
d7df9e6
doc: minor fix for library/profile (GH-767)
by INADA Naoki
· 8 years ago
cb4beb6
fix function name in tabnanny documentation (GH-763)
by Xiang Zhang
· 8 years ago
7cc071c
bpo-29856: Fix typo in curses documentation (GH-730) (GH-732)
by Mariatta
· 8 years ago
88b32eb
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715)
by Serhiy Storchaka
· 8 years ago
41b4a21
bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#691)
by Berker Peksag
· 8 years ago
091d90f
bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-689)
by Mariatta
· 8 years ago
59883bb
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-658)
by Xiang Zhang
· 8 years ago
3a8098f
fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) (GH-655)
by Xiang Zhang
· 8 years ago
Next »