1. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  2. c5d95b1 Add simple test for repr(lock) by Christian Heimes · 11 years ago
  3. 8ad91cc Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
  4. 4ebc929 Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
  5. d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  6. 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 11 years ago
  7. 4fec431 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  8. 580373c Issue #18593: fix typo in comment by Eli Bendersky · 11 years ago
  9. 25f043b Issue #18593: fix typo in comment by Eli Bendersky · 11 years ago
  10. 5bcbdf1 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  11. 4bd3129 Make all idle test case names end with 'Test'. by Terry Jan Reedy · 11 years ago
  12. 299a221 Merge #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  13. fdfb005 #18584: make doctest examples in email documentation pass. by R David Murray · 11 years ago
  14. 00dc61c Merge #15415 from 3.3 (again) by Nick Coghlan · 11 years ago
  15. c06c0ae Third attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  16. 4bcb1ec Merge #15415 Windows buildbot change from 3.3 by Nick Coghlan · 11 years ago
  17. 2f253e8 Attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  18. 7e6cd29 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  19. 015b453 Update gui section of idle test README. by Terry Jan Reedy · 11 years ago
  20. a315a97 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  21. a9d16c8 Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7). by Terry Jan Reedy · 11 years ago
  22. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 11 years ago
  23. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  24. b8de598 Null merge from 3.3 by Nick Coghlan · 11 years ago
  25. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  26. fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  27. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  28. 7757820 Restore the data block size to 62. by Raymond Hettinger · 11 years ago
  29. 1f1d0a5 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  30. 725d9dd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 11 years ago
  31. b6738df (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  32. ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 11 years ago
  33. 290371d merge 3.3 (#18565) by Benjamin Peterson · 11 years ago
  34. d979c72 add a test for issue #17669 (closes #18565) by Benjamin Peterson · 11 years ago
  35. 937b50c Merge with 3.3 by Terry Jan Reedy · 11 years ago
  36. 9eda66d Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry. by Terry Jan Reedy · 11 years ago
  37. 3223dd5 Assertions key off NDEBUG by Raymond Hettinger · 11 years ago
  38. a44549a null merge (fix already applied to default) by Victor Stinner · 11 years ago
  39. da2cbb4 Issue #15893: Remove dead code by Victor Stinner · 11 years ago
  40. c588fee Issue #15893: Improve error handling in main() and Py_FrozenMain() by Victor Stinner · 11 years ago
  41. 739cf4e Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as by Victor Stinner · 11 years ago
  42. b5245be Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization by Victor Stinner · 11 years ago
  43. 597696c (Merge 3.3) Issue #15893: frozenmain.c now handles PyMem_Malloc() failure by Victor Stinner · 11 years ago
  44. 36577e4 Issue #15893: frozenmain.c now handles PyMem_Malloc() failure by Victor Stinner · 11 years ago
  45. b7f1b38 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 11 years ago
  46. 70c94e7 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 11 years ago
  47. b318990 (Merge 3.3) Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 11 years ago
  48. 1acc129 Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 11 years ago
  49. ee4b59c (Merge 3.3) According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
  50. ce72e1c According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
  51. f6e7e36 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  52. 6ca8a05 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  53. 4ebf6d7 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 11 years ago
  54. 704e2d3 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 11 years ago
  55. f446d21 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 11 years ago
  56. 9ee5c37 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 11 years ago
  57. d4095d9 Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions by Victor Stinner · 11 years ago
  58. 8cda5e6 Coverity: model PyLong_From*() functions by Christian Heimes · 11 years ago
  59. ebf4204 Handle yet another potential failure in testcapi CID 1058280 by Christian Heimes · 11 years ago
  60. 66eda26 Handle yet another potential failure in testcapi CID 1058280 by Christian Heimes · 11 years ago
  61. 9bfcaa6 Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if by Christian Heimes · 11 years ago
  62. 5962bef Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if by Christian Heimes · 11 years ago
  63. dd6f389 remove surplus and wrong Py_DECREF() introduced in 33891989c9cf by Christian Heimes · 11 years ago
  64. ec2309b remove surplus and wrong Py_DECREF() introduced in 33891989c9cf by Christian Heimes · 11 years ago
  65. cb7ca52 Fix memory leaks and add checks for failing malloc() calls to testcapi module by Christian Heimes · 11 years ago
  66. 3205e74 Fix declaration-after-statement of d49f65ff4f3c by Christian Heimes · 11 years ago
  67. 7e13802 Fix memory leaks and add checks for failing malloc() calls to testcapi module by Christian Heimes · 11 years ago
  68. 5e3de55 Fix possible NULL pointer dereferences in testcapi module by Christian Heimes · 11 years ago
  69. ff369a5 Fix possible NULL pointer dereferences in testcapi module by Christian Heimes · 11 years ago
  70. ef86368 Fix possible NULL pointer dereference in PyCurses_Start_Color() CID 1058276 by Christian Heimes · 11 years ago
  71. a956e64 Fix possible NULL pointer dereference in PyCurses_Start_Color() CID 1058276 by Christian Heimes · 11 years ago
  72. 5d7c1b1 merge for issue #18556 by Brett Cannon · 11 years ago
  73. 845f784 Issue #18556: Check the return value for PyUnicode_AsWideChar() in by Brett Cannon · 11 years ago
  74. b41803e Close #18545: now only executes member_type if no _value_ is assigned in __new__. by Ethan Furman · 11 years ago
  75. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  76. 840c310 Fix typo on MutableSequence docstring. by Guido van Rossum · 11 years ago
  77. bd2a757 Merge #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  78. b76b1b1 #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  79. 4d0f808 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  80. 271ade8 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  81. c985d08 Closes #18491: Added script-wrapper functionality to launcher source (but not to executable). by Vinay Sajip · 11 years ago
  82. 7c8cd25 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 11 years ago
  83. 9228837 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 11 years ago
  84. 99f969e #14853: merge with 3.3. by Ezio Melotti · 11 years ago
  85. b042daa #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  86. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 11 years ago
  87. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  88. 6f08d30 Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 11 years ago
  89. 72f562f Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 11 years ago
  90. aca6170 Closes #18541: merged update from 3.3. by Vinay Sajip · 11 years ago
  91. a92fbe6 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 11 years ago
  92. 26421ab merge 3.3 by Benjamin Peterson · 11 years ago
  93. 7d28b6b return NULL here by Benjamin Peterson · 11 years ago
  94. a3852ff Add in a comment that was removed in 240adc564539 (requested by Victor Stinner) by Brian Curtin · 11 years ago
  95. 52b9fdf Remove duplicate entry for sdigit. by Christian Heimes · 11 years ago
  96. b911cfd Add modeling file for Coverity Scan. by Christian Heimes · 11 years ago
  97. ba30883 Issue #18520: Fix initstdio(), handle PySys_SetObject() failure by Victor Stinner · 11 years ago
  98. 5b3b100 Issue #18520: Fix _PyDict_GetItemId(), suppress _PyUnicode_FromId() error by Victor Stinner · 11 years ago
  99. 34f96b8 Issue #18520: Fix PyFunction_NewWithQualName() error handling by Victor Stinner · 11 years ago
  100. 4d1f5d6 Reindent PyFunction_NewWithQualName() by Victor Stinner · 11 years ago