1. 64ed576 merge 3.2 (#14509) by Benjamin Peterson · 12 years ago
  2. ca819c3 merge 3.1 (#14509) by Benjamin Peterson · 12 years ago
  3. f6622c8 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 12 years ago
  4. 0c0914e _decimal is now 100x faster than the Python version in the pi benchmark. by Stefan Krah · 12 years ago
  5. dd159ce Speed up _decimal by 30-40% for numerical workloads by improving the cache by Stefan Krah · 12 years ago
  6. 94ef3e4 Use the MPD() accessor macro. by Stefan Krah · 12 years ago
  7. b547d39 Update description of benchmarks and mention the benchmarks repo by Antoine Pitrou · 12 years ago
  8. d6aa5b3 Fix whitespace by Antoine Pitrou · 12 years ago
  9. 1584ae3 Issue #13165: stringbench is now available in the Tools/stringbench folder. by Antoine Pitrou · 12 years ago
  10. 75d9aca Rename test_ file that is really a support file to remove test_ prefix. by R David Murray · 12 years ago
  11. f1cdb60 Reflow paragraph (not that it helped much). by R David Murray · 12 years ago
  12. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  13. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  14. c988e24 Remove redundancy in listing of all mailbox classes in test_mailbox. by R David Murray · 12 years ago
  15. 409d0a9 Null merge by Antoine Pitrou · 12 years ago
  16. c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 12 years ago
  17. 0ec2c07 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  18. f18d6f3 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  19. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  20. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  21. f998810 Merge: Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  22. 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  23. e638513 Remove unused variable from gcmodule.c. The code no longer tests for the by Kristján Valur Jónsson · 12 years ago
  24. 452806c Merged logging cookbook update from 3.2. by Vinay Sajip · 12 years ago
  25. 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 12 years ago
  26. df97cbe Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. by Antoine Pitrou · 12 years ago
  27. 52a11f1 Issue #14310: Catch testing errors when trying to create unsupported socket by Kristján Valur Jónsson · 12 years ago
  28. 8798ad3 struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but by Brett Cannon · 12 years ago
  29. 014397e Determine opensearch URL from current version. by Georg Brandl · 12 years ago
  30. 30e4ca4 Closes #14511: merge with 3.2 by Georg Brandl · 12 years ago
  31. 3abebca Closes #14511: fix wrong opensearch link for 3.2 docs. by Georg Brandl · 12 years ago
  32. 1bcb138 Merge. by Stefan Krah · 12 years ago
  33. dc36efa 1) Fix comment. by Stefan Krah · 12 years ago
  34. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  35. 0f9eec1 Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. by Ross Lagerwall · 12 years ago
  36. c1b34a3 merge 3.2 by Benjamin Peterson · 12 years ago
  37. 403bb39 merge heads by Benjamin Peterson · 12 years ago
  38. 0492086 merge heads by Benjamin Peterson · 12 years ago
  39. 161aece merge 3.2 by Benjamin Peterson · 12 years ago
  40. dcb89f4 port 3.1.5rc2 tag by Benjamin Peterson · 12 years ago
  41. 718a8e8 merge 3.1 by Benjamin Peterson · 12 years ago
  42. 7fddb4b Added tag v3.1.5 for changeset 7395330e495e by Benjamin Peterson · 12 years ago
  43. c37a4fd bump to 3.1.5 final by Benjamin Peterson · 12 years ago
  44. d62cd56 Issue #14500: Fix importlib.test.import_.test_packages to clean up by Brett Cannon · 12 years ago
  45. 83c02ee merge by Brett Cannon · 12 years ago
  46. b2e5818 Set a time threshold in test_asyncore.capture_server so that tests don't by Kristján Valur Jónsson · 12 years ago
  47. f3be68e Issue #14502: it's RuntimeError on 3.3 by Sandro Tosi · 12 years ago
  48. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  49. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  50. e0029ba merge 3.2 by Benjamin Peterson · 12 years ago
  51. e3c3f24 merge heads by Sandro Tosi · 12 years ago
  52. afb5205 Close #14249: Use bit shifts instead of an union, it's more efficient. by Victor Stinner · 12 years ago
  53. 5d1c2f0 Issue #14502: merge with 3.2 by Sandro Tosi · 12 years ago
  54. fee3fc7 Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 12 years ago
  55. 0218428 Clarify that the purpose of computing all the miscellaneous collection types is to register them with the appropriate ABCs. by Raymond Hettinger · 12 years ago
  56. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  57. 0130ad1 Merge. by Stefan Krah · 12 years ago
  58. 4771cca Whitespace. by Stefan Krah · 12 years ago
  59. 871b96b Reduce array size. by Stefan Krah · 12 years ago
  60. 73d2da4 Merge from 3.2 by Andrew Svetlov · 12 years ago
  61. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  62. a616948 Formatting. by Stefan Krah · 12 years ago
  63. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 12 years ago
  64. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 12 years ago
  65. e7eee01 Close #14249: Use an union instead of a long to short pointer to avoid aliasing by Victor Stinner · 12 years ago
  66. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  67. 9a13b43 Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter. by Georg Brandl · 12 years ago
  68. 0069bab Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant by Eli Bendersky · 12 years ago
  69. 4f61a2d A few tweaks to whatsnew/3.3 (fixes #14362) by Éric Araujo · 12 years ago
  70. 828efde Replace bootstrap imports with real C API calls. by Eli Bendersky · 12 years ago
  71. b5ebf271 Merge: test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  72. ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  73. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  74. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  75. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  76. 8ac95ee Fix test_site from modifying sysconfig._CONFIG_VARS. by Brett Cannon · 12 years ago
  77. d4dc6dc merge with 3.2 by Georg Brandl · 12 years ago
  78. b604630 Closes #14495: fix typo. by Georg Brandl · 12 years ago
  79. 08b8529 Fix Windows compilation errors by Eli Bendersky · 12 years ago
  80. da80b1e - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. by Matthias Klose · 12 years ago
  81. 597e6b4 Followup for issue #14321, remove references to Parser/pgen.stamp by Matthias Klose · 12 years ago
  82. ebf37a2 Fixes and enhancements to _elementtree: by Eli Bendersky · 12 years ago
  83. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  84. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  85. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  86. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  87. 8f639e0 Issue #14288: Modify Misc/NEWS by Kristján Valur Jónsson · 12 years ago
  88. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  89. 283b96b Move ChainMap versionadded to be less ambiguous. by Georg Brandl · 12 years ago
  90. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  91. 5af3e1a reformat code to follow PEP8 by Andrew Svetlov · 12 years ago
  92. e50d6ab add XXX by Benjamin Peterson · 12 years ago
  93. b845dec merge heads by Benjamin Peterson · 12 years ago
  94. 0a9a636 merge 3.2 by Benjamin Peterson · 12 years ago
  95. 80d5042 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 12 years ago
  96. 5ceef13 merge by Brett Cannon · 12 years ago
  97. 927d874 If a module injects something into sys.modules as a side-effect of by Brett Cannon · 12 years ago
  98. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  99. 1470f35 Add time.CLOCK_HIGHRES constant, needed on Solaris by Victor Stinner · 12 years ago
  100. 4ee2a8a Merge. by Stefan Krah · 12 years ago