1. 39be383 #13289: merge with 3.2. by Ezio Melotti · 13 years ago
  2. f78869e #13289: fix typo. by Ezio Melotti · 13 years ago
  3. b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 13 years ago
  4. 5a8f03f - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  5. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  6. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  7. 83386da I should be someone by Florent Xicluna · 13 years ago
  8. 4d46c2a Remove unused variable. by Florent Xicluna · 13 years ago
  9. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  10. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 13 years ago
  11. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 13 years ago
  12. 0b85cd0 Merge heads. by Ezio Melotti · 13 years ago
  13. d3cf0db #13278: fix typo. by Ezio Melotti · 13 years ago
  14. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  15. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  16. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  17. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  18. 963004d Fix typo. by Ezio Melotti · 13 years ago
  19. 9a1b956 merge heads by Benjamin Peterson · 13 years ago
  20. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  21. 64c1c07 merge heads by Petri Lehtinen · 13 years ago
  22. a94200e Issue #13018: Fix reference leaks in error paths in dictobject.c. by Petri Lehtinen · 13 years ago
  23. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  24. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 13 years ago
  25. c45fb25 Issue #13255: wrong docstrings in array module. by Florent Xicluna · 13 years ago
  26. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 13 years ago
  27. 57ffa9d PyUnicode_AsUnicodeCopy() uses PyUnicode_AsUnicodeAndSize() to get directly the length by Victor Stinner · 13 years ago
  28. af9e4b8 Fix PyUnicode_InternImmortal(): PyUnicode_InternInPlace() may changes *p by Victor Stinner · 13 years ago
  29. 9faa384 Cast directly to unsigned char, instead of using Py_CHARMASK by Victor Stinner · 13 years ago
  30. 9db1a8b Replace PyUnicodeObject* by PyObject* where it was irrevelant by Victor Stinner · 13 years ago
  31. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 13 years ago
  32. 0d60e87 Fix data variable in _PyUnicode_Dump() for compact ASCII by Victor Stinner · 13 years ago
  33. d8e61c34 Remove last references to the removed Unicode free list by Victor Stinner · 13 years ago
  34. 2903772 merge 3.2 by Benjamin Peterson · 13 years ago
  35. c21a81b - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  36. 608cab5 Merge 3.2 by Florent Xicluna · 13 years ago
  37. d39a4d7 Merge 3.2 by Florent Xicluna · 13 years ago
  38. 46f5d14 Remove no-op code from previous commit. by Florent Xicluna · 13 years ago
  39. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  40. 908ae24 Merge 3.2 (linked to issue #1294232) by Florent Xicluna · 13 years ago
  41. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  42. ac73b0c Merge HTMLParser doc changes from 3.2. by Ezio Melotti · 13 years ago
  43. 91ec2e8 #13273: merge with 3.2. by Ezio Melotti · 13 years ago
  44. 455036f #13278: merge with 3.2. by Ezio Melotti · 13 years ago
  45. acfc97a Merge 3.2 by Florent Xicluna · 13 years ago
  46. f3dc2d7 Fix typo by Antoine Pitrou · 13 years ago
  47. 873bf26 Update example of non-blocking SSL code for the new finer-grained exceptions by Antoine Pitrou · 13 years ago
  48. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  49. b5cab85 Merged documentation fix from 3.2. by Vinay Sajip · 13 years ago
  50. 2f8dfcd add a test for an assertion with tuple msg by Benjamin Peterson · 13 years ago
  51. 065836e PyUnicode_FSDecoder() ensures that the decoded string is ready by Victor Stinner · 13 years ago
  52. 7592d05 Fix the issue number of my cp65001 commit: 13247 => issue #13216 by Victor Stinner · 13 years ago
  53. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  54. cc96956 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  55. b9e46e9 Changed warn() to warning() in logging tests. by Vinay Sajip · 13 years ago
  56. 82a647b Fix typo in NEWS by Victor Stinner · 13 years ago
  57. f7f0a66 Fix typos. by Ezio Melotti · 13 years ago
  58. cb98bed Issue #12619: Expose socket.SO_BINDTODEVICE constant by Victor Stinner · 13 years ago
  59. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  60. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  61. 92b9584 Merge the codecs doc refactoring with 3.2. by Ezio Melotti · 13 years ago
  62. 7a03f64 Remove mention of narrow/wide builds in the codecs doc. by Ezio Melotti · 13 years ago
  63. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 13 years ago
  64. 199786b Null merge with 3.2. by Ezio Melotti · 13 years ago
  65. c99c858 Remove mention of narrow/wide builds from ord/chr doc. by Ezio Melotti · 13 years ago
  66. f4d76e6 #13251: update string description in datamodel.rst. by Ezio Melotti · 13 years ago
  67. f602c55 merge 3.2 by Benjamin Peterson · 13 years ago
  68. c801ad3 merge heads by Benjamin Peterson · 13 years ago
  69. 3ed559a merge 3.2 (#13259) by Benjamin Peterson · 13 years ago
  70. b528fcf Fix test_imp failure under Windows by Antoine Pitrou · 13 years ago
  71. 08a95ca merge heads by Petri Lehtinen · 13 years ago
  72. 24bd5ad Merge 3.2 by Petri Lehtinen · 13 years ago
  73. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  74. b4d8e91 merge 3.2 by Benjamin Peterson · 13 years ago
  75. 6a985c3 Merge 3.2. by Florent Xicluna · 13 years ago
  76. 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 13 years ago
  77. 037ffbf Improve the porting section by Antoine Pitrou · 13 years ago
  78. fd9b416 Improve / clean up the PEP 393 description by Antoine Pitrou · 13 years ago
  79. 01fd26c Improve description of PEP 3151 by Antoine Pitrou · 13 years ago
  80. 767c0a8 Mention InterruptedError in the doc for new function signal.sigwaitinfo by Antoine Pitrou · 13 years ago
  81. 5a705e7 Merge by Antoine Pitrou · 13 years ago
  82. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  83. 2d99dac Use ``...`` for string literals. by Ezio Melotti · 13 years ago
  84. dcbb822 Fix documentation formatting. by Florent Xicluna · 13 years ago
  85. 72ca42a Merge heads by Florent Xicluna · 13 years ago
  86. e9126b5 Merge 3.2 by Florent Xicluna · 13 years ago
  87. 26358cc Remove obsolete FAQ. by Ezio Melotti · 13 years ago
  88. 6d57d21 Documentation typo. by Florent Xicluna · 13 years ago
  89. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 13 years ago
  90. 8d48b43 Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks Stefan Krah. by Mark Dickinson · 13 years ago
  91. 30970e9 Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long. by Mark Dickinson · 13 years ago
  92. 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
  93. a2a2e48 Merge 3.2 by Petri Lehtinen · 13 years ago
  94. 9af29d3 Rewrite find_module_path using unicode API. by Martin v. Löwis · 13 years ago
  95. 2cc0cc5 Fix off-by-one error. by Martin v. Löwis · 13 years ago
  96. fadcd31 Drop unused macros. Use CACHEDIR consistently. by Martin v. Löwis · 13 years ago
  97. 8a0ef78 Rewrite make_source_pathname using Unicode API. by Martin v. Löwis · 13 years ago
  98. 30260a7 Add ready checks for make_compiled_pathname. by Martin v. Löwis · 13 years ago
  99. 2db7286 Reformulate make_compiled_pathname in terms of unicode objects. by Martin v. Löwis · 13 years ago
  100. 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 13 years ago