1. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  2. 92b9584 Merge the codecs doc refactoring with 3.2. by Ezio Melotti · 13 years ago
  3. 7a03f64 Remove mention of narrow/wide builds in the codecs doc. by Ezio Melotti · 13 years ago
  4. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 13 years ago
  5. 199786b Null merge with 3.2. by Ezio Melotti · 13 years ago
  6. c99c858 Remove mention of narrow/wide builds from ord/chr doc. by Ezio Melotti · 13 years ago
  7. f4d76e6 #13251: update string description in datamodel.rst. by Ezio Melotti · 13 years ago
  8. f602c55 merge 3.2 by Benjamin Peterson · 13 years ago
  9. c801ad3 merge heads by Benjamin Peterson · 13 years ago
  10. 3ed559a merge 3.2 (#13259) by Benjamin Peterson · 13 years ago
  11. b528fcf Fix test_imp failure under Windows by Antoine Pitrou · 13 years ago
  12. 08a95ca merge heads by Petri Lehtinen · 13 years ago
  13. 24bd5ad Merge 3.2 by Petri Lehtinen · 13 years ago
  14. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  15. b4d8e91 merge 3.2 by Benjamin Peterson · 13 years ago
  16. 6a985c3 Merge 3.2. by Florent Xicluna · 13 years ago
  17. 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 13 years ago
  18. 037ffbf Improve the porting section by Antoine Pitrou · 13 years ago
  19. fd9b416 Improve / clean up the PEP 393 description by Antoine Pitrou · 13 years ago
  20. 01fd26c Improve description of PEP 3151 by Antoine Pitrou · 13 years ago
  21. 767c0a8 Mention InterruptedError in the doc for new function signal.sigwaitinfo by Antoine Pitrou · 13 years ago
  22. 5a705e7 Merge by Antoine Pitrou · 13 years ago
  23. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  24. 2d99dac Use ``...`` for string literals. by Ezio Melotti · 13 years ago
  25. dcbb822 Fix documentation formatting. by Florent Xicluna · 13 years ago
  26. 72ca42a Merge heads by Florent Xicluna · 13 years ago
  27. e9126b5 Merge 3.2 by Florent Xicluna · 13 years ago
  28. 26358cc Remove obsolete FAQ. by Ezio Melotti · 13 years ago
  29. 6d57d21 Documentation typo. by Florent Xicluna · 13 years ago
  30. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 13 years ago
  31. 8d48b43 Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks Stefan Krah. by Mark Dickinson · 13 years ago
  32. 30970e9 Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long. by Mark Dickinson · 13 years ago
  33. 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 · 13 years ago
  34. a2a2e48 Merge 3.2 by Petri Lehtinen · 13 years ago
  35. 9af29d3 Rewrite find_module_path using unicode API. by Martin v. Löwis · 13 years ago
  36. 2cc0cc5 Fix off-by-one error. by Martin v. Löwis · 13 years ago
  37. fadcd31 Drop unused macros. Use CACHEDIR consistently. by Martin v. Löwis · 13 years ago
  38. 8a0ef78 Rewrite make_source_pathname using Unicode API. by Martin v. Löwis · 13 years ago
  39. 30260a7 Add ready checks for make_compiled_pathname. by Martin v. Löwis · 13 years ago
  40. 2db7286 Reformulate make_compiled_pathname in terms of unicode objects. by Martin v. Löwis · 13 years ago
  41. 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 13 years ago
  42. a0e0e23 Add a docstring to SSLError by Antoine Pitrou · 13 years ago
  43. b7705b7 Use PyExc_OSError directly instead of grabbing it from the socket module API by Antoine Pitrou · 13 years ago
  44. 57735a0 Add missing prefixes by Antoine Pitrou · 13 years ago
  45. b965b39 Elaborate on representations and canonical/legacy unicode objects by Antoine Pitrou · 13 years ago
  46. e6b99a1 Move deprecated functions at the end of their respective sections. by Antoine Pitrou · 13 years ago
  47. 70d86bd Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py by Meador Inge · 13 years ago
  48. 661161e Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  49. 0a88953 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. by Vinay Sajip · 13 years ago
  50. dd18d3a Fix unicode_subtype_new() on debug build by Victor Stinner · 13 years ago
  51. df7b665 Fix text duplication. Spotted by Nick Coghlan, thanks! by Éric Araujo · 13 years ago
  52. f881751 Remove unused variable. by Ezio Melotti · 13 years ago
  53. 4837e39 #12753: fix compilation on Windows. by Ezio Melotti · 13 years ago
  54. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  55. 3764a96 Banch merge by Éric Araujo · 13 years ago
  56. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 13 years ago
  57. 89d3a69 Add tests for packaging.tests.support (#12659). by Éric Araujo · 13 years ago
  58. 4d4b19e Document that packaging doesn’t create __init__.py files (#3902). by Éric Araujo · 13 years ago
  59. f89ebdc Fix missing imports in setup scripts generated by packaging (#13205). by Éric Araujo · 13 years ago
  60. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  61. 407cfd1 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  62. 0cc147e #13233: null merge with 3.2. by Ezio Melotti · 13 years ago
  63. 9927e0c Merge heads. by Ezio Melotti · 13 years ago
  64. d11a64d merge by Raymond Hettinger · 13 years ago
  65. ded203f Bytes are already distinct from text, so typed=True isn't necessary. by Raymond Hettinger · 13 years ago
  66. 2760729 #13219: merge with 3.2. by Ezio Melotti · 13 years ago
  67. 6e7c155 merge heads by Senthil Kumaran · 13 years ago
  68. 00e36e5 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 13 years ago
  69. db84803 Simplify calls in fnmatch. by Raymond Hettinger · 13 years ago
  70. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 13 years ago
  71. e3455c0 Mention that os.O_CLOEXEC was added to Python 3.3 by Victor Stinner · 13 years ago
  72. 65651ea Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file by Victor Stinner · 13 years ago
  73. daaaec9 Silence the FileExistsError which can be raised because of the O_EXCL flag by Antoine Pitrou · 13 years ago
  74. 587e75c merge by Raymond Hettinger · 13 years ago
  75. eeb905b Merge by Raymond Hettinger · 13 years ago
  76. dc37ce9 merge 3.2 by Benjamin Peterson · 13 years ago
  77. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  78. 3bb8be6 Branch merge by Éric Araujo · 13 years ago
  79. 1a129c8 urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 13 years ago
  80. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 13 years ago
  81. c6b4ef1 default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
  82. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  83. 294c231 default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  84. 95483b6 Fix warning while building documentation. by Florent Xicluna · 13 years ago
  85. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  86. 784cd4c Make one function in packaging.metadata simpler by Éric Araujo · 13 years ago
  87. f3f283a Clean up some idioms in packaging tests. by Éric Araujo · 13 years ago
  88. 79d9c42 Add reST targets to sections of the setup.cfg spec, improve wording by Éric Araujo · 13 years ago
  89. 382067b Change signature of packaging.tests.support.LoggingCatcher.get_logs. by Éric Araujo · 13 years ago
  90. 4b5a5f7 More fixes for PEP 3147 compliance in packaging (#11254) by Éric Araujo · 13 years ago
  91. 8ccd18f Expand tests and fix bugs in packaging.util.resolve_name. by Éric Araujo · 13 years ago
  92. 4f99644 Fix typo by Éric Araujo · 13 years ago
  93. 5e2d5df Improve Victor’s commit with cool new 2.5 idiom by Éric Araujo · 13 years ago
  94. 318909b A ricochet from fixing #10680: http://http://example.com/ no longer reports by Łukasz Langa · 13 years ago
  95. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  96. 55c7e00 Simplify _PyUnicode_COMPACT_DATA() macro by Victor Stinner · 13 years ago
  97. 6707293 Add consistency check to _PyUnicode_New() by Victor Stinner · 13 years ago
  98. 9e92188 Issue #12281: Fix test_codecs.test_cp932() on Windows XP by Victor Stinner · 13 years ago
  99. 62be4fb Issue #12281: Skip code page tests on non-Windows platforms by Victor Stinner · 13 years ago
  100. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago