1. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  2. bb8606d #12277: merge with 3.2. by Ezio Melotti · 13 years ago
  3. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  4. 69db2db Fix typo in the os doc: lremoveattr => lremovexattr by Victor Stinner · 13 years ago
  5. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  6. 1e4fe70 This shameful limitation of the fileinput module is not relevant anymore. by Antoine Pitrou · 13 years ago
  7. 4272d6a Fix some mentions of IOError by Antoine Pitrou · 13 years ago
  8. a787b65 Fix mentions of IOError in the io module docs by Antoine Pitrou · 13 years ago
  9. f55011f Update doc for BlockingIOError and its alias in the io module by Antoine Pitrou · 13 years ago
  10. 442ee03 Replace mentions of WindowsError by Antoine Pitrou · 13 years ago
  11. 5574c30 Replace mentions of socket.error. by Antoine Pitrou · 13 years ago
  12. 195e702 Mention the merging of other exceptions into OSError. by Antoine Pitrou · 13 years ago
  13. 9b7fcf8 Minimal update of select docs for PEP 3151. by Antoine Pitrou · 13 years ago
  14. 70fa31c Minimal update of socket docs for PEP 3151. More editing is probably desirable. by Antoine Pitrou · 13 years ago
  15. f9c7746 Update exceptions doc for PEP 3151 by Antoine Pitrou · 13 years ago
  16. 5b194cc #13138: merge with 3.2. by Ezio Melotti · 13 years ago
  17. 138fc89 #13138: add missing versionadded. by Ezio Melotti · 13 years ago
  18. be22d1d Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
  19. df7c4cd Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
  20. 9255464 Branch merge by Éric Araujo · 13 years ago
  21. 388349a Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). by Georg Brandl · 13 years ago
  22. a29e4f6 Fix packaging byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  23. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 13 years ago
  24. 35a502b Fix a typo and a broken link (part of #10536). by Éric Araujo · 13 years ago
  25. 756b169 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  26. f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  27. 14c0f03 Issue #12943: python -m tokenize support has been added to tokenize. by Meador Inge · 13 years ago
  28. b09460f Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() by Victor Stinner · 13 years ago
  29. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  30. 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 13 years ago
  31. 0f4ee93 Branch merge by Éric Araujo · 13 years ago
  32. bb2095f Branch merge by Éric Araujo · 13 years ago
  33. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  34. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  35. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  36. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  37. 525b1e9 Fix minor wording issue. by Éric Araujo · 13 years ago
  38. 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  39. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  40. 0069be1 merge from 3.2 - Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  41. 6fe679f #13076: merge with 3.2. by Ezio Melotti · 13 years ago
  42. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 13 years ago
  43. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  44. f0c51fa Fix markup. by Georg Brandl · 13 years ago
  45. 85579b8 merge 3.2. Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 13 years ago
  46. 17dac4c Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 13 years ago
  47. 9c0cccf Branch merge by Éric Araujo · 13 years ago
  48. dd2d55c Remove two unneeded attributes in packaging by Éric Araujo · 13 years ago
  49. 9415afc meth.log2 doc: add a link to int.bit_length() by Victor Stinner · 13 years ago
  50. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  51. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 13 years ago
  52. ddd2d70 Merge example fix from 3.2. by Georg Brandl · 13 years ago
  53. 1d678f8 Fix bug in heapq priority queue example. by Georg Brandl · 13 years ago
  54. 902e895 merge doc fixes from 3.2 by Georg Brandl · 13 years ago
  55. 73dd7c7 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 13 years ago
  56. 7554606 Fix typo. by Georg Brandl · 13 years ago
  57. 1c82a14 Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented... by Nadeem Vawda · 13 years ago
  58. 7cd4f20 Terminology fix: .gz and .bz2 are not archive formats. by Nadeem Vawda · 13 years ago
  59. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  60. d964ee9 #12940: merge with 3.2. by Ezio Melotti · 13 years ago
  61. 4165bfb #12940: fix cmd example. Patch by Tim Chase. by Ezio Melotti · 13 years ago
  62. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  63. 74470b5 merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  64. e969a21 Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  65. fbd1e04 Merge with 3.2. by Georg Brandl · 13 years ago
  66. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  67. a4083d2 merged configparser documentation leftovers cleanup from 3.2 by Łukasz Langa · 13 years ago
  68. 7335e6f removed misleading editing leftovers by Łukasz Langa · 13 years ago
  69. 0b6b1c3 #12781: merge with 3.2 by Sandro Tosi · 13 years ago
  70. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  71. 677dc71 Branch merge by Éric Araujo · 13 years ago
  72. d9e1789 Branch merge by Éric Araujo · 13 years ago
  73. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  74. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  75. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  76. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  77. c2d9a02 Merge doc fix with 3.2. by Ezio Melotti · 13 years ago
  78. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  79. 7194efe Merge with 3.2. by Ross Lagerwall · 13 years ago
  80. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  81. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  82. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  83. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 13 years ago
  84. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  85. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  86. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  87. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  88. b008d3d Synchronize packaging docs with distutils’ (includes fix for #9302) by Éric Araujo · 13 years ago
  89. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  90. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 13 years ago
  91. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 13 years ago
  92. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  93. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  94. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  95. 2ec723a #12787: merge with 3.2 by Sandro Tosi · 13 years ago
  96. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  97. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  98. 987b188 removed misleading editing leftovers by Łukasz Langa · 13 years ago
  99. 335f204 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  100. d86ac4c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago