Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.7
/
Doc
tag
4e8d49cc1ca430a11c479a9ab833a751fe0e8a75
tagger
Larry Hastings <larry@hastings.org>
Wed Aug 09 07:09:08 2017
object
7dc38385ce78c5c04637531c4325a83b57fbeb3a
Tag 3.4.7 final.
362e9fb
[3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#2874) (#2926)
by Ned Deily
· 8 years ago
c912af8
Version bump and copyright year fixes for 3.4.7rc1.
by Larry Hastings
· 8 years ago
v3.4.7rc1
961168d
Update pydoc topics and susp-ignored for 3.4.7rc1.
by Larry Hastings
· 8 years ago
f067f7e
Switch to using blurb to manage Misc/NEWS!
by Larry Hastings
· 8 years ago
3b3a5a5
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2724)
by Ned Deily
· 8 years ago
fa53dbd
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. (#224)
by Victor Stinner
· 8 years ago
f37b0cb
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#280)
by Barry Warsaw
· 8 years ago
8f24f66
Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.)
by Larry Hastings
· 9 years ago
b6e2142
merge 3.3
by Benjamin Peterson
· 9 years ago
e527dd3
ring in 2017 for Python
by Benjamin Peterson
· 9 years ago
4cbb23f
Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
0e617e2
remove some copyright notices supserseded by the toplevel ones
by Benjamin Peterson
· 10 years ago
75e3630
2016 will be another year of writing copyrighted code
by Benjamin Peterson
· 10 years ago
436fe5a
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
4b9e75b
Docs: add html-stable autobuild variant
by Georg Brandl
· 9 years ago
3d4d01f
Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
by Guido van Rossum
· 9 years ago
25c0ef5
Issue #26246: Set initial value of the hidden attr when creating copy button.
by Berker Peksag
· 9 years ago
90ba2ca
#26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.
by Ezio Melotti
· 9 years ago
c836f71
remove script from epub (closes #26172)
by Benjamin Peterson
· 10 years ago
f124016
Document asyncio.timeout()
by Andrew Svetlov
· 10 years ago
6829dbb
delete old crypto prose (closes #26066)
by Benjamin Peterson
· 10 years ago
8a6ddb9
fix typo in unittest docs (closes #26046)
by Benjamin Peterson
· 10 years ago
f3695bf
Issue16544 - Add a link to an external documentation resource in ast module docs.
by Senthil Kumaran
· 10 years ago
b136054
Add versionadded (3.4.5) to docs for issue #22570.
by Guido van Rossum
· 10 years ago
df85946
Docs for issue #22570.
by Guido van Rossum
· 10 years ago
114a1d6
Issue24898 - Improve str.find documentation.
by Senthil Kumaran
· 10 years ago
a880800
Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid
by Senthil Kumaran
· 10 years ago
d03d1d4
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
by Senthil Kumaran
· 10 years ago
630329e
merge 3.3
by Benjamin Peterson
· 10 years ago
e8c2a95
merge 3.3
by Benjamin Peterson
· 10 years ago
cba0053
docs/asyncio: Twek sections names per Nick Coghlan suggestion
by Yury Selivanov
· 10 years ago
2b4f47e
#25495: Clarify b2a_base64 documentation vis 57 bytes.
by R David Murray
· 10 years ago
992bfe0
Issue #25767: Link to English Wikipedia instead of French.
by Zachary Ware
· 10 years ago
747d48c
Issues #22989, #21228: Document HTTP response object for urlopen()
by Martin Panter
· 10 years ago
4f44d53
Issue #25508: Clarify documentation on LogRecord args attribute.
by Vinay Sajip
· 10 years ago
cda85a0
Issue #25576: Remove application/x-www-form-urlencoded charset advice
by Martin Panter
· 10 years ago
bf7b9ed
Issue #25706: Fixed markup in the documentation.
by Serhiy Storchaka
· 10 years ago
828123c
Issue #25689: Fix language in ftplib and nntplib docs
by Martin Panter
· 10 years ago
51d3f8b
#25679: spelling fix
by R David Murray
· 10 years ago
41f69f4
Issue #25593: Change semantics of EventLoop.stop().
by Guido van Rossum
· 10 years ago
01a65af
asyncio.docs: Fix versionadded
by Yury Selivanov
· 10 years ago
38fe4dc
Issue #23200: Document that max_length=0 is not supported
by Martin Panter
· 10 years ago
f8f66eb
Issue #20468: Remove incorrect information about maxrss and page size
by Martin Panter
· 10 years ago
9f3c094
Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones
by Martin Panter
· 10 years ago
1744d53
asyncio.docs: Document Transport.is_closing
by Yury Selivanov
· 10 years ago
2e4571a
Fix a few grammar problems in the documentation and comments
by Martin Panter
· 10 years ago
ac34e09
Correct Content-Type syntax in documentation
by Martin Panter
· 10 years ago
9cccfce
Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()
by Victor Stinner
· 10 years ago
71a0b43
Rewrite re.VERBOSE section.
by Zachary Ware
· 10 years ago
5be2dac
remove trailing ws
by Benjamin Peterson
· 10 years ago
c2f0121
link to modern PUG url
by Benjamin Peterson
· 10 years ago
8778c6b
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li.
by Guido van Rossum
· 10 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
1f1177d
Fix some spelling errors in documentation and code comments
by Martin Panter
· 10 years ago
3e8a7ad
Issue #25519: Mark difflib.ndiff as a functions where not already.
by Terry Jan Reedy
· 10 years ago
68b6874
Issue #25432: Explain isinstance behaviour when type is a tuple.
by Terry Jan Reedy
· 10 years ago
5487c13
Issue #23391: Restore OSError constructor argument documentation
by Martin Panter
· 10 years ago
0e316f6
Issue #25461: Rephrase os.walk() doc
by Victor Stinner
· 10 years ago
f84499a
rstlint: Fix "default role used" warning
by Berker Peksag
· 10 years ago
19ff697
Issue #24885: Update note in docs about stream convenience functions.
by Guido van Rossum
· 10 years ago
4de9dae
Added entry to logging cookbook.
by Vinay Sajip
· 10 years ago
edb9111
Issue #25418: Fix markup in object.__hash__ documentation
by Berker Peksag
· 10 years ago
93f3542
Issue #24782: Finish converting the Configure Extension dialog into a new
by Terry Jan Reedy
· 10 years ago
b3951880
actually link to the version attributes documentation
by Benjamin Peterson
· 10 years ago
0071b3d
don't mention Python 2.2 (closes #25375)
by Benjamin Peterson
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
cfad543
Issue #22413: Document newline effect on StringIO initializer and getvalue
by Martin Panter
· 10 years ago
ff1f3d9
Closes #25344: Added cookbook recipe to show buffering of logging events.
by Vinay Sajip
· 10 years ago
24a6109
Issue #16802: Document fileno parameter of socket.socket()
by Berker Peksag
· 10 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 10 years ago
85b8f45
Issue #25286: Dictionary views are not sequences
by Martin Panter
· 10 years ago
601953b
Docs and one small improvement for issue #25304, by Vincent Michel.
by Guido van Rossum
· 10 years ago
b9bf913
Issue #23972: updates to asyncio datagram API. By Chris Laws.
by Guido van Rossum
· 10 years ago
3795d12
Issue #16701: Document += and *= for mutable sequences
by Martin Panter
· 10 years ago
d470527
Issue #25224: README.txt is now an idlelib index for IDLE developers and
by Terry Jan Reedy
· 10 years ago
1c62b52
Reflect parameter name change in the doc
by Andrew Svetlov
· 10 years ago
37f8135
Issue #24028: Add subsection about Idle calltips.
by Terry Jan Reedy
· 10 years ago
87d0066
Fix English phrasing.
by R David Murray
· 10 years ago
1dd72e6
make wikipedia link https
by Benjamin Peterson
· 10 years ago
c402d8d
shorten and fix casing of title
by Benjamin Peterson
· 10 years ago
f660ce2
Issue #25225: Condense and rewrite Idle doc section on text colors.
by Terry Jan Reedy
· 10 years ago
4919907
Fix #25208: Improve "Develop with asyncio" doc page.
by Andrew Svetlov
· 10 years ago
0053c47
Issue 21995: Explain some differences between IDLE and console Python.
by Terry Jan Reedy
· 10 years ago
bfd9767
Issue #24894: Document the codec iso8859_11
by Victor Stinner
· 10 years ago
8b5a981
Issue #22820: Explain need for *print* when running file from Idle editor.
by Terry Jan Reedy
· 10 years ago
6e10ec5
Issue 25224: Augment Idle doc feature list and no-subprocess section
by Terry Jan Reedy
· 10 years ago
968e285
Issue #25219: Update doc for Idle command line options.
by Terry Jan Reedy
· 10 years ago
aa0da86
Issue #12067: Rewrite Comparisons section in the language reference
by Martin Panter
· 10 years ago
5e4a7d8
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
by Victor Stinner
· 10 years ago
f7dc7fb
Issue #25114, asyncio: add ssl_object extra info to SSL transports
by Victor Stinner
· 10 years ago
407c497
Issue #23484: Document differences between synchronization primitives of
by Berker Peksag
· 10 years ago
44e4b11
Issue #25169: os.getppid() is available on Windows since Python 3.2.
by Berker Peksag
· 10 years ago
16ad5cf
remove reference to PyGoogle (#25145)
by Benjamin Peterson
· 10 years ago
95acbce
use a more modern UA (#25145)
by Benjamin Peterson
· 10 years ago
cebfdac
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
by Martin Panter
· 10 years ago
2a5f9da
Issue24756: clarify usage of run_docstring_examples()
by Ethan Furman
· 10 years ago
0b0c3b6
Issue #25127: Fix typo in concurrent.futures.rst
by Berker Peksag
· 10 years ago
66ad846
Use :menuselection: in whatsnew/3.4.
by Serhiy Storchaka
· 10 years ago
4019852
fix name of argument in docstring and the docs (closes #25076)
by Benjamin Peterson
· 10 years ago
Next »