50434 Commits (75f0020d29a1a9ea6b06dc125fb3e023655a21bb)
 

Author SHA1 Message Date
Georg Brandl 75f0020d29 Remove confusing "Release" and "Date" markers from whatsnews. 14 years ago
Georg Brandl 579d5cd643 changeset: 80007:49e4541f2aef 14 years ago
Georg Brandl fffc25da83 #8040: fix jQuery incompatibility 14 years ago
R David Murray c3bf78a212 #15889: make regrtest --start succeed in more cases. 14 years ago
Ezio Melotti e5b1023ae2 #8040: fix the version. 14 years ago
Ezio Melotti 58864b3cad #8040: enable the versionswitcher for the autobuild-dev target. 14 years ago
Ezio Melotti 380ce651e9 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. 14 years ago
R David Murray 252cd0e4e0 #12890: don't emit <p> tags in text mode when logdir specified. 14 years ago
Senthil Kumaran bc876a2d4a Automated merge with file:///home/vagrant/3.3 14 years ago
Senthil Kumaran 847c33cc3b Include mention of jenkins as an example framework for doing CI 14 years ago
R David Murray f9333026f7 #15043: Improve test_gdb support of gdb >= 7.4. 14 years ago
Senthil Kumaran cad7b31467 Issue #16250: Fix URLError invocation with proper args. 14 years ago
Philip Jenvey 45c41494bf bounds check for bad data (thanks amaury) 14 years ago
Ezio Melotti a20879ffc8 #16206: Improve examples about dict construction. 14 years ago
Chris Jerdonek c131b0760d Fix formatting of syntax description of function definition. 14 years ago
Mark Dickinson 76464494bc Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis. 14 years ago
Ezio Melotti 837cd06d36 #16210: combine the two type() docs. Patch by Pete Sevander. 14 years ago
Ned Deily fdf0f274e6 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu 14 years ago
Jesus Cea af38774b5f Closes #16294: 8 space indent in tutorial 14 years ago
Matthias Klose c4c4842d86 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. 14 years ago
Nadeem Vawda 5f8f0d6777 Issue #14398: Fix size truncation and overflow bugs in bz2 module. 14 years ago
Antoine Pitrou 66510fedb4 Fix whacky spacking in test_wsgiref 14 years ago
Antoine Pitrou ae247a5ff6 Issue #16220: wsgiref now always calls close() on an iterable response. 14 years ago
Ned Deily 2778d0d147 Issue #10405: Document IDLE context menus in Standard Library document 14 years ago
Nick Coghlan 557c76c136 Fix compilation on Windows 14 years ago
Nick Coghlan 62b4136277 Fix broken test and replace redundant generator with a tuple 14 years ago
Nick Coghlan c71b4c7198 Issue #6074: Actually delete the source file in the test as intended 14 years ago
Nick Coghlan 34937ce249 Issue #6074: Forward port Windows read-only source file fix from 2.7 14 years ago
Giampaolo Rodola' 2d51f687e1 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. 14 years ago
Mark Dickinson 91044799f7 Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long). 14 years ago
Chris Jerdonek 5bf7f1f6e3 Clarify universal-newline wording in tutorial (issue #16266). 14 years ago
Andrew Svetlov 0dccbe1387 null merge 14 years ago
Andrew Svetlov abfc7df149 Issue #9583: Document startup option/environment interaction. 14 years ago
Antoine Pitrou 1eff0fc3cd Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. 14 years ago
Andrew Svetlov e9cf97cf20 Issue #16265: Fix collapsing of code sample in tutorial. 14 years ago
Trent Nelson 45bb613e25 Issue #16257: make test_create_connection() handle ENETUNREACH. 14 years ago
Trent Nelson 739fc541b1 Issue #15819: use standard autoconf preset output variables. 14 years ago
Antoine Pitrou 3ed2cb5520 Also add tests for TextIOWrapper.writelines() (issue #15744). 14 years ago
Antoine Pitrou 131a489903 Add tests for the writelines() method of file objects. 14 years ago
Trent Nelson 6603118125 Issue #15819: tweak logic in previous commit (617591e7d708). 14 years ago
Trent Nelson 9effe699b7 Issue #15819: additional fixes for out-of-tree builds from read-only src. 14 years ago
Vinay Sajip ee892b9226 Issue #16244: Remove file mode overrides. 14 years ago
Chris Jerdonek 4fab8f0e06 Issue #16225: Add additional note to tutorial about changing sequence while looping. 14 years ago
Chris Jerdonek f341317185 Issue #16206: Improve the documentation of the dict constructor. 14 years ago
Benjamin Peterson 7a9953edfb skip if __doc__ is gone 14 years ago
Benjamin Peterson 951a9e381b fix to work if __doc__ is removed 14 years ago
Ezio Melotti 7fa822275b Fix links to the __next__ method. 14 years ago
Ezio Melotti 35cbf16202 Make doctests pass in the functional howto. 14 years ago
Ezio Melotti 45a101db1d Improve markup in functional.rst, and fix a couple of errors. 14 years ago
Chris Jerdonek af94724e00 Fix link to str.format() in docs. 14 years ago