1. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  2. 1a4de20 Merge #6498 fix from 3.2. by Georg Brandl · 13 years ago
  3. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  4. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  5. 9334758 Merged rethought pprint example from 3.2. by Łukasz Langa · 13 years ago
  6. d8eab60 Merged rethought pprint usage example from 3.1. by Łukasz Langa · 13 years ago
  7. 4ad78ab pprint usage example rethought. by Łukasz Langa · 13 years ago
  8. 6b71811 #11979: merge with 3.2. by Ezio Melotti · 13 years ago
  9. 132bcf4 #11979: merge with 3.1. by Ezio Melotti · 13 years ago
  10. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  11. db3dd8a Further beautification of the example by Raymond Hettinger · 13 years ago
  12. 23157e5 Further beautification of the example by Raymond Hettinger · 13 years ago
  13. 2584b2f Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  14. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  15. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  16. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  17. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 13 years ago
  18. cc5ea68 Merge in changes from 3.2.1b1 release repo. by Georg Brandl · 13 years ago
  19. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  20. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  21. e9c7d6c Fix markup and working in the doc. by Ezio Melotti · 13 years ago
  22. caece0a Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  23. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  24. 57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not by Senthil Kumaran · 13 years ago
  25. 61b5efc Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 13 years ago
  26. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  27. cc99528 issue12039 - update the documentation of send_response method in http.server.rst. by Senthil Kumaran · 13 years ago
  28. 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
  29. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  30. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  31. 388196e Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, by Victor Stinner · 13 years ago
  32. 3c6e4dd Merged trivial doc fix from 3.2. by Łukasz Langa · 13 years ago
  33. cda41d3 Actually print out the description of what changed. by Łukasz Langa · 13 years ago
  34. 6a52348 merge by Raymond Hettinger · 13 years ago
  35. bb1cf8d Issue 12047: Expand the style guide. by Raymond Hettinger · 13 years ago
  36. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  37. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  38. fc75393 Merged solution for #12036 from 3.2 by Łukasz Langa · 13 years ago
  39. 7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result by Łukasz Langa · 13 years ago
  40. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  41. 7c038b4 merge 11164 by Martin v. Löwis · 13 years ago
  42. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  43. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  44. 6048045 Merge with 3.2. by Ezio Melotti · 13 years ago
  45. 74efb71 Merge with 3.1. by Ezio Melotti · 13 years ago
  46. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  47. eaee138 note the point of having log2 by Benjamin Peterson · 13 years ago
  48. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  49. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  50. da71013 Update suspicious ignore file. by Georg Brandl · 13 years ago
  51. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  52. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  53. a55efb3 #11072- applying http://bugs.python.org/review/11072/show suggestions by Giampaolo Rodola' · 13 years ago
  54. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  55. d78def9 Issue #11072: added MLSD command (RFC-3659) support to ftplib. by Giampaolo Rodola' · 13 years ago
  56. 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 13 years ago
  57. 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
  58. e168965 Issue #11015: bring test.support docs up to date by Eli Bendersky · 13 years ago
  59. 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 13 years ago
  60. 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
  61. 868fc87 #11997: merge with 3.2. by Ezio Melotti · 13 years ago
  62. f77b74d #11997: merge with 3.1. by Ezio Melotti · 13 years ago
  63. d92ab08 #11997: fix typo in init.rst. by Ezio Melotti · 13 years ago
  64. 6d3c9a6 Mention that timezone is a subclass of tzinfo. by Alexander Belopolsky · 13 years ago
  65. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 13 years ago
  66. afd0117 Fix #11834. Correct site-packages paths. by Brian Curtin · 13 years ago
  67. 03b8d4e Fix #11834. Correct site-packages paths. by Brian Curtin · 13 years ago
  68. 308053e Fix #11834. Correct site-packages paths. by Brian Curtin · 13 years ago
  69. 4e787ae #11985: merge with 3.2. by Ezio Melotti · 13 years ago
  70. 5098d44 #11985: merge with 3.1. by Ezio Melotti · 13 years ago
  71. b351bcc #11985: document the return value of platform.python_implementation for PyPy. by Ezio Melotti · 13 years ago
  72. 49a40cd Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. by Brian Curtin · 13 years ago
  73. 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 13 years ago
  74. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  75. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 13 years ago
  76. f95f180 Merge 3.2 by Éric Araujo · 13 years ago
  77. 38cfe89 Merge 3.1 by Éric Araujo · 13 years ago
  78. cd6756d Branch merge by Éric Araujo · 13 years ago
  79. b79c234 Add missing colon by Éric Araujo · 13 years ago
  80. 0255973 merge 3.2 by Benjamin Peterson · 13 years ago
  81. c704378 merge 3.1 by Benjamin Peterson · 13 years ago
  82. 9b2fd32 Fix spelling. by Raymond Hettinger · 13 years ago
  83. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  84. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  85. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 13 years ago
  86. 47583fa merge 3.2 by Benjamin Peterson · 13 years ago
  87. cee01bf merge 3.1 by Benjamin Peterson · 13 years ago
  88. 10116d4 note abcs of int and float (closes #11977) by Benjamin Peterson · 13 years ago
  89. 6c32b4a merge with 3.2 by Georg Brandl · 13 years ago
  90. da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  91. 2cdee70 Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  92. 3bba57d Fix wording by Éric Araujo · 13 years ago
  93. afbc850 Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  94. 361a7df Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  95. bb754b5 #11883: fix email examples by adding 'localhost' to SMTP constructor calls by R David Murray · 13 years ago
  96. d3f075a Merge #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 13 years ago
  97. 7461298 #11883: replace incorrect call to sendmail with correct call to send_message by R David Murray · 13 years ago
  98. c55a7ea Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  99. b751d61 Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  100. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago