1. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 14 years ago
  2. 199786b Null merge with 3.2. by Ezio Melotti · 14 years ago
  3. 963004d Fix typo. by Ezio Melotti · 14 years ago
  4. c99c858 Remove mention of narrow/wide builds from ord/chr doc. by Ezio Melotti · 14 years ago
  5. f4d76e6 #13251: update string description in datamodel.rst. by Ezio Melotti · 14 years ago
  6. f602c55 merge 3.2 by Benjamin Peterson · 14 years ago
  7. c801ad3 merge heads by Benjamin Peterson · 14 years ago
  8. 9a1b956 merge heads by Benjamin Peterson · 14 years ago
  9. 3ed559a merge 3.2 (#13259) by Benjamin Peterson · 14 years ago
  10. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 14 years ago
  11. b528fcf Fix test_imp failure under Windows by Antoine Pitrou · 14 years ago
  12. 64c1c07 merge heads by Petri Lehtinen · 14 years ago
  13. 08a95ca merge heads by Petri Lehtinen · 14 years ago
  14. 24bd5ad Merge 3.2 by Petri Lehtinen · 14 years ago
  15. a94200e Issue #13018: Fix reference leaks in error paths in dictobject.c. by Petri Lehtinen · 14 years ago
  16. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  17. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  18. b4d8e91 merge 3.2 by Benjamin Peterson · 14 years ago
  19. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 14 years ago
  20. 6a985c3 Merge 3.2. by Florent Xicluna · 14 years ago
  21. c45fb25 Issue #13255: wrong docstrings in array module. by Florent Xicluna · 14 years ago
  22. 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 14 years ago
  23. 037ffbf Improve the porting section by Antoine Pitrou · 14 years ago
  24. fd9b416 Improve / clean up the PEP 393 description by Antoine Pitrou · 14 years ago
  25. 01fd26c Improve description of PEP 3151 by Antoine Pitrou · 14 years ago
  26. 767c0a8 Mention InterruptedError in the doc for new function signal.sigwaitinfo by Antoine Pitrou · 14 years ago
  27. 5a705e7 Merge by Antoine Pitrou · 14 years ago
  28. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 14 years ago
  29. 2d99dac Use ``...`` for string literals. by Ezio Melotti · 14 years ago
  30. dcbb822 Fix documentation formatting. by Florent Xicluna · 14 years ago
  31. 72ca42a Merge heads by Florent Xicluna · 14 years ago
  32. e9126b5 Merge 3.2 by Florent Xicluna · 14 years ago
  33. 26358cc Remove obsolete FAQ. by Ezio Melotti · 14 years ago
  34. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 14 years ago
  35. 6d57d21 Documentation typo. by Florent Xicluna · 14 years ago
  36. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 14 years ago
  37. 8d48b43 Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks Stefan Krah. by Mark Dickinson · 14 years ago
  38. 30970e9 Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long. by Mark Dickinson · 14 years ago
  39. 3664568 Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. by Mark Dickinson · 14 years ago
  40. a2a2e48 Merge 3.2 by Petri Lehtinen · 14 years ago
  41. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 14 years ago
  42. 9af29d3 Rewrite find_module_path using unicode API. by Martin v. Löwis · 14 years ago
  43. 2cc0cc5 Fix off-by-one error. by Martin v. Löwis · 14 years ago
  44. fadcd31 Drop unused macros. Use CACHEDIR consistently. by Martin v. Löwis · 14 years ago
  45. 8a0ef78 Rewrite make_source_pathname using Unicode API. by Martin v. Löwis · 14 years ago
  46. 30260a7 Add ready checks for make_compiled_pathname. by Martin v. Löwis · 14 years ago
  47. 2db7286 Reformulate make_compiled_pathname in terms of unicode objects. by Martin v. Löwis · 14 years ago
  48. 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 14 years ago
  49. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 14 years ago
  50. a0e0e23 Add a docstring to SSLError by Antoine Pitrou · 14 years ago
  51. b7705b7 Use PyExc_OSError directly instead of grabbing it from the socket module API by Antoine Pitrou · 14 years ago
  52. 57735a0 Add missing prefixes by Antoine Pitrou · 14 years ago
  53. b965b39 Elaborate on representations and canonical/legacy unicode objects by Antoine Pitrou · 14 years ago
  54. e6b99a1 Move deprecated functions at the end of their respective sections. by Antoine Pitrou · 14 years ago
  55. 70d86bd Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py by Meador Inge · 14 years ago
  56. 661161e Avoid relying on the default reST role in logging library doc by Éric Araujo · 14 years ago
  57. 0a88953 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. by Vinay Sajip · 14 years ago
  58. dd18d3a Fix unicode_subtype_new() on debug build by Victor Stinner · 14 years ago
  59. df7b665 Fix text duplication. Spotted by Nick Coghlan, thanks! by Éric Araujo · 14 years ago
  60. f881751 Remove unused variable. by Ezio Melotti · 14 years ago
  61. 4837e39 #12753: fix compilation on Windows. by Ezio Melotti · 14 years ago
  62. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 14 years ago
  63. 3764a96 Banch merge by Éric Araujo · 14 years ago
  64. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 14 years ago
  65. 89d3a69 Add tests for packaging.tests.support (#12659). by Éric Araujo · 14 years ago
  66. 4d4b19e Document that packaging doesn’t create __init__.py files (#3902). by Éric Araujo · 14 years ago
  67. f89ebdc Fix missing imports in setup scripts generated by packaging (#13205). by Éric Araujo · 14 years ago
  68. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 14 years ago
  69. 407cfd1 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
  70. 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
  71. 0cc147e #13233: null merge with 3.2. by Ezio Melotti · 14 years ago
  72. cd1d3ef #13233: fix typo. by Ezio Melotti · 14 years ago
  73. 9927e0c Merge heads. by Ezio Melotti · 14 years ago
  74. d11a64d merge by Raymond Hettinger · 14 years ago
  75. ded203f Bytes are already distinct from text, so typed=True isn't necessary. by Raymond Hettinger · 14 years ago
  76. 2760729 #13219: merge with 3.2. by Ezio Melotti · 14 years ago
  77. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 14 years ago
  78. 6e7c155 merge heads by Senthil Kumaran · 14 years ago
  79. 00e36e5 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 14 years ago
  80. fdd4575 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 14 years ago
  81. db84803 Simplify calls in fnmatch. by Raymond Hettinger · 14 years ago
  82. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 14 years ago
  83. e3455c0 Mention that os.O_CLOEXEC was added to Python 3.3 by Victor Stinner · 14 years ago
  84. 65651ea Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file by Victor Stinner · 14 years ago
  85. daaaec9 Silence the FileExistsError which can be raised because of the O_EXCL flag by Antoine Pitrou · 14 years ago
  86. 587e75c merge by Raymond Hettinger · 14 years ago
  87. af37b89 Issue 12668: Fix wording in Whatsnew3.2 by Raymond Hettinger · 14 years ago
  88. eeb905b Merge by Raymond Hettinger · 14 years ago
  89. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 14 years ago
  90. dc37ce9 merge 3.2 by Benjamin Peterson · 14 years ago
  91. 9d9141f adjust braces a bit by Benjamin Peterson · 14 years ago
  92. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 14 years ago
  93. 3bb8be6 Branch merge by Éric Araujo · 14 years ago
  94. 1a129c8 urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 14 years ago
  95. 34d38dc urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 14 years ago
  96. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 14 years ago
  97. c6b4ef1 default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 14 years ago
  98. 202a3c4 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 14 years ago
  99. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  100. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago