1. 570c5b2 Issue #16980: Fix processing of escaped non-ascii bytes in the by Serhiy Storchaka · 12 years ago
  2. 73e3880 Issue #16980: Fix processing of escaped non-ascii bytes in the by Serhiy Storchaka · 12 years ago
  3. f584aba Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  4. e58785b Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  5. ace3ad3 Issue #16975: Fix error handling bug in the escape-decode bytes decoder. by Serhiy Storchaka · 12 years ago
  6. 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 12 years ago
  7. 13252b8 Issue #16972: Have site.addpackage() consider known paths even when by Brett Cannon · 12 years ago
  8. 686e880 Touch up exception messaging by Brett Cannon · 12 years ago
  9. 90c8d06 - Issue #17031: Fix running regen in cross builds. by doko@python.org · 12 years ago
  10. a10e4a9 - Issue #17031: Fix running regen in cross builds. by doko@python.org · 12 years ago
  11. 20190e2 Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3) by Ronald Oussoren · 12 years ago
  12. 1c90eed Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2) by Ronald Oussoren · 12 years ago
  13. 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 12 years ago
  14. 1c60c7a Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 12 years ago
  15. 454ea92 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 12 years ago
  16. 96a9f89 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 12 years ago
  17. 7981f20 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 12 years ago
  18. fa3f9a3 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 12 years ago
  19. 900475f Null merge by Serhiy Storchaka · 12 years ago
  20. 4a98a71 Merge heads by Serhiy Storchaka · 12 years ago
  21. d5187c2 Merge heads by Serhiy Storchaka · 12 years ago
  22. 937c8e1 - Issue #16292: Improve a comment for cross building in configure.ac by doko@python.org · 12 years ago
  23. 44bbbda - Issue #16292: Improve a comment for cross building in configure.ac by doko@python.org · 12 years ago
  24. 981eec3 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 12 years ago
  25. 4c9bae3 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  26. b1b3c0d Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  27. 9731330 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 12 years ago
  28. 39e70a4 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  29. 9abc830 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
  30. c8c6563 Replace WaitForMultipleObjects with WaitForMultipleObjectEx, by Martin v. Löwis · 12 years ago
  31. b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 12 years ago
  32. 3f50bf6 Drop support for Windows 2000; allow any XP API (but not Vista+). by Martin v. Löwis · 12 years ago
  33. 6951fea - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  34. 0c77bf7 - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  35. 3e6e2ac - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  36. 4e63fbe - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  37. 35f284b Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  38. d269b5e Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  39. e7e9c32 Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  40. b09ec9b Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  41. c5dadcf Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  42. 339e91d Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  43. a3e9128 Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  44. a8e6af6 Increase the memory limit in the test for issue #16335. by Serhiy Storchaka · 12 years ago
  45. 5070c27 Increase the memory limit in the test for issue #16335. by Serhiy Storchaka · 12 years ago
  46. 2f2dd99 Increase the memory limit in the test for issue #16335. by Serhiy Storchaka · 12 years ago
  47. 6c1fed5 Null merge by Serhiy Storchaka · 12 years ago
  48. a303054 Null merge by Serhiy Storchaka · 12 years ago
  49. 7ee79a2 Don't run the test for issue #16335 when -M is not specified. by Serhiy Storchaka · 12 years ago
  50. dec4de2 Fix pathext test for shutil.which() which was by Serhiy Storchaka · 12 years ago
  51. d70127a Fix pathext test for shutil.which() which was by Serhiy Storchaka · 12 years ago
  52. f4fbf24 Issue #9708: clarify doc of iterparse - cElementTree doesn't support the parser argument by Eli Bendersky · 12 years ago
  53. 48c50bf Clarify ET.iterparse documentation - this function is not supported by the by Eli Bendersky · 12 years ago
  54. 0d55ddd null merge by Eli Bendersky · 12 years ago
  55. fa88b5d merge heads by Eli Bendersky · 12 years ago
  56. 48df2eb merge heads by Eli Bendersky · 12 years ago
  57. c4d5e08 Issue #9708: Fix support for iterparse(parser=...) argument per documentation. by Eli Bendersky · 12 years ago
  58. aaa9780 Issue #9708: Fix support for iterparse(parser=...) argument per documentation. by Eli Bendersky · 12 years ago
  59. 47c2975 Merge. by Stefan Krah · 12 years ago
  60. 82c6029 Merge 3.3. by Stefan Krah · 12 years ago
  61. 5c6198b Issue #12323: Strengthen error checking of the position XPath selectors by Eli Bendersky · 12 years ago
  62. eb8c451 Since the return type of format() is not a Decimal, raise ValueError instead of by Stefan Krah · 12 years ago
  63. 7ff241d Fix generating of sre_constants.h on Python 3. by Serhiy Storchaka · 12 years ago
  64. 33f7cdd Fix generating of sre_constants.h on Python 3. by Serhiy Storchaka · 12 years ago
  65. 385ecd8 Fix generating of sre_constants.h on Python 3. by Serhiy Storchaka · 12 years ago
  66. 51f4616 revert #16672 for incorrect semantics by Benjamin Peterson · 12 years ago
  67. 42d8773 merge from 3.3 by Senthil Kumaran · 12 years ago
  68. c1a7c56 merge from 3.2 by Senthil Kumaran · 12 years ago
  69. 6b102f2 Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and by Senthil Kumaran · 12 years ago
  70. 560eff1 Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  71. 9427b03 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  72. 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 12 years ago
  73. eb01949 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 12 years ago
  74. e9a6360 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
  75. 8bea200 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
  76. 605a95a #11379: merge with 3.3. by Ezio Melotti · 12 years ago
  77. 564e4d8 #11379: merge with 3.2. by Ezio Melotti · 12 years ago
  78. da4b5b8 #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 12 years ago
  79. f5da3ec #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 12 years ago
  80. 88069d2 Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  81. a3bdce8 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  82. 4b88d6c Added cookbook recipe for structured logging. by Vinay Sajip · 12 years ago
  83. a0c9a4e Added cookbook recipe for structured logging. by Vinay Sajip · 12 years ago
  84. 353e54e Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  85. cc0172c Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  86. 57f9b7a Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  87. 7c3922f Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  88. 791c97a Add some tests for XPath numeric indexing by Eli Bendersky · 12 years ago
  89. a80f761 Add some tests for XPath numeric indexing by Eli Bendersky · 12 years ago
  90. f69f961 Null merge by Serhiy Storchaka · 12 years ago
  91. 076b97e Null merge by Serhiy Storchaka · 12 years ago
  92. fc6e8aa #15546: Fix GzipFile.peek()'s handling of pathological input data. by Serhiy Storchaka · 12 years ago
  93. be2795a Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  94. 7f3e993 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  95. f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 12 years ago
  96. 0f2bd02 Updated logging HOWTO with a diagram. by Vinay Sajip · 12 years ago
  97. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  98. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  99. e461f79 Issue #17007: Merged minor changes from 3.3. by Vinay Sajip · 12 years ago
  100. 9fff386 Issue #17007: Merged minor changes from 3.2. by Vinay Sajip · 12 years ago