1. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 13 years ago
  2. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  3. 9334758 Merged rethought pprint example from 3.2. by Łukasz Langa · 13 years ago
  4. d8eab60 Merged rethought pprint usage example from 3.1. by Łukasz Langa · 13 years ago
  5. 4ad78ab pprint usage example rethought. by Łukasz Langa · 13 years ago
  6. db3dd8a Further beautification of the example by Raymond Hettinger · 13 years ago
  7. 23157e5 Further beautification of the example by Raymond Hettinger · 13 years ago
  8. 2584b2f Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  9. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  10. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  11. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  12. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 13 years ago
  13. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  14. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  15. e9c7d6c Fix markup and working in the doc. by Ezio Melotti · 13 years ago
  16. caece0a Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  17. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  18. 57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not by Senthil Kumaran · 13 years ago
  19. 61b5efc Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 13 years ago
  20. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  21. cc99528 issue12039 - update the documentation of send_response method in http.server.rst. by Senthil Kumaran · 13 years ago
  22. 6ea17a8 Issue #12039 - Update the http.server.rst with the requirement to call `end_headers` after calling `send_header`. by Senthil Kumaran · 13 years ago
  23. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  24. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  25. 3c6e4dd Merged trivial doc fix from 3.2. by Łukasz Langa · 13 years ago
  26. cda41d3 Actually print out the description of what changed. by Łukasz Langa · 13 years ago
  27. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  28. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  29. fc75393 Merged solution for #12036 from 3.2 by Łukasz Langa · 13 years ago
  30. 7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result by Łukasz Langa · 13 years ago
  31. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  32. 7c038b4 merge 11164 by Martin v. Löwis · 13 years ago
  33. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  34. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  35. 6048045 Merge with 3.2. by Ezio Melotti · 13 years ago
  36. 74efb71 Merge with 3.1. by Ezio Melotti · 13 years ago
  37. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  38. eaee138 note the point of having log2 by Benjamin Peterson · 13 years ago
  39. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  40. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  41. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  42. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  43. a55efb3 #11072- applying http://bugs.python.org/review/11072/show suggestions by Giampaolo Rodola' · 13 years ago
  44. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  45. d78def9 Issue #11072: added MLSD command (RFC-3659) support to ftplib. by Giampaolo Rodola' · 13 years ago
  46. 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 13 years ago
  47. b4dc250 Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. by Ezio Melotti · 13 years ago
  48. e168965 Issue #11015: bring test.support docs up to date by Eli Bendersky · 13 years ago
  49. 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 13 years ago
  50. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 13 years ago
  51. 6d3c9a6 Mention that timezone is a subclass of tzinfo. by Alexander Belopolsky · 13 years ago
  52. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 13 years ago
  53. 4e787ae #11985: merge with 3.2. by Ezio Melotti · 13 years ago
  54. 5098d44 #11985: merge with 3.1. by Ezio Melotti · 13 years ago
  55. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 13 years ago
  56. 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 13 years ago
  57. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  58. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 13 years ago
  59. f95f180 Merge 3.2 by Éric Araujo · 13 years ago
  60. 38cfe89 Merge 3.1 by Éric Araujo · 13 years ago
  61. b79c234 Add missing colon by Éric Araujo · 13 years ago
  62. 0255973 merge 3.2 by Benjamin Peterson · 13 years ago
  63. c704378 merge 3.1 by Benjamin Peterson · 13 years ago
  64. 9b2fd32 Fix spelling. by Raymond Hettinger · 13 years ago
  65. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  66. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  67. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 13 years ago
  68. 47583fa merge 3.2 by Benjamin Peterson · 13 years ago
  69. cee01bf merge 3.1 by Benjamin Peterson · 13 years ago
  70. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  71. c55a7ea Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  72. b751d61 Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  73. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  74. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 13 years ago
  75. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  76. 6b549a4 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  77. 3040193 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  78. 73365dd whitespace... by Brian Curtin · 13 years ago
  79. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  80. 025691a #11952: merge with 3.2. by Ezio Melotti · 13 years ago
  81. 17797a7 #11952: merge with 3.1. by Ezio Melotti · 13 years ago
  82. 2ee8835 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 13 years ago
  83. 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 13 years ago
  84. e812bf7 Merged styling updates for #11670 from 3.2. by Łukasz Langa · 13 years ago
  85. ba702da Style updates for the #11670 solution after post-commit review by Ezio Melotti: by Łukasz Langa · 13 years ago
  86. 2356659 Merged trailing whitespace fix. by Łukasz Langa · 13 years ago
  87. 43ae619 Fixed trailing whitespace in the ReST file. by Łukasz Langa · 13 years ago
  88. 29050d7 Merged #11670 from 3.2 by Łukasz Langa · 13 years ago
  89. daab1c8 Closes #11670: configparser read_file now iterates over f. by Łukasz Langa · 13 years ago
  90. 0abb8b7 Merge 3.2 by Éric Araujo · 13 years ago
  91. 7fb624f Branch merge by Éric Araujo · 13 years ago
  92. 944d16c Merge 3.1 by Éric Araujo · 13 years ago
  93. 19acb88 Branch merge by Éric Araujo · 13 years ago
  94. 9a42793 Branch merge by Éric Araujo · 13 years ago
  95. 10f3d7a Change markup so it generates a link by Éric Araujo · 13 years ago
  96. 45456a0 I think this should be "versionchanged", not "versionadded" by Antoine Pitrou · 13 years ago
  97. dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  98. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  99. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  100. 16190c8 Change markup so that it creates a link by Éric Araujo · 13 years ago