1. 661161e Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  2. df7b665 Fix text duplication. Spotted by Nick Coghlan, thanks! by Éric Araujo · 13 years ago
  3. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  4. 3764a96 Banch merge by Éric Araujo · 13 years ago
  5. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 13 years ago
  6. 4d4b19e Document that packaging doesn’t create __init__.py files (#3902). by Éric Araujo · 13 years ago
  7. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  8. 2760729 #13219: merge with 3.2. by Ezio Melotti · 13 years ago
  9. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 13 years ago
  10. e3455c0 Mention that os.O_CLOEXEC was added to Python 3.3 by Victor Stinner · 13 years ago
  11. 587e75c merge by Raymond Hettinger · 13 years ago
  12. eeb905b Merge by Raymond Hettinger · 13 years ago
  13. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  14. 3bb8be6 Branch merge by Éric Araujo · 13 years ago
  15. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 13 years ago
  16. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  17. 95483b6 Fix warning while building documentation. by Florent Xicluna · 13 years ago
  18. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  19. 79d9c42 Add reST targets to sections of the setup.cfg spec, improve wording by Éric Araujo · 13 years ago
  20. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  21. bb8606d #12277: merge with 3.2. by Ezio Melotti · 13 years ago
  22. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  23. ab7e2a4 Merge 3.2 by Éric Araujo · 13 years ago
  24. e506437 What's new in Python 3.3: document new functions of the os module by Victor Stinner · 13 years ago
  25. 69db2db Fix typo in the os doc: lremoveattr => lremovexattr by Victor Stinner · 13 years ago
  26. a1bf298 What's New in Python 3.3: mention the PEP 3151 by Victor Stinner · 13 years ago
  27. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  28. 1e4fe70 This shameful limitation of the fileinput module is not relevant anymore. by Antoine Pitrou · 13 years ago
  29. 4272d6a Fix some mentions of IOError by Antoine Pitrou · 13 years ago
  30. a787b65 Fix mentions of IOError in the io module docs by Antoine Pitrou · 13 years ago
  31. f55011f Update doc for BlockingIOError and its alias in the io module by Antoine Pitrou · 13 years ago
  32. 442ee03 Replace mentions of WindowsError by Antoine Pitrou · 13 years ago
  33. 771dea7 Replace a mention of EnvironmentError in the distutils docs. by Antoine Pitrou · 13 years ago
  34. 23a580f Update index entries by Antoine Pitrou · 13 years ago
  35. 9a4a342 Update the C-API docs for exception types by Antoine Pitrou · 13 years ago
  36. 5574c30 Replace mentions of socket.error. by Antoine Pitrou · 13 years ago
  37. 195e702 Mention the merging of other exceptions into OSError. by Antoine Pitrou · 13 years ago
  38. 9b7fcf8 Minimal update of select docs for PEP 3151. by Antoine Pitrou · 13 years ago
  39. 70fa31c Minimal update of socket docs for PEP 3151. More editing is probably desirable. by Antoine Pitrou · 13 years ago
  40. f9c7746 Update exceptions doc for PEP 3151 by Antoine Pitrou · 13 years ago
  41. 1c027e5 Merge issue #13145 fix. by Mark Dickinson · 13 years ago
  42. f1ab47e Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach. by Mark Dickinson · 13 years ago
  43. a6968ed Merge whatsnew fixes with 3.2. by Ezio Melotti · 13 years ago
  44. 4e15828 Fix/improve markup in whatsnew/2.7. by Ezio Melotti · 13 years ago
  45. 5b194cc #13138: merge with 3.2. by Ezio Melotti · 13 years ago
  46. 138fc89 #13138: add missing versionadded. by Ezio Melotti · 13 years ago
  47. be22d1d Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
  48. df7c4cd Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
  49. 9255464 Branch merge by Éric Araujo · 13 years ago
  50. 388349a Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). by Georg Brandl · 13 years ago
  51. a29e4f6 Fix packaging byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  52. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 13 years ago
  53. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  54. 35a502b Fix a typo and a broken link (part of #10536). by Éric Araujo · 13 years ago
  55. 2da16e6 Fix indentation. by Martin v. Löwis · 13 years ago
  56. c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
  57. 756b169 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  58. f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  59. 14c0f03 Issue #12943: python -m tokenize support has been added to tokenize. by Meador Inge · 13 years ago
  60. db6c7f5 Update C API docs for PEP 393. by Georg Brandl · 13 years ago
  61. b09460f Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() by Victor Stinner · 13 years ago
  62. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  63. 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 13 years ago
  64. 0f4ee93 Branch merge by Éric Araujo · 13 years ago
  65. bb2095f Branch merge by Éric Araujo · 13 years ago
  66. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  67. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  68. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  69. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  70. 525b1e9 Fix minor wording issue. by Éric Araujo · 13 years ago
  71. 5043f09 More info about PEP 393 in whatsnew and NEWS by Éric Araujo · 13 years ago
  72. b07b97f Minor updates to the whatsnew maintenance rules by Éric Araujo · 13 years ago
  73. 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  74. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  75. 0069be1 merge from 3.2 - Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  76. 6fe679f #13076: merge with 3.2. by Ezio Melotti · 13 years ago
  77. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 13 years ago
  78. 397546a Update and reorganize the whatsnew entry for PEP 393. by Ezio Melotti · 13 years ago
  79. 7d637ab Complete What's New in 3.3 about PEP 393 by Victor Stinner · 13 years ago
  80. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  81. ee12f44 Add versionadded directive to new API function. by Georg Brandl · 13 years ago
  82. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  83. f0c51fa Fix markup. by Georg Brandl · 13 years ago
  84. 85579b8 merge 3.2. Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 13 years ago
  85. 17dac4c Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 13 years ago
  86. 9c0cccf Branch merge by Éric Araujo · 13 years ago
  87. dd2d55c Remove two unneeded attributes in packaging by Éric Araujo · 13 years ago
  88. c5dbb3d Issue #1172711: Update What's New in Python 3.3 document for the array module. by Meador Inge · 13 years ago
  89. c78fb33 What's New in Python 3.3: add curses.unget_wch() by Victor Stinner · 13 years ago
  90. 9415afc meth.log2 doc: add a link to int.bit_length() by Victor Stinner · 13 years ago
  91. 811db3b Issue #1172711: Update What's New in Python 3.3 document for the struct module by Victor Stinner · 13 years ago
  92. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  93. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 13 years ago
  94. ddd2d70 Merge example fix from 3.2. by Georg Brandl · 13 years ago
  95. 1d678f8 Fix bug in heapq priority queue example. by Georg Brandl · 13 years ago
  96. 902e895 merge doc fixes from 3.2 by Georg Brandl · 13 years ago
  97. 73dd7c7 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 13 years ago
  98. 7554606 Fix typo. by Georg Brandl · 13 years ago
  99. faabef5 Branch merge by Éric Araujo · 13 years ago
  100. cde6576 Remove unneeded --all option of “pysetup list”. by Éric Araujo · 13 years ago