1. 39aba4f Use the small object allocator for small bytearrays by Antoine Pitrou · 13 years ago
  2. c3dfc98 Null merge by Antoine Pitrou · 13 years ago
  3. 4339a77 Merge by Antoine Pitrou · 13 years ago
  4. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  5. e0815e2 Restore smtpd.DEBUGSTREAM at the end of test_smtpd. by Antoine Pitrou · 13 years ago
  6. 2515c4d Merge heads by Petri Lehtinen · 13 years ago
  7. f89d8fc Merge heads by Petri Lehtinen · 13 years ago
  8. 516d805 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  9. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  10. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 13 years ago
  11. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  12. 31b92a5 Sanitize reference management in the utf-8 encoder by Antoine Pitrou · 13 years ago
  13. f72d4ef Plug some (unlikely) refleaks. by Antoine Pitrou · 13 years ago
  14. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 13 years ago
  15. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 13 years ago
  16. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  17. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  18. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 13 years ago
  19. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  20. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  21. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  22. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  23. c178d9b Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups. by Florent Xicluna · 13 years ago
  24. 490062b Remove duplicate ACKS. by Florent Xicluna · 13 years ago
  25. e54371e Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. by Florent Xicluna · 13 years ago
  26. 4ff29db Merge 3.2 by Brian Curtin · 13 years ago
  27. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 13 years ago
  28. 40dc919 Fix range in test. by Ezio Melotti · 13 years ago
  29. e92ff05 Issue #13161: fix doc strings of __i*__ operators. Closes #13161 by Eli Bendersky · 13 years ago
  30. d3baae7 Issue #13161: fix doc strings of __i*__ operators by Eli Bendersky · 13 years ago
  31. 51f6648 Make test more inclusive by Antoine Pitrou · 13 years ago
  32. dffab19 Enable commented out test by Antoine Pitrou · 13 years ago
  33. 0290c7a Fix regression on 2-byte wchar_t systems (Windows) by Antoine Pitrou · 13 years ago
  34. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  35. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  36. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 13 years ago
  37. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  38. b0a1d62 Avoid a glibc bug in test_time (issue #13309) by Antoine Pitrou · 13 years ago
  39. 44c6aff Avoid crashing because of an unaligned word access by Antoine Pitrou · 13 years ago
  40. 9768676 Speed up IDNA for the common case by Antoine Pitrou · 13 years ago
  41. de20b0b Issue #13149: Speed up append-only StringIO objects. by Antoine Pitrou · 13 years ago
  42. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 13 years ago
  43. 240c55f Fix test_socket when built whithout threads. by Charles-François Natali · 13 years ago
  44. 24729f3 Prefer Py_UCS4 or wchar_t over Py_UNICODE by Victor Stinner · 13 years ago
  45. ebf3ba8 PyUnicode_DecodeCharmap() uses the new Unicode API by Victor Stinner · 13 years ago
  46. a98b28c Avoid PyUnicode_AS_UNICODE in the UTF-8 encoder by Victor Stinner · 13 years ago
  47. 3326cb6 Fix "unicode_escape" encoder by Victor Stinner · 13 years ago
  48. 0e36826 Fix UTF-7 encoder on Windows by Victor Stinner · 13 years ago
  49. 87a7c82 Fix build on Windows by Victor Stinner · 13 years ago
  50. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  51. 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 13 years ago
  52. 1db7c13 Port encoders from Py_UNICODE API to unicode object API. by Martin v. Löwis · 13 years ago
  53. df8077e #13379: merge with 3.2. by Ezio Melotti · 13 years ago
  54. 98d2c0a #13379: update Unicode version in unicodedata docstrings and comments. by Ezio Melotti · 13 years ago
  55. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  56. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  57. 6139c1b Issue #12442: nt._getdiskusage() is now using the Windows Unicode API by Victor Stinner · 13 years ago
  58. fd9cd24 Issue #13374: Use Unicode filenames instead of bytes filenames by Victor Stinner · 13 years ago
  59. 62aa4d0 Strip trailing spaces by Victor Stinner · 13 years ago
  60. 0a045ef Fix a compiler warning: use unsiged for maxchar in unicode_widen() by Victor Stinner · 13 years ago
  61. 596a6c4 Fix the code page decoder by Victor Stinner · 13 years ago
  62. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
  63. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
  64. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
  65. c12e093 Back out changeset b6336ba796d4 until fix for #13303. by Charles-François Natali · 13 years ago
  66. 31846c4 test_import: test_execute_bit_not_copied() was actually a no-op: enable it. by Charles-François Natali · 13 years ago
  67. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 13 years ago
  68. 682ca1e Fix BytesWarnings in fnmatch by Antoine Pitrou · 13 years ago
  69. a8f63c0 Fix missing goto by Antoine Pitrou · 13 years ago
  70. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  71. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  72. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 13 years ago
  73. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  74. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 13 years ago
  75. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 13 years ago
  76. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  77. d10759f Make _PyUnicode_FromId return borrowed references. by Martin v. Löwis · 13 years ago
  78. e9b11c1 Change decoders to use Unicode API instead of Py_UNICODE. by Martin v. Löwis · 13 years ago
  79. d03a491 Commit 59dca1e2363d for issue #13327 introduced a compilation warning by Jesus Cea · 13 years ago
  80. 6e533f0 MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  81. 0fd66b8 MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  82. 217f05b Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3 by Nick Coghlan · 13 years ago
  83. 304a165 News updates for #13327. by Brian Curtin · 13 years ago
  84. be90840 Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issue #13366. by Florent Xicluna · 13 years ago
  85. 7eb6584 branch merge. by Brian Curtin · 13 years ago
  86. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
  87. e0912db Closes #13366: fix test_pep277 failure on Windows. by Florent Xicluna · 13 years ago
  88. 7ef53ef Forgot to apply the futimesat change. by Brian Curtin · 13 years ago
  89. ca0fbc0 branch merge by Brian Curtin · 13 years ago
  90. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
  91. ca6befb More assertions in test_unicode_file, to chase issue #13348. by Florent Xicluna · 13 years ago
  92. a011e2b fileinput: replace this last occurence of codecs.open with builtins.open. by Florent Xicluna · 13 years ago
  93. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  94. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  95. b1c6f59 Branch merge by Éric Araujo · 13 years ago
  96. b0d5b5d Adjust None handling to be a bit more clean. Thanks to Benjamin by Brian Curtin · 13 years ago
  97. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  98. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  99. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  100. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago