1. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  2. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  3. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  4. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  5. 50add04 quote the type name for improved readability by Philip Jenvey · 13 years ago
  6. 0277aa3 Oops. Update a placeholder comment with the issue number. by Brian Curtin · 13 years ago
  7. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  8. 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  9. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  10. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  11. 08ad2fb curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  12. fd6b582 curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  13. 55f8757 Issue #13300: Fix IDLE Restart Shell command failure introduced by by Ned Deily · 13 years ago
  14. deb925f Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  15. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  16. 0cbc686 Null merge by Antoine Pitrou · 13 years ago
  17. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  18. 772add7 Try to make the tty input() tests more robust by Antoine Pitrou · 13 years ago
  19. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  20. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  21. 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 13 years ago
  22. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  23. 68fb89f Fix whitespace by Raymond Hettinger · 13 years ago
  24. f1182cd Merge by Raymond Hettinger · 13 years ago
  25. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 13 years ago
  26. 748d7ae Update .gitignore by Petri Lehtinen · 13 years ago
  27. d1d0849 Merge 3.2 by Petri Lehtinen · 13 years ago
  28. 0115fae Update .gitignore by Petri Lehtinen · 13 years ago
  29. 7d7cee9 Merge heads by Petri Lehtinen · 13 years ago
  30. 6ab96e4 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  31. d64fc39 news note about range introspection by Benjamin Peterson · 13 years ago
  32. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 13 years ago
  33. bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  34. 03b0819 Try to fix buildbot failures from #13193 by Éric Araujo · 13 years ago
  35. 88c2e45 asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag by Charles-François Natali · 13 years ago
  36. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  37. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  38. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  39. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  40. f16a350 Oops, really fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  41. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  42. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  43. 3dbb1f1 Fix test_urllib2 error on Windows in relation with issue #13287. by Florent Xicluna · 13 years ago
  44. 245a94b Merge heads by Petri Lehtinen · 13 years ago
  45. c06bb7a Avoid the Py_UNICODE type in codecs.c by Victor Stinner · 13 years ago
  46. b31f1bc PyCodec_XMLCharRefReplaceError(): Remove unused variable by Victor Stinner · 13 years ago
  47. c9f3846 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  48. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  49. e30c0a1 Fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 13 years ago
  50. 2fc507f Replace tabs by spaces by Victor Stinner · 13 years ago
  51. 12be46c Drop Py_UNICODE based encode exceptions. by Martin v. Löwis · 13 years ago
  52. 3d32519 Port code page codec to Unicode API. by Martin v. Löwis · 13 years ago
  53. 8ba7930 Fix C89 incompatibility. by Martin v. Löwis · 13 years ago
  54. b09af03 Port error handlers from Py_UNICODE indexing to code point indexing. by Martin v. Löwis · 13 years ago
  55. 495dcbd Merge 3.2: issue #13140 by Florent Xicluna · 13 years ago
  56. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  57. 3d7acb0 Issue #12342: Fix compilation on Mac OS X by Victor Stinner · 13 years ago
  58. 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
  59. c53ae58 Drop unused import in unittest package. by Florent Xicluna · 13 years ago
  60. ab1078b (Merge 3.2) Issue #13339. by Ross Lagerwall · 13 years ago
  61. dcfde5a Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. by Ross Lagerwall · 13 years ago
  62. 6777e6f (Merge 3.2) Issue #12342: Improve _tkinter error message on unencodable character by Victor Stinner · 13 years ago
  63. 7ab4192 Issue #12342: Improve _tkinter error message on unencodable character by Victor Stinner · 13 years ago
  64. fcd9653 Fix a compiler warning in unicode_encode_ucs1() by Victor Stinner · 13 years ago
  65. fc026c9 Fix PyUnicode_EncodeCharmap() by Victor Stinner · 13 years ago
  66. 7931d9a Replace PyUnicodeObject type by PyObject by Victor Stinner · 13 years ago
  67. 76a31a6 Cleanup decode_code_page_stateful() and encode_code_page() by Victor Stinner · 13 years ago
  68. a9e7364 Oversight in previous commit for test_pep277. by Florent Xicluna · 13 years ago
  69. 65eb453 Use PEP-3151 exceptions for test_pep277. by Florent Xicluna · 13 years ago
  70. 7581cef Adapt the code page encoder to the new unicode_encode_call_errorhandler() by Victor Stinner · 13 years ago
  71. 65f51bb (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead by Victor Stinner · 13 years ago
  72. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  73. 6fc41dd Merge 3.2 by Éric Araujo · 13 years ago
  74. 146f870 Branch merge by Éric Araujo · 13 years ago
  75. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  76. 7855a1a Actually check the contents of the file created by packaging’s bdist_dumb by Éric Araujo · 13 years ago
  77. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  78. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 13 years ago
  79. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  80. e2544bc Fix incorrect docstring I changed a while back. by Éric Araujo · 13 years ago
  81. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 13 years ago
  82. 5df1108 Add signatures to the docstring of functions added to imp by PEP 3147 by Éric Araujo · 13 years ago
  83. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  84. ef297a8 Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 13 years ago
  85. cb2f84a Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 13 years ago
  86. dfd2328 Minor code reorganization in one packaging test file by Éric Araujo · 13 years ago
  87. 9ad81a3 Fix typo “seperate” by Éric Araujo · 13 years ago
  88. 8159011 Fix typos in recent NEWS entries by Éric Araujo · 13 years ago
  89. 3924230 Fix typo by Éric Araujo · 13 years ago
  90. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 13 years ago
  91. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  92. 2787ea4 Fix a compile error (apparently Windows only) introduced in 295fdfd4f422 by Brian Curtin · 13 years ago
  93. cf85c30 test_asyncore: Actually try to received OOB data. by Charles-François Natali · 13 years ago
  94. b2cca00 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  95. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  96. 23e1ecb Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. by Charles-François Natali · 13 years ago
  97. ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 13 years ago
  98. af2ffd7 Cleanups in distutils tests. by Éric Araujo · 13 years ago
  99. 23e275b Port UCS1 and charmap codecs to new API. by Martin v. Löwis · 13 years ago
  100. 9e81668 Introduce PyObject* API for raising encode errors. by Martin v. Löwis · 13 years ago