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