1. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  2. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  3. f7d08e8 Merge 3.2 by Éric Araujo · 13 years ago
  4. c739066 Branch merge by Éric Araujo · 13 years ago
  5. 75e86a6 Merge 3.1 by Éric Araujo · 13 years ago
  6. 4b8f665 Branch merge by Éric Araujo · 13 years ago
  7. a7eaa41 Use bytes in myreceive. by Martin v. Löwis · 13 years ago
  8. 987475c Explain that INET is IPv4 and STREAM is TCP. by Martin v. Löwis · 13 years ago
  9. 87418af Fix typo in 0311f62714f7 by Éric Araujo · 13 years ago
  10. 6a21f55 Don’t misuse “package data” in pprint example by Éric Araujo · 13 years ago
  11. f215631 Put version* directives at the right scope by Éric Araujo · 13 years ago
  12. bc57789 Improve example for crypt module. No string exceptions.. by Éric Araujo · 13 years ago
  13. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 13 years ago
  14. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  15. 456ae89 Re-add missing doc stub for the distutils check command by Éric Araujo · 13 years ago
  16. 000893f Minor touch-ups in distutils.cmd.Command doc by Éric Araujo · 13 years ago
  17. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  18. f33de71 Minor doc addition for clarity by Éric Araujo · 13 years ago
  19. e0854f9 Add missing closing paren by Éric Araujo · 13 years ago
  20. 4e18ac8 Merge heads by Nadeem Vawda · 13 years ago
  21. 200e00a Update bz2 docs following issue #1625. by Nadeem Vawda · 13 years ago
  22. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  23. f46676d Branch merge by Éric Araujo · 13 years ago
  24. 5e826e8 Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. by Senthil Kumaran · 13 years ago
  25. aa1ef2d Merge 3.2 by Éric Araujo · 13 years ago
  26. 0f67a99 Branch merge by Éric Araujo · 13 years ago
  27. d4701f4 Fix two typos by Éric Araujo · 13 years ago
  28. c58140c Issue #12049: cleanup the warning in the random module doc by Victor Stinner · 13 years ago
  29. a675206 Issue #12049: Document errors cases of ssl.RAND_bytes() and by Victor Stinner · 13 years ago
  30. 6daa33c Issue #10818: Remove deprecated pydoc.serve() function by Victor Stinner · 13 years ago
  31. 383c3fc Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been by Victor Stinner · 13 years ago
  32. 19fb53c Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation by Victor Stinner · 13 years ago
  33. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  34. 1dc5407 Clean-up example. by Raymond Hettinger · 13 years ago
  35. 4b244ef Clean-up example. by Raymond Hettinger · 13 years ago
  36. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  37. 6352298 Refer to the return value on nameindex and friends as a string, not a byte by Gregory P. Smith · 13 years ago
  38. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  39. 203bdb3 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  40. 2f1b396 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  41. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  42. fb2473f Merge 3.2.1rc1 release changes to default. by Georg Brandl · 13 years ago
  43. 89cc452 Simplify example by Raymond Hettinger · 13 years ago
  44. f9ca76f Simplify example by Raymond Hettinger · 13 years ago
  45. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  46. 2ed7521 merge 3.2 by Benjamin Peterson · 13 years ago
  47. 619323c merge 3.1 by Benjamin Peterson · 13 years ago
  48. 2340986 this should actually be an IOError by Benjamin Peterson · 13 years ago
  49. 7f071e6 merge 3.2 by Benjamin Peterson · 13 years ago
  50. c7dd737 merge 3.1 by Benjamin Peterson · 13 years ago
  51. 249b508 add example for not using access by Benjamin Peterson · 13 years ago
  52. e724665 #12072: merge with 3.2. by Ezio Melotti · 13 years ago
  53. da5b852 #12072: merge with 3.1. by Ezio Melotti · 13 years ago
  54. 261d855 #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  55. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 13 years ago
  56. 521143d Update pydoc topics and handle suspicious markup. by Georg Brandl · 13 years ago
  57. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  58. 1a4de20 Merge #6498 fix from 3.2. by Georg Brandl · 13 years ago
  59. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  60. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  61. 9334758 Merged rethought pprint example from 3.2. by Łukasz Langa · 13 years ago
  62. d8eab60 Merged rethought pprint usage example from 3.1. by Łukasz Langa · 13 years ago
  63. 4ad78ab pprint usage example rethought. by Łukasz Langa · 13 years ago
  64. 6b71811 #11979: merge with 3.2. by Ezio Melotti · 13 years ago
  65. 132bcf4 #11979: merge with 3.1. by Ezio Melotti · 13 years ago
  66. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  67. db3dd8a Further beautification of the example by Raymond Hettinger · 13 years ago
  68. 23157e5 Further beautification of the example by Raymond Hettinger · 13 years ago
  69. 2584b2f Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  70. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  71. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  72. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  73. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 13 years ago
  74. cc5ea68 Merge in changes from 3.2.1b1 release repo. by Georg Brandl · 13 years ago
  75. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  76. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  77. e9c7d6c Fix markup and working in the doc. by Ezio Melotti · 13 years ago
  78. caece0a Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  79. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  80. 57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not by Senthil Kumaran · 13 years ago
  81. 61b5efc Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 13 years ago
  82. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  83. cc99528 issue12039 - update the documentation of send_response method in http.server.rst. by Senthil Kumaran · 13 years ago
  84. 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
  85. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  86. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  87. 388196e Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, by Victor Stinner · 13 years ago
  88. 3c6e4dd Merged trivial doc fix from 3.2. by Łukasz Langa · 13 years ago
  89. cda41d3 Actually print out the description of what changed. by Łukasz Langa · 13 years ago
  90. 6a52348 merge by Raymond Hettinger · 13 years ago
  91. bb1cf8d Issue 12047: Expand the style guide. by Raymond Hettinger · 13 years ago
  92. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  93. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  94. fc75393 Merged solution for #12036 from 3.2 by Łukasz Langa · 13 years ago
  95. 7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result by Łukasz Langa · 13 years ago
  96. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  97. 7c038b4 merge 11164 by Martin v. Löwis · 13 years ago
  98. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  99. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  100. 6048045 Merge with 3.2. by Ezio Melotti · 13 years ago