1. fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  2. 1eb0cb1 Some compilers complain about 'control reaches end of non-void function' by Christian Heimes · 11 years ago
  3. 60a6067 Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 11 years ago
  4. 37c916d merge by Christian Heimes · 11 years ago
  5. 53d2dc4 Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging by Christian Heimes · 11 years ago
  6. 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  7. 43d82df Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources. by Christian Heimes · 11 years ago
  8. 0f9b7d3 fix spacing by Benjamin Peterson · 11 years ago
  9. 04b01dc let's not return NULL from functions that should return ints by Benjamin Peterson · 11 years ago
  10. 8c4c1f6 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 11 years ago
  11. 96f628f Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
  12. 1f34729 Check return value of lseek() in _Py_DisplaySourceLine(). by Christian Heimes · 11 years ago
  13. c731bbe Propagate error when PyByteArray_Resize() fails in bytearray_translate() by Christian Heimes · 11 years ago
  14. 8e09084 merge by Christian Heimes · 11 years ago
  15. 8c077bc Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error by Christian Heimes · 11 years ago
  16. 8e8b9ba Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 11 years ago
  17. a6404ad Check return value of PyEval_GetGlobals() for NULL CID 486814 by Christian Heimes · 11 years ago
  18. 09994a9 Check return value of flush_character_buffer() CID 486663 by Christian Heimes · 11 years ago
  19. 27c4c3e Check return value of fstat() in _PyImport_GetDynLoadFunc() CID 486250 by Christian Heimes · 11 years ago
  20. 58ceecf Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 11 years ago
  21. 7ed4294 Add missing check of PyDict_Update()'s return value in _elementtree.c CID 719637 by Christian Heimes · 11 years ago
  22. 97cb67b Add missing check of PyDict_SetItem()'s return value CID 486659 by Christian Heimes · 11 years ago
  23. 26532f7 Check return value of PyType_Ready(&EncodingMapType) CID 486654 by Christian Heimes · 11 years ago
  24. 09ca794 Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject() by Christian Heimes · 11 years ago
  25. 0bd447f Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx() by Christian Heimes · 11 years ago
  26. 14f5ee0 Prevent dangling threads/process warning for test_multiprocessing. by Richard Oudkerk · 11 years ago
  27. 138d080 #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 11 years ago
  28. 45e9039 Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False by Victor Stinner · 11 years ago
  29. c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  30. 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  31. 6a98fe9 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 11 years ago
  32. ec7ddd9 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 11 years ago
  33. b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  34. d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  35. 265fba4 move declaration to top of block by Benjamin Peterson · 11 years ago
  36. 2dbfd88 check the return value of new_string() (closes #18470) by Benjamin Peterson · 11 years ago
  37. 676d7aa Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  38. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  39. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  40. 9ad51ec Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 11 years ago
  41. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  42. 0995c47 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  43. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  44. e6a1786 Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 11 years ago
  45. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  46. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  47. 04ff038 Issue #18365: normalize whitespace by Terry Jan Reedy · 11 years ago
  48. 21784da Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 11 years ago
  49. ce10fab #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  50. 577d4ff Issue #18433: Clarified venv documentation. by Vinay Sajip · 11 years ago
  51. ad6bb03 Issue #18434: Updated example script to tidy up resources. by Vinay Sajip · 11 years ago
  52. 8c7dde3 Merged upstream changes. by Vinay Sajip · 11 years ago
  53. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 11 years ago
  54. 8863bfe Merge heads. by R David Murray · 11 years ago
  55. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  56. 3c557f2 Issue #18434: Updated example script in venv docs to use setuptools rather than Distribute. by Vinay Sajip · 11 years ago
  57. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  58. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  59. 244d625 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 11 years ago
  60. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  61. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  62. dfde215 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  63. cca40ff Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  64. 7ce57d6 Issue #18426: improve exception message. Courtesy of Amaury by Christian Heimes · 11 years ago
  65. 848ee09 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  66. 87ead11 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  67. 296b73c #18399: fix comment typo. by R David Murray · 11 years ago
  68. 37114bb Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  69. ae6275d use $(LN) makefile variable instead of ln by Christian Heimes · 11 years ago
  70. 93dd693 #18403: fix an off-by-one typo noticed by Xue Fuqiao. by Ezio Melotti · 11 years ago
  71. f84e01d Add a couple of tests for str.center with non-ASCII chars. by Ezio Melotti · 11 years ago
  72. b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  73. 331c3fd Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
  74. 4e327c9 Issue #18377: Code cleanup in Python Launcher by Ronald Oussoren · 11 years ago
  75. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  76. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
  77. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  78. 5f3fef3 test_ftplib: silence a BytesWarning when checking TypeError by Florent Xicluna · 11 years ago
  79. fd1c69e2 Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 11 years ago
  80. d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 11 years ago
  81. a686505 Issue #17860: explicitly mention that std* streams are opened in binary mode by default. by Ronald Oussoren · 11 years ago
  82. 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  83. be9c841 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  84. a9c99a6 test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 11 years ago
  85. 330426c test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 11 years ago
  86. f4c47b5 Closes #18312: 'make distclean' no longer deletes files in dot-directories. by Eric V. Smith · 11 years ago
  87. e3e8bcf Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  88. d7d3f37 Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  89. b3c4b98 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  90. 8d37954 Issue #18343: faulthandler.register() now keeps the previous signal handler by Victor Stinner · 11 years ago
  91. b9dbc7d Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 11 years ago
  92. 2178248 Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
  93. cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  94. 8087879 Singular form just like the other error message. by Christian Heimes · 11 years ago
  95. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  96. 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  97. acd5f81 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 11 years ago
  98. ef1f777 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
  99. 61d003a Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 11 years ago
  100. 56fe854 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 11 years ago