1. 39648d1 test_asyncore: Enable tests of Unix domain sockets with poll(). by Charles-François Natali · 13 years ago
  2. 8f7bded merge with 3.2 by Sandro Tosi · 13 years ago
  3. e348455 document turtle done() function; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 13 years ago
  4. 5156f2c Drop unused variable. by Martin v. Löwis · 13 years ago
  5. cfa6129 Fix typo. by Martin v. Löwis · 13 years ago
  6. 0d3072e Drop Py_UCS4_ functions. Closes #13246. by Martin v. Löwis · 13 years ago
  7. a72e78b Replace Py_UCS4_ API with Unicode API. by Martin v. Löwis · 13 years ago
  8. d1029c4 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  9. 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  10. 9bf59aa merge with 3.2 by Sandro Tosi · 13 years ago
  11. 567493f caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 13 years ago
  12. b6f019a Let's assume that the datetime module is always available. by Florent Xicluna · 13 years ago
  13. f45dee9 Port import_module_level to Unicode API. by Martin v. Löwis · 13 years ago
  14. 5d12faa Merge by Raymond Hettinger · 13 years ago
  15. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  16. 385c803 Merge by Raymond Hettinger · 13 years ago
  17. e584457 Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. by Raymond Hettinger · 13 years ago
  18. 75861df Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server. by Florent Xicluna · 13 years ago
  19. 9783b44 Merge heads by Florent Xicluna · 13 years ago
  20. 2b6403e Merge heads by Florent Xicluna · 13 years ago
  21. f70fd70 Merge 3.2 by Florent Xicluna · 13 years ago
  22. 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 13 years ago
  23. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 13 years ago
  24. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  25. a7a3235 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 13 years ago
  26. cd06a14 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 13 years ago
  27. 1cebc20 merge 3.2 by Benjamin Peterson · 13 years ago
  28. 2b50a01 remove unused variable by Benjamin Peterson · 13 years ago
  29. 6fbbc33 Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  30. 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  31. c34f5c2 Fix the return value of set_discard (issue #10519) by Petri Lehtinen · 13 years ago
  32. e0aa803 Fix the return value of set_discard (issue #10519) by Petri Lehtinen · 13 years ago
  33. 7c5e34d Avoid unnecessary recursive function calls (#closes #10519) by Petri Lehtinen · 13 years ago
  34. 5acc27e Avoid unnecessary recursive function calls (closes #10519) by Petri Lehtinen · 13 years ago
  35. 796ea53 Port PyImport_ReloadModule to Unicode API. by Martin v. Löwis · 13 years ago
  36. afe471d Merge the button to show/hide the prompts and output from 3.2. by Ezio Melotti · 13 years ago
  37. f54f6f5 Add a button to the code examples in the doc to show/hide the prompts and output. by Ezio Melotti · 13 years ago
  38. fea6cb0 Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... by Charles-François Natali · 13 years ago
  39. d462119 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Charles-François Natali · 13 years ago
  40. 39be383 #13289: merge with 3.2. by Ezio Melotti · 13 years ago
  41. f78869e #13289: fix typo. by Ezio Melotti · 13 years ago
  42. b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 13 years ago
  43. 5a8f03f - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  44. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  45. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  46. 83386da I should be someone by Florent Xicluna · 13 years ago
  47. 4d46c2a Remove unused variable. by Florent Xicluna · 13 years ago
  48. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  49. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 13 years ago
  50. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 13 years ago
  51. 0b85cd0 Merge heads. by Ezio Melotti · 13 years ago
  52. d3cf0db #13278: fix typo. by Ezio Melotti · 13 years ago
  53. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  54. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  55. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  56. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  57. 963004d Fix typo. by Ezio Melotti · 13 years ago
  58. 9a1b956 merge heads by Benjamin Peterson · 13 years ago
  59. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  60. 64c1c07 merge heads by Petri Lehtinen · 13 years ago
  61. a94200e Issue #13018: Fix reference leaks in error paths in dictobject.c. by Petri Lehtinen · 13 years ago
  62. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  63. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 13 years ago
  64. c45fb25 Issue #13255: wrong docstrings in array module. by Florent Xicluna · 13 years ago
  65. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 13 years ago
  66. 57ffa9d PyUnicode_AsUnicodeCopy() uses PyUnicode_AsUnicodeAndSize() to get directly the length by Victor Stinner · 13 years ago
  67. af9e4b8 Fix PyUnicode_InternImmortal(): PyUnicode_InternInPlace() may changes *p by Victor Stinner · 13 years ago
  68. 9faa384 Cast directly to unsigned char, instead of using Py_CHARMASK by Victor Stinner · 13 years ago
  69. 9db1a8b Replace PyUnicodeObject* by PyObject* where it was irrevelant by Victor Stinner · 13 years ago
  70. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 13 years ago
  71. 0d60e87 Fix data variable in _PyUnicode_Dump() for compact ASCII by Victor Stinner · 13 years ago
  72. d8e61c34 Remove last references to the removed Unicode free list by Victor Stinner · 13 years ago
  73. 2903772 merge 3.2 by Benjamin Peterson · 13 years ago
  74. c21a81b - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  75. 608cab5 Merge 3.2 by Florent Xicluna · 13 years ago
  76. d39a4d7 Merge 3.2 by Florent Xicluna · 13 years ago
  77. 46f5d14 Remove no-op code from previous commit. by Florent Xicluna · 13 years ago
  78. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  79. 908ae24 Merge 3.2 (linked to issue #1294232) by Florent Xicluna · 13 years ago
  80. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  81. ac73b0c Merge HTMLParser doc changes from 3.2. by Ezio Melotti · 13 years ago
  82. 91ec2e8 #13273: merge with 3.2. by Ezio Melotti · 13 years ago
  83. 455036f #13278: merge with 3.2. by Ezio Melotti · 13 years ago
  84. acfc97a Merge 3.2 by Florent Xicluna · 13 years ago
  85. f3dc2d7 Fix typo by Antoine Pitrou · 13 years ago
  86. 873bf26 Update example of non-blocking SSL code for the new finer-grained exceptions by Antoine Pitrou · 13 years ago
  87. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  88. b5cab85 Merged documentation fix from 3.2. by Vinay Sajip · 13 years ago
  89. 2f8dfcd add a test for an assertion with tuple msg by Benjamin Peterson · 13 years ago
  90. 065836e PyUnicode_FSDecoder() ensures that the decoded string is ready by Victor Stinner · 13 years ago
  91. 7592d05 Fix the issue number of my cp65001 commit: 13247 => issue #13216 by Victor Stinner · 13 years ago
  92. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  93. cc96956 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  94. b9e46e9 Changed warn() to warning() in logging tests. by Vinay Sajip · 13 years ago
  95. 82a647b Fix typo in NEWS by Victor Stinner · 13 years ago
  96. f7f0a66 Fix typos. by Ezio Melotti · 13 years ago
  97. cb98bed Issue #12619: Expose socket.SO_BINDTODEVICE constant by Victor Stinner · 13 years ago
  98. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  99. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  100. 92b9584 Merge the codecs doc refactoring with 3.2. by Ezio Melotti · 13 years ago