1. 5e58600 Remove x permissions from Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  2. d785da8 Merge. by Larry Hastings · 9 years ago
  3. 9ec5e25 Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster. by Serhiy Storchaka · 9 years ago
  4. 59fb634 Issue #25761: Improved detecting errors in broken pickle data. by Serhiy Storchaka · 9 years ago
  5. 8986c44 Rebuilt pydoc topics for 3.4.4rc1. by Larry Hastings · 9 years ago
  6. 3e7a56a Updated pydoc topics for 3.5.1 final. by Larry Hastings · 9 years ago
  7. c4b8979 Issue #25764: Merge OS X test skipping from 3.4 into 3.5 by Martin Panter · 9 years ago
  8. 0d559cf Issue #25764: Remove test debugging by Martin Panter · 9 years ago
  9. 1a173de Issue #25764: Merge OS X test skipping from 3.5 by Martin Panter · 9 years ago
  10. f7fdbda Issue #25764: Skip the test on OS X by Martin Panter · 9 years ago
  11. 6dece97 Closes #25800: Merge with 3.5 by Zachary Ware · 9 years ago
  12. 2356069 Issue #25800: Merge with 3.4 by Zachary Ware · 9 years ago
  13. 6d8a260 Issue #25800: Fix running test_capi directly by Zachary Ware · 9 years ago
  14. aa07808 Issue #25764: OS X now failing on the second setrlimit() call by Martin Panter · 9 years ago
  15. 2d2af91 Closes #25795: Merge with 3.5 by Zachary Ware · 9 years ago
  16. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  17. da0f2a1 Issue #25764: Attempt to debug and skip OS X setrlimit() failure by Martin Panter · 9 years ago
  18. 154228f Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  19. 939614c Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  20. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  21. 07efcd5 Issue #25764: Merge subprocess fix from 3.5 by Martin Panter · 9 years ago
  22. 6a77c2d Issue #25764: Merge subprocess fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  23. 65ca88e Issue #25771: Tweak ValueError message when package isn't specified by Brett Cannon · 9 years ago
  24. ce2650f Add Awaitable, AsyncIterable, AsyncIterator to typing.py. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  25. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  26. 3ab6c98 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  27. b1f64e7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  28. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  29. 8513470 Issue #14285: Merge runpy exception fix from 3.5 by Martin Panter · 9 years ago
  30. 657257e Issue #14285: Do not catch __init__.py exceptions in runpy by Martin Panter · 9 years ago
  31. 7c088a9 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  32. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  33. e800941 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  34. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  35. 31618c9 (Merge 3.5) Fix test_doctest in verbose mode by Victor Stinner · 9 years ago
  36. 09a08de Fix test_doctest in verbose mode by Victor Stinner · 9 years ago
  37. b28c327 Issue #25177: Fixed problem with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  38. 40a841b Fixed issue #25177, problems with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  39. c0c00c3 Fix for issue #25177 with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  40. 723e296 Removed debugging output of exception raised by __reduce__ method. by Serhiy Storchaka · 9 years ago
  41. 1f23e23 Removed debugging output of exception raised by __reduce__ method. by Serhiy Storchaka · 9 years ago
  42. a8d83f5 Removed debugging output of exception raised by __reduce__ method. by Serhiy Storchaka · 9 years ago
  43. 78122c9 Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  44. b63015b Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  45. cbbec1c Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  46. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  47. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 9 years ago
  48. 92d5fba Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  49. 3c49710 Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  50. 7279bef Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  51. 40062a1 Issue #25754: Allow test_rlcompleter to be run multiple times by Martin Panter · 9 years ago
  52. 4f09806 #25485: Add context manager support to Telnet class. by R David Murray · 9 years ago
  53. 37f5421 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  54. 15f070f Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  55. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  56. 077e36a Issue #25622: Use repr(bytes) to avoid BytesWarning by Martin Panter · 9 years ago
  57. 7b2eb81 Issue #25622: Merge ctypes test from 3.4 into 3.5 by Martin Panter · 9 years ago
  58. 92072ac Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows by Martin Panter · 9 years ago
  59. aa78555 Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows by Martin Panter · 9 years ago
  60. 6a50e79 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  61. 670d78a Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  62. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  63. b64c943 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  64. 2cefc1e Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  65. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  66. bb6e4a0 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  67. f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  68. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  69. dde0815 Issue #7990: dir() on ElementTree.Element now lists properties: "tag", by Serhiy Storchaka · 9 years ago
  70. f65dd1d Issue #25576: Apply fix to new urlopen() doc string by Martin Panter · 9 years ago
  71. 33623b1 Issue #25695: Defer creation of TESTDIRN until the test case is run by Martin Panter · 9 years ago
  72. 2831b38 merge by Raymond Hettinger · 9 years ago
  73. c3f7d17 Fix non-ascii character by Raymond Hettinger · 9 years ago
  74. a89013d merge by Raymond Hettinger · 9 years ago
  75. c9c3dd8 Add a missing docstring by Raymond Hettinger · 9 years ago
  76. 745f6b3 Issue #25663: Update rlcompleter test for new 3.6 behaviour by Martin Panter · 9 years ago
  77. 450c988 Issue #25663: Merge rlcompleter fix from 3.5 by Martin Panter · 9 years ago
  78. 11bb1ad Issue #25663: Merge rlcompleter fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  79. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  80. 698068b Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  81. 6f988b5 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  82. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  83. b1ce302 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  84. 4409c6c Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  85. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  86. 3715cab Merge 3.5.1rc1 release changes back into main 3.5 branch. by Larry Hastings · 9 years ago
  87. 0cd3eff Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  88. 3987fef Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  89. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  90. da43ee4 Issue #25694: Fix test_regrtest for installed Python by Victor Stinner · 9 years ago
  91. bf57bff Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  92. 6e3d2ba Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  93. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  94. ac8abe2 Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  95. 36e4f76 Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  96. 04d759b Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  97. 1fb5b73 Updated pydoc topics for 3.5.1rc1. by Larry Hastings · 9 years ago
  98. d40d90a Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  99. 4a93cf7 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  100. 6e92c11 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago