1. 1f79517 Catch PyUnicode_AS_UNICODE() errors by Victor Stinner · 13 years ago
  2. 6f9568b Fix misused of "PyUnicodeObject" structure name in unicodeobject.h by Victor Stinner · 13 years ago
  3. f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 13 years ago
  4. 345379a #13406: correct the error message in check_warnings too. by Ezio Melotti · 13 years ago
  5. 11060a4 #13406: silence deprecation warnings in test_codecs. by Ezio Melotti · 13 years ago
  6. 27c2a86 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  7. eeae149 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  8. 56a220a Issue #13393: BufferedReader.read1() now asks the full requested size to by Antoine Pitrou · 13 years ago
  9. 2821644 Issue #13374: Skip deprecation tests for os.symlink() on Windows XP by Victor Stinner · 13 years ago
  10. 19bd069 What's New in 3.3: Add a "Deprecated ..." section by Victor Stinner · 13 years ago
  11. 040e16e "unicode_internal" codec has been deprecated: fix related tests by Victor Stinner · 13 years ago
  12. 8ab440e Merge by Antoine Pitrou · 13 years ago
  13. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  14. 8ad982c Use PyUnicode_FromFormat() to create the temporary file name. by Antoine Pitrou · 13 years ago
  15. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  16. 1d8f3f4 Fix regression under Windows following b75b41237380 (from issue #13392) by Antoine Pitrou · 13 years ago
  17. 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 13 years ago
  18. 5f7f615 Merge 3.2 by Éric Araujo · 13 years ago
  19. ca88e9c Branch merge by Éric Araujo · 13 years ago
  20. 3f2ba3b Branch merge by Éric Araujo · 13 years ago
  21. 2495c6a Merge by Antoine Pitrou · 13 years ago
  22. 13f8b68 Mark test_devpoll as unexpected on most platforms by Antoine Pitrou · 13 years ago
  23. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 13 years ago
  24. 9b5c7f4 Remove unused code from packaging.tests.__init__ by Éric Araujo · 13 years ago
  25. f450c1b reST fixes for /dev/poll by Jesus Cea · 13 years ago
  26. 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  27. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  28. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  29. 3650034 Remove redundant setUp/tearDown methods in packaging tests by Éric Araujo · 13 years ago
  30. acc0952 The error message should contain the key as given, not normalized. by Éric Araujo · 13 years ago
  31. 618b730 Add tests to check initial content of packaging.database caches by Éric Araujo · 13 years ago
  32. e749e21 packaging cleanup: A few super I missed in 5ae03b1e147a by Éric Araujo · 13 years ago
  33. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  34. 0efc419 Adapt test and example after e39d1b6f0856. by Éric Araujo · 13 years ago
  35. bfc9729 Fix a few typos by Éric Araujo · 13 years ago
  36. 84ed8f7 Add entries for distutils2 contributors (their patches are in packaging) by Éric Araujo · 13 years ago
  37. a5e7f31 Remove NEWS entries for packaging test suite fixes. by Éric Araujo · 13 years ago
  38. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 13 years ago
  39. 04e6909 Fix markup by Éric Araujo · 13 years ago
  40. d5d4406 #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. by Ezio Melotti · 13 years ago
  41. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  42. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  43. 84b48a6 Clarify the existence of the <> operator in Grammar/Grammar with a comment. Closes issue 13239 by Eli Bendersky · 13 years ago
  44. 0e79b7e Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 by Eli Bendersky · 13 years ago
  45. 3e62324 Issue #13217: add missing header dependencies in the Makefile for unicodeobject.o. by Antoine Pitrou · 13 years ago
  46. 5c398e8 Restore performance of special casings for utf-16 and utf-32 in TextIOWrapper by Antoine Pitrou · 13 years ago
  47. c28e2e5 In text I/O, optimize scanning for new lines with 1-byte unicode chars by Antoine Pitrou · 13 years ago
  48. f364e7b Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  49. 9ec2593 Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  50. c1b0bfd Fix memory leak in io.StringIO by Antoine Pitrou · 13 years ago
  51. 39aba4f Use the small object allocator for small bytearrays by Antoine Pitrou · 13 years ago
  52. c3dfc98 Null merge by Antoine Pitrou · 13 years ago
  53. 4339a77 Merge by Antoine Pitrou · 13 years ago
  54. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  55. e0815e2 Restore smtpd.DEBUGSTREAM at the end of test_smtpd. by Antoine Pitrou · 13 years ago
  56. 2515c4d Merge heads by Petri Lehtinen · 13 years ago
  57. f89d8fc Merge heads by Petri Lehtinen · 13 years ago
  58. 516d805 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  59. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  60. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 13 years ago
  61. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  62. 31b92a5 Sanitize reference management in the utf-8 encoder by Antoine Pitrou · 13 years ago
  63. f72d4ef Plug some (unlikely) refleaks. by Antoine Pitrou · 13 years ago
  64. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 13 years ago
  65. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 13 years ago
  66. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  67. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  68. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 13 years ago
  69. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  70. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  71. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  72. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  73. c178d9b Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups. by Florent Xicluna · 13 years ago
  74. 490062b Remove duplicate ACKS. by Florent Xicluna · 13 years ago
  75. e54371e Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. by Florent Xicluna · 13 years ago
  76. 4ff29db Merge 3.2 by Brian Curtin · 13 years ago
  77. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 13 years ago
  78. 40dc919 Fix range in test. by Ezio Melotti · 13 years ago
  79. e92ff05 Issue #13161: fix doc strings of __i*__ operators. Closes #13161 by Eli Bendersky · 13 years ago
  80. d3baae7 Issue #13161: fix doc strings of __i*__ operators by Eli Bendersky · 13 years ago
  81. 51f6648 Make test more inclusive by Antoine Pitrou · 13 years ago
  82. dffab19 Enable commented out test by Antoine Pitrou · 13 years ago
  83. 0290c7a Fix regression on 2-byte wchar_t systems (Windows) by Antoine Pitrou · 13 years ago
  84. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  85. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  86. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 13 years ago
  87. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  88. b0a1d62 Avoid a glibc bug in test_time (issue #13309) by Antoine Pitrou · 13 years ago
  89. 44c6aff Avoid crashing because of an unaligned word access by Antoine Pitrou · 13 years ago
  90. 9768676 Speed up IDNA for the common case by Antoine Pitrou · 13 years ago
  91. de20b0b Issue #13149: Speed up append-only StringIO objects. by Antoine Pitrou · 13 years ago
  92. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 13 years ago
  93. 240c55f Fix test_socket when built whithout threads. by Charles-François Natali · 13 years ago
  94. 24729f3 Prefer Py_UCS4 or wchar_t over Py_UNICODE by Victor Stinner · 13 years ago
  95. ebf3ba8 PyUnicode_DecodeCharmap() uses the new Unicode API by Victor Stinner · 13 years ago
  96. a98b28c Avoid PyUnicode_AS_UNICODE in the UTF-8 encoder by Victor Stinner · 13 years ago
  97. 3326cb6 Fix "unicode_escape" encoder by Victor Stinner · 13 years ago
  98. 0e36826 Fix UTF-7 encoder on Windows by Victor Stinner · 13 years ago
  99. 87a7c82 Fix build on Windows by Victor Stinner · 13 years ago
  100. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago