Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.14
/
Doc
tag
18c01a36a531efe0bb101dffb208c5b3f26cda8e
tagger
Benjamin Peterson <benjamin@python.org>
Sat Sep 16 17:40:54 2017
object
84471935ed2f62b8c5758fd544c7d37076fe0fa5
Python 2.7.14
2281c04
Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128)
by Mariatta
· 8 years ago
3cc46bb
Update the language selection in the docs language switch. (GH-3114) (#3117)
by Julien Palard
· 8 years ago
05b7d9c
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
by Christian Heimes
· 8 years ago
fe8d9dc
bpo-31159: fix language switch regex on unknown yet built languages. … (#3051) (#3081)
by Julien Palard
· 8 years ago
245dafc
bpo-31045: Language switch (#2652) (#3024)
by Julien Palard
· 8 years ago
dd6e4aa
bpo-27470: Improve doc for commandline -3 option
by Subhendu Ghosh
· 8 years ago
fa90179
Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942)
by Mariatta
· 8 years ago
0666d0e
bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847)
by Aditya Hase
· 8 years ago
82a77d3
[2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795)
by Nicholas
· 8 years ago
598f26b
[2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780)
by Mariatta
· 8 years ago
3b1e726
Update doc download files size estimates. (#2774)
by Ned Deily
· 8 years ago
64a9f3d
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725)
by Ned Deily
· 8 years ago
a948d4f
Add a missing asterisk in traceback doc to complete formatting (#2675)
by Xiang Zhang
· 8 years ago
5d1554a
json Docs: Trivial update to the code example (GH-2465)
by Kit Sunde
· 8 years ago
2e5867d
Remove outdated FOX from GUI FAQ (GH-2538)
by Berker Peksag
· 8 years ago
311ae46
[2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520)
by Dmitry Tokarev
· 8 years ago
58bb0d8
Fixed 2.7 docs - links to list, backported from python3.x (#2518)
by Dmitry Tokarev
· 8 years ago
5b5002c
Clarification to the `break` statement (GH-2453) (GH-2459)
by regexaurus
· 8 years ago
5082674
[2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2340)
by Mariatta
· 8 years ago
b39a748
bpo-30176: Add missing curses cell attributes constants (#2278)
by Xiang Zhang
· 8 years ago
4b30107
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2196)
by Mariatta
· 8 years ago
311054a
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2190)
by csabella
· 8 years ago
15a6127
[2.7] Mention how to disable signal fd wakeup (GH-2140) (#2151)
by Antoine Pitrou
· 8 years ago
bbb3358
bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2137)
by Marco Buttu
· 8 years ago
107949c
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120)
by Mariatta
· 8 years ago
5fe8ac6
[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
by Zachary Ware
· 8 years ago
9660a7e
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067)
by Mariatta
· 8 years ago
662d856
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907)
by Mariatta
· 8 years ago
9139f23
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898)
by Mariatta
· 8 years ago
e81aa87
[2.7] Fix a trivial typo in global section (GH-1497) (GH-1882)
by Mariatta
· 8 years ago
2bb6eb3
[2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801)
by Stéphane Wirtel
· 8 years ago
9395ca4
added re.UNICODE effects to insensitive flags (#1781)
by Brian Ward
· 8 years ago
374e57d
[2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)
by delirious-lettuce
· 8 years ago
b8b9f95
[2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)
by Serhiy Storchaka
· 8 years ago
f6c6d1e
bpo-11681: Document the `-b` and `-bb` options (GH-1562)
by Zachary Ware
· 8 years ago
4be66b6
Fix warnings due to deprecated latex options (GH-1563)
by Zachary Ware
· 8 years ago
c7362b4
Update susp-ignored.csv (GH-1564)
by Zachary Ware
· 8 years ago
e1b02ff
[2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)
by Mariatta
· 8 years ago
43566ae
[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
by Serhiy Storchaka
· 8 years ago
a694e09
bpo-30207: Rename test.test_support to test.support. (#1353)
by Serhiy Storchaka
· 8 years ago
4734c2d
[2.7] bpo-30208: DOC: fix small typos in IDLE (#1358)
by csabella
· 8 years ago
24404b4
[2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). (#1315)
by Mariatta
· 8 years ago
19b3a48
[2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305)
by Dong-hee Na
· 8 years ago
bfc7dff
[2.7] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256). (#1261)
by Serhiy Storchaka
· 8 years ago
fb12365
Remove redundant comma in argparse HOWTO (GH-1141)
by Berker Peksag
· 8 years ago
450a69c
bpo-19225: Remove duplicated description for standard warning categories (GH-1068)
by cocoatomo
· 8 years ago
32c43fb
Fix typo in HTTPConnection.set_tunnel description (#1179)
by Christopher Snyder
· 8 years ago
0b46fcf
[2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147)
by Michael Seifert
· 8 years ago
53ad684
bpo-30021: Add examples for re.escape(). (#1048) (#1118)
by Serhiy Storchaka
· 8 years ago
e0cba5b
[2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670)
by Mariatta
· 8 years ago
7026cd9
[2.7] Correct typo in configparser.rst (GH-1012) (GH-1026)
by Mariatta
· 8 years ago
ab16dc1
bpo-29506: Clarify deep copy note in copy module
by Nick Coghlan
· 8 years ago
7f85947
[2.7] bpo-19225: Lack of c api exceptions doc (#964)
by cocoatomo
· 8 years ago
9b50786
Fix references within buffer protocol docs (#1016)
by Eric Wieser
· 8 years ago
5aa913d
bpo-29952: Use usual terminology of dict (GH-924)
by INADA Naoki
· 8 years ago
2ee01ec
[2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899)
by Mandeep Singh
· 8 years ago
3ceca68
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896)
by Senthil Kumaran
· 8 years ago
fd704a0
bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883)
by Mariatta
· 8 years ago
6f95b37
bpo-29888: Fix the link referring to "Python download page" (GH-823)
by cocoatomo
· 8 years ago
de65804
Insert a missing semicolon in sgmllib documentation (#772)
by cocoatomo
· 8 years ago
dae5482
fix function name in tabnanny documentation (GH-764)
by Xiang Zhang
· 8 years ago
91f79db
bpo-29856: Fix typo in curses documentation (GH-730) (GH-733)
by Mariatta
· 8 years ago
4ec14c2
fix parameter names in ftplib documentation (GH-656)
by Xiang Zhang
· 8 years ago
309fb90
Insert the line which should not have been deleted (#581)
by cocoatomo
· 8 years ago
fc59e5c
bpo-29709: Improve Boolean Operations documentation (#433) (#438)
by Mariatta
· 8 years ago
c8e2021
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)
by Mariatta
· 8 years ago
9436bbd
bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211)
by INADA Naoki
· 8 years ago
af9a40d
[2.7] Change some mercurial/ hg.python.org references. (#8) (#183)
by Senthil Kumaran
· 8 years ago
cf44d95
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180)
by INADA Naoki
· 8 years ago
4bfb603
Remove redundant footnote (#181)
by Qingpeng "Q.P." Zhang
· 8 years ago
e15259c
bpo-28929: Link the documentation to its source file on GitHub (#38)
by Mariatta
· 9 years ago
52b8c55
[backport to 2.7] Change documentation's `Show Source` link to GitHub (#44)
by Mariatta
· 9 years ago
5c32988
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)
by Mariatta
· 9 years ago
4e1e30d
Issue #26355: Specify canonical URLs in docs pages
by Nick Coghlan
· 9 years ago
d9fb4a9
Issue #29371: Clarify bitwise OR operation in doctest option flags.
by Mariatta Wijaya
· 9 years ago
ebfb2f7
Issue #29329: Improve documentation for hex(). Patch by Ammar Askar
by Mariatta Wijaya
· 9 years ago
40ba60f
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
by Mariatta Wijaya
· 9 years ago
60a1b35
Issue #12067: Rewrite Comparisons section in the language reference
by Martin Panter
· 9 years ago
19048c3
Add clarity to the warning on certificate verification in urllib.
by Senthil Kumaran
· 9 years ago
1bfbe4f
issue26149 - Point to Wiki for Editors and Python IDEs on Unix.
by Senthil Kumaran
· 9 years ago
efba28c
Issue #29189: Fix indentation in RST markup
by Martin Panter
· 9 years ago
1b31d28
Issue #29274: tests cases → test cases
by Martin Panter
· 9 years ago
ea9342a
Avoid line breaks after hyphens, otherwise they are turned into spaces
by Martin Panter
· 9 years ago
1234488
Issue #15527: remove double parens by changing markup.
by Martin Panter
· 9 years ago
c7496ee
Fix spelling and markup in documentation and code comment
by Martin Panter
· 9 years ago
a6f10ca
Closes #28130: Documented that time.tzset() updates time module globals.
by Alexander Belopolsky
· 9 years ago
da8ea3a
Issue #29217: Fix the wrong type description of UUID.variant.
by Xiang Zhang
· 9 years ago
10434d6
Issue #29189: Fix broken indentation in FancyURLopener documentation
by Berker Peksag
· 9 years ago
9b7ae96
Issue #29023: Clarify that ints and longs are always deterministic seeds for random.
by Raymond Hettinger
· 9 years ago
ea02cdc
ring in 2017 for Python
by Benjamin Peterson
· 9 years ago
a19fd46
Issue #29112: Fix a questionable wording in sequence doc.
by Xiang Zhang
· 9 years ago
58c2c6e
Issue #29078: Add the missing import in datetime.time doc example.
by Xiang Zhang
· 9 years ago
427ca62
Issue #1446619: Account for negative slice direction in description
by Martin Panter
· 9 years ago
3698bd2
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
by Martin Panter
· 9 years ago
c049575
Update documentation index sidebar for 3.6.0 release.
by Ned Deily
· 9 years ago
c4f91ba
Issue #29038: Fix duplicate get_ca_certs() doc entry.
by Xiang Zhang
· 9 years ago
00ebffe
Grammatical fixes for d95f19892fd0
by Brett Cannon
· 9 years ago
f6447e0
doc: Suggest to hash(tuple of attr) rather than XOR
by Victor Stinner
· 9 years ago
37eb788
Update the porting HOWTO
by Brett Cannon
· 9 years ago
30ad6e2
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
by Serhiy Storchaka
· 9 years ago
Next »