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