1. e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 13 years ago
  2. e532456 Issue #13393: In TextIOWrapper.read(n), try to read `n` characters as by Antoine Pitrou · 13 years ago
  3. f34a0cd Issue #10227: Add an allocation cache for a single slice object. by Antoine Pitrou · 13 years ago
  4. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  5. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  6. 4a7abe7 #11112: merge with 3.2. by Ezio Melotti · 13 years ago
  7. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  8. 304261e #13358: merge with 3.2. by Ezio Melotti · 13 years ago
  9. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  10. def4728 #4147: merge with 3.2. by Ezio Melotti · 13 years ago
  11. 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 13 years ago
  12. 4d5d4e2 #13426: merge with 3.2. by Ezio Melotti · 13 years ago
  13. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago
  14. adc417c #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. by Ezio Melotti · 13 years ago
  15. 5a8bc6f Add a couple other whatsnew items by Antoine Pitrou · 13 years ago
  16. 2c0a967 Add various items in whatsnew by Antoine Pitrou · 13 years ago
  17. 45b3ad4 Remove XXX, as the functions and macros are mentioned in the porting section by Antoine Pitrou · 13 years ago
  18. beb7836 Explain concrete (resource consumption) effects of PEP 393 a bit. by Antoine Pitrou · 13 years ago
  19. d136aec Be a bit less shy by Antoine Pitrou · 13 years ago
  20. 7416897 socket_gethostname() uses a wchar_t* with PyMem_Malloc() to avoid the by Victor Stinner · 13 years ago
  21. ee587ea Catch PyUnicode_AS_UNICODE() errors in fileutils.c by Victor Stinner · 13 years ago
  22. 1f79517 Catch PyUnicode_AS_UNICODE() errors by Victor Stinner · 13 years ago
  23. 6f9568b Fix misused of "PyUnicodeObject" structure name in unicodeobject.h by Victor Stinner · 13 years ago
  24. f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 13 years ago
  25. 345379a #13406: correct the error message in check_warnings too. by Ezio Melotti · 13 years ago
  26. 11060a4 #13406: silence deprecation warnings in test_codecs. by Ezio Melotti · 13 years ago
  27. 27c2a86 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  28. eeae149 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  29. 56a220a Issue #13393: BufferedReader.read1() now asks the full requested size to by Antoine Pitrou · 13 years ago
  30. 2821644 Issue #13374: Skip deprecation tests for os.symlink() on Windows XP by Victor Stinner · 13 years ago
  31. 19bd069 What's New in 3.3: Add a "Deprecated ..." section by Victor Stinner · 13 years ago
  32. 040e16e "unicode_internal" codec has been deprecated: fix related tests by Victor Stinner · 13 years ago
  33. 8ab440e Merge by Antoine Pitrou · 13 years ago
  34. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  35. 8ad982c Use PyUnicode_FromFormat() to create the temporary file name. by Antoine Pitrou · 13 years ago
  36. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  37. 1d8f3f4 Fix regression under Windows following b75b41237380 (from issue #13392) by Antoine Pitrou · 13 years ago
  38. 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 13 years ago
  39. 5f7f615 Merge 3.2 by Éric Araujo · 13 years ago
  40. ca88e9c Branch merge by Éric Araujo · 13 years ago
  41. 3f2ba3b Branch merge by Éric Araujo · 13 years ago
  42. 2495c6a Merge by Antoine Pitrou · 13 years ago
  43. 13f8b68 Mark test_devpoll as unexpected on most platforms by Antoine Pitrou · 13 years ago
  44. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 13 years ago
  45. 9b5c7f4 Remove unused code from packaging.tests.__init__ by Éric Araujo · 13 years ago
  46. f450c1b reST fixes for /dev/poll by Jesus Cea · 13 years ago
  47. 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  48. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  49. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  50. 3650034 Remove redundant setUp/tearDown methods in packaging tests by Éric Araujo · 13 years ago
  51. acc0952 The error message should contain the key as given, not normalized. by Éric Araujo · 13 years ago
  52. 618b730 Add tests to check initial content of packaging.database caches by Éric Araujo · 13 years ago
  53. e749e21 packaging cleanup: A few super I missed in 5ae03b1e147a by Éric Araujo · 13 years ago
  54. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  55. 0efc419 Adapt test and example after e39d1b6f0856. by Éric Araujo · 13 years ago
  56. bfc9729 Fix a few typos by Éric Araujo · 13 years ago
  57. 84ed8f7 Add entries for distutils2 contributors (their patches are in packaging) by Éric Araujo · 13 years ago
  58. a5e7f31 Remove NEWS entries for packaging test suite fixes. by Éric Araujo · 13 years ago
  59. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 13 years ago
  60. 04e6909 Fix markup by Éric Araujo · 13 years ago
  61. d5d4406 #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. by Ezio Melotti · 13 years ago
  62. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  63. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  64. 84b48a6 Clarify the existence of the <> operator in Grammar/Grammar with a comment. Closes issue 13239 by Eli Bendersky · 13 years ago
  65. 0e79b7e Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 by Eli Bendersky · 13 years ago
  66. 3e62324 Issue #13217: add missing header dependencies in the Makefile for unicodeobject.o. by Antoine Pitrou · 13 years ago
  67. 5c398e8 Restore performance of special casings for utf-16 and utf-32 in TextIOWrapper by Antoine Pitrou · 13 years ago
  68. c28e2e5 In text I/O, optimize scanning for new lines with 1-byte unicode chars by Antoine Pitrou · 13 years ago
  69. f364e7b Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  70. 9ec2593 Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  71. c1b0bfd Fix memory leak in io.StringIO by Antoine Pitrou · 13 years ago
  72. 39aba4f Use the small object allocator for small bytearrays by Antoine Pitrou · 13 years ago
  73. c3dfc98 Null merge by Antoine Pitrou · 13 years ago
  74. 4339a77 Merge by Antoine Pitrou · 13 years ago
  75. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  76. e0815e2 Restore smtpd.DEBUGSTREAM at the end of test_smtpd. by Antoine Pitrou · 13 years ago
  77. 2515c4d Merge heads by Petri Lehtinen · 13 years ago
  78. f89d8fc Merge heads by Petri Lehtinen · 13 years ago
  79. 516d805 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  80. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  81. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 13 years ago
  82. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  83. 31b92a5 Sanitize reference management in the utf-8 encoder by Antoine Pitrou · 13 years ago
  84. f72d4ef Plug some (unlikely) refleaks. by Antoine Pitrou · 13 years ago
  85. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 13 years ago
  86. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 13 years ago
  87. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  88. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  89. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 13 years ago
  90. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  91. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  92. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  93. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  94. c178d9b Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups. by Florent Xicluna · 13 years ago
  95. 490062b Remove duplicate ACKS. by Florent Xicluna · 13 years ago
  96. e54371e Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. by Florent Xicluna · 13 years ago
  97. 4ff29db Merge 3.2 by Brian Curtin · 13 years ago
  98. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 13 years ago
  99. 40dc919 Fix range in test. by Ezio Melotti · 13 years ago
  100. e92ff05 Issue #13161: fix doc strings of __i*__ operators. Closes #13161 by Eli Bendersky · 13 years ago