1. a20879f #16206: Improve examples about dict construction. by Ezio Melotti · 12 years ago
  2. 8221f86 #16206: Improve examples about dict construction. by Ezio Melotti · 12 years ago
  3. 32473e7 Backport from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  4. c131b07 Fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  5. 7646449 Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis. by Mark Dickinson · 12 years ago
  6. b74e02e #16303: remove extra quotes from exception and add (). Initial patch by Vladimir Rutsky. by Ezio Melotti · 12 years ago
  7. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  8. b8fbff8 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  9. 9ad6a56 #15040: Close files in mailbox tests for PyPy compatibility by Petri Lehtinen · 12 years ago
  10. fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  11. e3d4712 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 12 years ago
  12. af38774 Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  13. 3dd8cbe Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  14. 45dba1d Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  15. c4c4842 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  16. 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 12 years ago
  17. dd72b3f Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile(). by Nadeem Vawda · 12 years ago
  18. 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 12 years ago
  19. c308483 Fix whacky spacing in test_wsgiref by Antoine Pitrou · 12 years ago
  20. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  21. e97a24d Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 12 years ago
  22. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  23. c859bd2 Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  24. 557c76c Fix compilation on Windows by Nick Coghlan · 12 years ago
  25. 62b4136 Fix broken test and replace redundant generator with a tuple by Nick Coghlan · 12 years ago
  26. 33b0fc2 No reason to use a generator here by Nick Coghlan · 12 years ago
  27. c71b4c7 Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 12 years ago
  28. 097708a Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 12 years ago
  29. 34937ce Issue #6074: Forward port Windows read-only source file fix from 2.7 by Nick Coghlan · 12 years ago
  30. b48c028 Issue #6074: Restore the long-broken support for running with read-only source files on Windows by Nick Coghlan · 12 years ago
  31. 2d51f68 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 12 years ago
  32. 9104479 Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long). by Mark Dickinson · 12 years ago
  33. 02f69f6 Issue #16274: revert r79813:90a46f8943d0 changes to asyncore/test_asyncore. by Trent Nelson · 12 years ago
  34. 0622f6c Issue #16274: backport of 3.2's asyncore/test_asyncore to 2.7. by Trent Nelson · 12 years ago
  35. 6a7f867 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  36. 5bf7f1f Clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  37. 34562e1 Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them. by Trent Nelson · 12 years ago
  38. 0dccbe1 null merge by Andrew Svetlov · 12 years ago
  39. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  40. f892597e Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 12 years ago
  41. 1eff0fc Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  42. e9cf97c Issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  43. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  44. 739fc54 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  45. abf2051 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  46. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  47. eadca1d Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  48. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  49. 78e761e Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  50. ce5a56e Merge heads. by Trent Nelson · 12 years ago
  51. 6603118 Issue #15819: tweak logic in previous commit (617591e7d708). by Trent Nelson · 12 years ago
  52. fcb009c Issue #15819: tweak logic in previous commit (e0a2b14a3cf9). by Trent Nelson · 12 years ago
  53. ba6a6cf merge heads by Benjamin Peterson · 12 years ago
  54. bf67ba8 only run doctests when __doc__ is around by Benjamin Peterson · 12 years ago
  55. d86ceec Issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  56. 9effe69 Issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  57. ae1d185 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  58. 8a9d370 Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  59. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  60. 94540d4 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  61. 0cffd6b Issue #16225: Backport from 3.2: Add additional note to tutorial about looping. by Chris Jerdonek · 12 years ago
  62. 4fab8f0 Issue #16225: Add additional note to tutorial about changing sequence while looping. by Chris Jerdonek · 12 years ago
  63. fd6d3b1 fix typo by Benjamin Peterson · 12 years ago
  64. ca01a76 don't expect warnings from doctests if they can't run by Benjamin Peterson · 12 years ago
  65. d7d9a44 Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version. by Chris Jerdonek · 12 years ago
  66. def5df6 Issue #16206: Backport dict documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  67. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 12 years ago
  68. d9edd82 String exceptions aren't just deprecated, they are gone. by Raymond Hettinger · 12 years ago
  69. 9971616 Fixes Issue #12268 for the io module - File readline, readlines and by Gregory P. Smith · 12 years ago
  70. 7a9953e skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  71. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  72. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  73. 35cbf16 Make doctests pass in the functional howto. by Ezio Melotti · 12 years ago
  74. 45a101d Improve markup in functional.rst, and fix a couple of errors. by Ezio Melotti · 12 years ago
  75. af94724 Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  76. 2aa5afa Issue #16199: Backport 2to3 typo fix from 3.2. by Chris Jerdonek · 12 years ago
  77. 4639749 Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report. by Chris Jerdonek · 12 years ago
  78. c1924ab Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 12 years ago
  79. 0b960f5 Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 12 years ago
  80. 1e65159 Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  81. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  82. 2a6672b Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  83. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 12 years ago
  84. cfb01a5 Issue #12947: Backport doctest documentation change from 3.3. by Chris Jerdonek · 12 years ago
  85. a11c1fc Missed one instance of code-block:: text highlighting to revert. by Georg Brandl · 12 years ago
  86. a1ff83e merge 3.2 heads by Georg Brandl · 12 years ago
  87. 7495456 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 12 years ago
  88. 3a2e101 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 12 years ago
  89. d469c40 Issue #12947: Backport doctest documentation improvements from 3.3. by Chris Jerdonek · 12 years ago
  90. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  91. a256841 Issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  92. 7c06801 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  93. 1ed9847 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  94. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  95. 6ecdb58 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  96. 1906c0c Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  97. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  98. ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 12 years ago
  99. e4831f6 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  100. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago