1. 748d7ae Update .gitignore by Petri Lehtinen · 14 years ago
  2. d1d0849 Merge 3.2 by Petri Lehtinen · 14 years ago
  3. 0115fae Update .gitignore by Petri Lehtinen · 14 years ago
  4. 7d7cee9 Merge heads by Petri Lehtinen · 14 years ago
  5. 6ab96e4 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 14 years ago
  6. d64fc39 news note about range introspection by Benjamin Peterson · 14 years ago
  7. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 14 years ago
  8. bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 14 years ago
  9. 03b0819 Try to fix buildbot failures from #13193 by Éric Araujo · 14 years ago
  10. 88c2e45 asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag by Charles-François Natali · 14 years ago
  11. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  12. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  13. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago
  14. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago
  15. f16a350 Oops, really fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 14 years ago
  16. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 14 years ago
  17. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 14 years ago
  18. 3dbb1f1 Fix test_urllib2 error on Windows in relation with issue #13287. by Florent Xicluna · 14 years ago
  19. 245a94b Merge heads by Petri Lehtinen · 14 years ago
  20. c06bb7a Avoid the Py_UNICODE type in codecs.c by Victor Stinner · 14 years ago
  21. b31f1bc PyCodec_XMLCharRefReplaceError(): Remove unused variable by Victor Stinner · 14 years ago
  22. c9f3846 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 14 years ago
  23. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 14 years ago
  24. e30c0a1 Fix gdb/libpython.py for not ready Unicode strings by Victor Stinner · 14 years ago
  25. 2fc507f Replace tabs by spaces by Victor Stinner · 14 years ago
  26. 12be46c Drop Py_UNICODE based encode exceptions. by Martin v. Löwis · 14 years ago
  27. 3d32519 Port code page codec to Unicode API. by Martin v. Löwis · 14 years ago
  28. 8ba7930 Fix C89 incompatibility. by Martin v. Löwis · 14 years ago
  29. b09af03 Port error handlers from Py_UNICODE indexing to code point indexing. by Martin v. Löwis · 14 years ago
  30. 495dcbd Merge 3.2: issue #13140 by Florent Xicluna · 14 years ago
  31. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 14 years ago
  32. 3d7acb0 Issue #12342: Fix compilation on Mac OS X by Victor Stinner · 14 years ago
  33. 54540ec Remove redundant imports. by Florent Xicluna · 14 years ago
  34. c53ae58 Drop unused import in unittest package. by Florent Xicluna · 14 years ago
  35. ab1078b (Merge 3.2) Issue #13339. by Ross Lagerwall · 14 years ago
  36. dcfde5a Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. by Ross Lagerwall · 14 years ago
  37. 6777e6f (Merge 3.2) Issue #12342: Improve _tkinter error message on unencodable character by Victor Stinner · 14 years ago
  38. 7ab4192 Issue #12342: Improve _tkinter error message on unencodable character by Victor Stinner · 14 years ago
  39. fcd9653 Fix a compiler warning in unicode_encode_ucs1() by Victor Stinner · 14 years ago
  40. fc026c9 Fix PyUnicode_EncodeCharmap() by Victor Stinner · 14 years ago
  41. 7931d9a Replace PyUnicodeObject type by PyObject by Victor Stinner · 14 years ago
  42. 76a31a6 Cleanup decode_code_page_stateful() and encode_code_page() by Victor Stinner · 14 years ago
  43. a9e7364 Oversight in previous commit for test_pep277. by Florent Xicluna · 14 years ago
  44. 65eb453 Use PEP-3151 exceptions for test_pep277. by Florent Xicluna · 14 years ago
  45. 7581cef Adapt the code page encoder to the new unicode_encode_call_errorhandler() by Victor Stinner · 14 years ago
  46. 65f51bb (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead by Victor Stinner · 14 years ago
  47. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
  48. 6fc41dd Merge 3.2 by Éric Araujo · 14 years ago
  49. 146f870 Branch merge by Éric Araujo · 14 years ago
  50. 9c2f42f Branch merge by Éric Araujo · 14 years ago
  51. 7855a1a Actually check the contents of the file created by packaging’s bdist_dumb by Éric Araujo · 14 years ago
  52. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 14 years ago
  53. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 14 years ago
  54. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 14 years ago
  55. e2544bc Fix incorrect docstring I changed a while back. by Éric Araujo · 14 years ago
  56. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 14 years ago
  57. 5df1108 Add signatures to the docstring of functions added to imp by PEP 3147 by Éric Araujo · 14 years ago
  58. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 14 years ago
  59. ef297a8 Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 14 years ago
  60. cb2f84a Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 14 years ago
  61. dfd2328 Minor code reorganization in one packaging test file by Éric Araujo · 14 years ago
  62. 9ad81a3 Fix typo “seperate” by Éric Araujo · 14 years ago
  63. 8159011 Fix typos in recent NEWS entries by Éric Araujo · 14 years ago
  64. 3924230 Fix typo by Éric Araujo · 14 years ago
  65. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 14 years ago
  66. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
  67. 2787ea4 Fix a compile error (apparently Windows only) introduced in 295fdfd4f422 by Brian Curtin · 14 years ago
  68. cf85c30 test_asyncore: Actually try to received OOB data. by Charles-François Natali · 14 years ago
  69. b2cca00 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 14 years ago
  70. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 14 years ago
  71. 23e1ecb Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. by Charles-François Natali · 14 years ago
  72. ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 14 years ago
  73. af2ffd7 Cleanups in distutils tests. by Éric Araujo · 14 years ago
  74. 23e275b Port UCS1 and charmap codecs to new API. by Martin v. Löwis · 14 years ago
  75. 9e81668 Introduce PyObject* API for raising encode errors. by Martin v. Löwis · 14 years ago
  76. 2fbc185 Issue #13312: skip the failing negative years for now. by Florent Xicluna · 14 years ago
  77. dfee6c8 Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue #13312). by Florent Xicluna · 14 years ago
  78. e2a732e Issue #13312: skip the single failing value for now. by Florent Xicluna · 14 years ago
  79. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 14 years ago
  80. 5f4f4c5 Replace Py_UNICODE_strchr with PyUnicode_FindChar. by Martin v. Löwis · 14 years ago
  81. d1bd7f7 Additional tests for negative years. by Florent Xicluna · 14 years ago
  82. f24e7e6 Merge 3.2: issue #2892 by Florent Xicluna · 14 years ago
  83. f588dd6 Merge test improvements from 3.2. by Ezio Melotti · 14 years ago
  84. c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 14 years ago
  85. 725af4d Lowercase the test name, to run last. by Florent Xicluna · 14 years ago
  86. 050c7e6 Replace temporary tests with the real test case for issue #13309 on Gentoo. by Florent Xicluna · 14 years ago
  87. 4c875a9 'HTTPSHandler' and not the type. by Senthil Kumaran · 14 years ago
  88. 0d54eb9 Append HTTPSHandler to __all__ when it is available. by Senthil Kumaran · 14 years ago
  89. 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 14 years ago
  90. 712b14f Troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 14 years ago
  91. 752c1d4c Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 14 years ago
  92. bceb528 Test the year range supported by time.strftime() and time.asctime(). by Florent Xicluna · 14 years ago
  93. 629a2c3 Merge test fixes from 3.2. by Ezio Melotti · 14 years ago
  94. b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 14 years ago
  95. 829c3da #12008: merge with 3.2. by Ezio Melotti · 14 years ago
  96. 18b0e5b #12008: add a test. by Ezio Melotti · 14 years ago
  97. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
  98. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 14 years ago
  99. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  100. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago