1. 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 13 years ago
  2. 5f7f615 Merge 3.2 by Éric Araujo · 13 years ago
  3. ca88e9c Branch merge by Éric Araujo · 13 years ago
  4. 3f2ba3b Branch merge by Éric Araujo · 13 years ago
  5. 2495c6a Merge by Antoine Pitrou · 13 years ago
  6. 13f8b68 Mark test_devpoll as unexpected on most platforms by Antoine Pitrou · 13 years ago
  7. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 13 years ago
  8. 9b5c7f4 Remove unused code from packaging.tests.__init__ by Éric Araujo · 13 years ago
  9. f450c1b reST fixes for /dev/poll by Jesus Cea · 13 years ago
  10. 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  11. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  12. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  13. 3650034 Remove redundant setUp/tearDown methods in packaging tests by Éric Araujo · 13 years ago
  14. acc0952 The error message should contain the key as given, not normalized. by Éric Araujo · 13 years ago
  15. 618b730 Add tests to check initial content of packaging.database caches by Éric Araujo · 13 years ago
  16. e749e21 packaging cleanup: A few super I missed in 5ae03b1e147a by Éric Araujo · 13 years ago
  17. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  18. 0efc419 Adapt test and example after e39d1b6f0856. by Éric Araujo · 13 years ago
  19. bfc9729 Fix a few typos by Éric Araujo · 13 years ago
  20. 84ed8f7 Add entries for distutils2 contributors (their patches are in packaging) by Éric Araujo · 13 years ago
  21. a5e7f31 Remove NEWS entries for packaging test suite fixes. by Éric Araujo · 13 years ago
  22. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 13 years ago
  23. 04e6909 Fix markup by Éric Araujo · 13 years ago
  24. d5d4406 #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. by Ezio Melotti · 13 years ago
  25. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  26. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  27. 84b48a6 Clarify the existence of the <> operator in Grammar/Grammar with a comment. Closes issue 13239 by Eli Bendersky · 13 years ago
  28. 0e79b7e Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 by Eli Bendersky · 13 years ago
  29. 3e62324 Issue #13217: add missing header dependencies in the Makefile for unicodeobject.o. by Antoine Pitrou · 13 years ago
  30. 5c398e8 Restore performance of special casings for utf-16 and utf-32 in TextIOWrapper by Antoine Pitrou · 13 years ago
  31. c28e2e5 In text I/O, optimize scanning for new lines with 1-byte unicode chars by Antoine Pitrou · 13 years ago
  32. f364e7b Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  33. 9ec2593 Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  34. c1b0bfd Fix memory leak in io.StringIO by Antoine Pitrou · 13 years ago
  35. 39aba4f Use the small object allocator for small bytearrays by Antoine Pitrou · 13 years ago
  36. c3dfc98 Null merge by Antoine Pitrou · 13 years ago
  37. 4339a77 Merge by Antoine Pitrou · 13 years ago
  38. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  39. e0815e2 Restore smtpd.DEBUGSTREAM at the end of test_smtpd. by Antoine Pitrou · 13 years ago
  40. 2515c4d Merge heads by Petri Lehtinen · 13 years ago
  41. f89d8fc Merge heads by Petri Lehtinen · 13 years ago
  42. 516d805 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  43. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  44. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 13 years ago
  45. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  46. 31b92a5 Sanitize reference management in the utf-8 encoder by Antoine Pitrou · 13 years ago
  47. f72d4ef Plug some (unlikely) refleaks. by Antoine Pitrou · 13 years ago
  48. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 13 years ago
  49. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 13 years ago
  50. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  51. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  52. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 13 years ago
  53. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  54. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  55. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  56. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  57. c178d9b Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups. by Florent Xicluna · 13 years ago
  58. 490062b Remove duplicate ACKS. by Florent Xicluna · 13 years ago
  59. e54371e Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. by Florent Xicluna · 13 years ago
  60. 4ff29db Merge 3.2 by Brian Curtin · 13 years ago
  61. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 13 years ago
  62. 40dc919 Fix range in test. by Ezio Melotti · 13 years ago
  63. e92ff05 Issue #13161: fix doc strings of __i*__ operators. Closes #13161 by Eli Bendersky · 13 years ago
  64. d3baae7 Issue #13161: fix doc strings of __i*__ operators by Eli Bendersky · 13 years ago
  65. 51f6648 Make test more inclusive by Antoine Pitrou · 13 years ago
  66. dffab19 Enable commented out test by Antoine Pitrou · 13 years ago
  67. 0290c7a Fix regression on 2-byte wchar_t systems (Windows) by Antoine Pitrou · 13 years ago
  68. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  69. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  70. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 13 years ago
  71. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  72. b0a1d62 Avoid a glibc bug in test_time (issue #13309) by Antoine Pitrou · 13 years ago
  73. 44c6aff Avoid crashing because of an unaligned word access by Antoine Pitrou · 13 years ago
  74. 9768676 Speed up IDNA for the common case by Antoine Pitrou · 13 years ago
  75. de20b0b Issue #13149: Speed up append-only StringIO objects. by Antoine Pitrou · 13 years ago
  76. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 13 years ago
  77. 240c55f Fix test_socket when built whithout threads. by Charles-François Natali · 13 years ago
  78. 24729f3 Prefer Py_UCS4 or wchar_t over Py_UNICODE by Victor Stinner · 13 years ago
  79. ebf3ba8 PyUnicode_DecodeCharmap() uses the new Unicode API by Victor Stinner · 13 years ago
  80. a98b28c Avoid PyUnicode_AS_UNICODE in the UTF-8 encoder by Victor Stinner · 13 years ago
  81. 3326cb6 Fix "unicode_escape" encoder by Victor Stinner · 13 years ago
  82. 0e36826 Fix UTF-7 encoder on Windows by Victor Stinner · 13 years ago
  83. 87a7c82 Fix build on Windows by Victor Stinner · 13 years ago
  84. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  85. 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 13 years ago
  86. 1db7c13 Port encoders from Py_UNICODE API to unicode object API. by Martin v. Löwis · 13 years ago
  87. df8077e #13379: merge with 3.2. by Ezio Melotti · 13 years ago
  88. 98d2c0a #13379: update Unicode version in unicodedata docstrings and comments. by Ezio Melotti · 13 years ago
  89. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  90. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  91. 6139c1b Issue #12442: nt._getdiskusage() is now using the Windows Unicode API by Victor Stinner · 13 years ago
  92. fd9cd24 Issue #13374: Use Unicode filenames instead of bytes filenames by Victor Stinner · 13 years ago
  93. 62aa4d0 Strip trailing spaces by Victor Stinner · 13 years ago
  94. 0a045ef Fix a compiler warning: use unsiged for maxchar in unicode_widen() by Victor Stinner · 13 years ago
  95. 596a6c4 Fix the code page decoder by Victor Stinner · 13 years ago
  96. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
  97. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
  98. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
  99. c12e093 Back out changeset b6336ba796d4 until fix for #13303. by Charles-François Natali · 13 years ago
  100. 31846c4 test_import: test_execute_bit_not_copied() was actually a no-op: enable it. by Charles-François Natali · 13 years ago