1. a98b28c Avoid PyUnicode_AS_UNICODE in the UTF-8 encoder by Victor Stinner · 13 years ago
  2. 3326cb6 Fix "unicode_escape" encoder by Victor Stinner · 13 years ago
  3. 0e36826 Fix UTF-7 encoder on Windows by Victor Stinner · 13 years ago
  4. 87a7c82 Fix build on Windows by Victor Stinner · 13 years ago
  5. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  6. 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 13 years ago
  7. 1db7c13 Port encoders from Py_UNICODE API to unicode object API. by Martin v. Löwis · 13 years ago
  8. df8077e #13379: merge with 3.2. by Ezio Melotti · 13 years ago
  9. 98d2c0a #13379: update Unicode version in unicodedata docstrings and comments. by Ezio Melotti · 13 years ago
  10. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  11. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  12. 6139c1b Issue #12442: nt._getdiskusage() is now using the Windows Unicode API by Victor Stinner · 13 years ago
  13. fd9cd24 Issue #13374: Use Unicode filenames instead of bytes filenames by Victor Stinner · 13 years ago
  14. 62aa4d0 Strip trailing spaces by Victor Stinner · 13 years ago
  15. 0a045ef Fix a compiler warning: use unsiged for maxchar in unicode_widen() by Victor Stinner · 13 years ago
  16. 596a6c4 Fix the code page decoder by Victor Stinner · 13 years ago
  17. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
  18. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
  19. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
  20. c12e093 Back out changeset b6336ba796d4 until fix for #13303. by Charles-François Natali · 13 years ago
  21. 31846c4 test_import: test_execute_bit_not_copied() was actually a no-op: enable it. by Charles-François Natali · 13 years ago
  22. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 13 years ago
  23. 682ca1e Fix BytesWarnings in fnmatch by Antoine Pitrou · 13 years ago
  24. a8f63c0 Fix missing goto by Antoine Pitrou · 13 years ago
  25. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  26. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  27. 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
  28. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  29. 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
  30. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 13 years ago
  31. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  32. d10759f Make _PyUnicode_FromId return borrowed references. by Martin v. Löwis · 13 years ago
  33. e9b11c1 Change decoders to use Unicode API instead of Py_UNICODE. by Martin v. Löwis · 13 years ago
  34. d03a491 Commit 59dca1e2363d for issue #13327 introduced a compilation warning by Jesus Cea · 13 years ago
  35. 6e533f0 MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  36. 0fd66b8 MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  37. 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
  38. 304a165 News updates for #13327. by Brian Curtin · 13 years ago
  39. be90840 Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issue #13366. by Florent Xicluna · 13 years ago
  40. 7eb6584 branch merge. by Brian Curtin · 13 years ago
  41. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
  42. e0912db Closes #13366: fix test_pep277 failure on Windows. by Florent Xicluna · 13 years ago
  43. 7ef53ef Forgot to apply the futimesat change. by Brian Curtin · 13 years ago
  44. ca0fbc0 branch merge by Brian Curtin · 13 years ago
  45. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
  46. ca6befb More assertions in test_unicode_file, to chase issue #13348. by Florent Xicluna · 13 years ago
  47. a011e2b fileinput: replace this last occurence of codecs.open with builtins.open. by Florent Xicluna · 13 years ago
  48. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  49. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  50. b1c6f59 Branch merge by Éric Araujo · 13 years ago
  51. b0d5b5d Adjust None handling to be a bit more clean. Thanks to Benjamin by Brian Curtin · 13 years ago
  52. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  53. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  54. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  55. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  56. 2a7cc53 Remove unnecessary version check by Éric Araujo · 13 years ago
  57. 50add04 quote the type name for improved readability by Philip Jenvey · 13 years ago
  58. 0277aa3 Oops. Update a placeholder comment with the issue number. by Brian Curtin · 13 years ago
  59. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  60. 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  61. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  62. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  63. 438f21a Use more standard name for one option of packaging’s install_distinfo by Éric Araujo · 13 years ago
  64. ca94603 Remove redundant __main__ blocks from packaging modules. by Éric Araujo · 13 years ago
  65. fad46e1 Clean up mocking of stdout and stdin in packaging tests. by Éric Araujo · 13 years ago
  66. 261ccdc Minor tweak to packaging tests. by Éric Araujo · 13 years ago
  67. 08ad2fb curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  68. fd6b582 curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  69. a963e0d Undo potentially confusing name change in packaging. by Éric Araujo · 13 years ago
  70. 4e377f2 Make sure packaging tests that register custom commands also clear them by Éric Araujo · 13 years ago
  71. 55f8757 Issue #13300: Fix IDLE Restart Shell command failure introduced by by Ned Deily · 13 years ago
  72. 8e5d7cb Remove obsolete/duplicate entries by Éric Araujo · 13 years ago
  73. deb925f Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  74. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  75. 0cbc686 Null merge by Antoine Pitrou · 13 years ago
  76. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  77. 772add7 Try to make the tty input() tests more robust by Antoine Pitrou · 13 years ago
  78. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  79. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  80. 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 13 years ago
  81. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  82. 68fb89f Fix whitespace by Raymond Hettinger · 13 years ago
  83. f1182cd Merge by Raymond Hettinger · 13 years ago
  84. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 13 years ago
  85. 748d7ae Update .gitignore by Petri Lehtinen · 13 years ago
  86. d1d0849 Merge 3.2 by Petri Lehtinen · 13 years ago
  87. 0115fae Update .gitignore by Petri Lehtinen · 13 years ago
  88. 7d7cee9 Merge heads by Petri Lehtinen · 13 years ago
  89. 6ab96e4 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  90. d64fc39 news note about range introspection by Benjamin Peterson · 13 years ago
  91. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 13 years ago
  92. bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  93. 03b0819 Try to fix buildbot failures from #13193 by Éric Araujo · 13 years ago
  94. 88c2e45 asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag by Charles-François Natali · 13 years ago
  95. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  96. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  97. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  98. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  99. f16a350 Oops, really fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  100. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago