1. b2e5818 Set a time threshold in test_asyncore.capture_server so that tests don't by Kristján Valur Jónsson · 12 years ago
  2. f3be68e Issue #14502: it's RuntimeError on 3.3 by Sandro Tosi · 12 years ago
  3. 3861a32 Merge #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  4. d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 12 years ago
  5. e0029ba merge 3.2 by Benjamin Peterson · 12 years ago
  6. e3c3f24 merge heads by Sandro Tosi · 12 years ago
  7. afb5205 Close #14249: Use bit shifts instead of an union, it's more efficient. by Victor Stinner · 12 years ago
  8. 5d1c2f0 Issue #14502: merge with 3.2 by Sandro Tosi · 12 years ago
  9. fee3fc7 Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 12 years ago
  10. 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
  11. dfe980b Issue #8515: Set __file__ when run file in IDLE. by Andrew Svetlov · 12 years ago
  12. 0130ad1 Merge. by Stefan Krah · 12 years ago
  13. 4771cca Whitespace. by Stefan Krah · 12 years ago
  14. 871b96b Reduce array size. by Stefan Krah · 12 years ago
  15. 73d2da4 Merge from 3.2 by Andrew Svetlov · 12 years ago
  16. 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 12 years ago
  17. a616948 Formatting. by Stefan Krah · 12 years ago
  18. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 12 years ago
  19. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 12 years ago
  20. e7eee01 Close #14249: Use an union instead of a long to short pointer to avoid aliasing by Victor Stinner · 12 years ago
  21. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  22. 9a13b43 Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter. by Georg Brandl · 12 years ago
  23. 0069bab Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant by Eli Bendersky · 12 years ago
  24. 4f61a2d A few tweaks to whatsnew/3.3 (fixes #14362) by Éric Araujo · 12 years ago
  25. 828efde Replace bootstrap imports with real C API calls. by Eli Bendersky · 12 years ago
  26. b5ebf271 Merge: test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  27. ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 12 years ago
  28. ce98062 Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  29. 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 12 years ago
  30. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  31. d4dc6dc merge with 3.2 by Georg Brandl · 12 years ago
  32. b604630 Closes #14495: fix typo. by Georg Brandl · 12 years ago
  33. 08b8529 Fix Windows compilation errors by Eli Bendersky · 12 years ago
  34. da80b1e - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. by Matthias Klose · 12 years ago
  35. 597e6b4 Followup for issue #14321, remove references to Parser/pgen.stamp by Matthias Klose · 12 years ago
  36. ebf37a2 Fixes and enhancements to _elementtree: by Eli Bendersky · 12 years ago
  37. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  38. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  39. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  40. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  41. 8f639e0 Issue #14288: Modify Misc/NEWS by Kristján Valur Jónsson · 12 years ago
  42. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  43. 283b96b Move ChainMap versionadded to be less ambiguous. by Georg Brandl · 12 years ago
  44. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  45. 5af3e1a reformat code to follow PEP8 by Andrew Svetlov · 12 years ago
  46. e50d6ab add XXX by Benjamin Peterson · 12 years ago
  47. b845dec merge heads by Benjamin Peterson · 12 years ago
  48. 0a9a636 merge 3.2 by Benjamin Peterson · 12 years ago
  49. 80d5042 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 12 years ago
  50. 5ceef13 merge by Brett Cannon · 12 years ago
  51. 927d874 If a module injects something into sys.modules as a side-effect of by Brett Cannon · 12 years ago
  52. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  53. 1470f35 Add time.CLOCK_HIGHRES constant, needed on Solaris by Victor Stinner · 12 years ago
  54. 4ee2a8a Merge. by Stefan Krah · 12 years ago
  55. 91c0274 Improve comments. by Stefan Krah · 12 years ago
  56. cbb290a merge 3.2 by Benjamin Peterson · 12 years ago
  57. 6215444 remove uneeded line by Benjamin Peterson · 12 years ago
  58. 9d28010 Testing the implicit initialization of the thread local context on first by Stefan Krah · 12 years ago
  59. 368b4b7 Guard an LLTRACE variable to silence an unused variable warning. by Brett Cannon · 12 years ago
  60. 2247775 Merge with 3.2 (Issue #14471) by Kristján Valur Jónsson · 12 years ago
  61. dba1b40 merge 3.2 by Benjamin Peterson · 12 years ago
  62. 984dfa7 Issue #14471: Fix a possible buffer overrun in the winreg module. by Kristján Valur Jónsson · 12 years ago
  63. e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  64. 38548ad Whitespace. by Stefan Krah · 12 years ago
  65. aae5c3a Merge. by Stefan Krah · 12 years ago
  66. 5100171 Clear the context flags if a context is initialized from the DefaultContext. by Stefan Krah · 12 years ago
  67. f4228b0 Merge. by Georg Brandl · 12 years ago
  68. d3fca8e Post-release update. by Georg Brandl · 12 years ago
  69. 9ee601e merge 3.2 by Benjamin Peterson · 12 years ago
  70. b6af60c adjust formatting by Benjamin Peterson · 12 years ago
  71. 3471bb6 remove extraneous condition by Benjamin Peterson · 12 years ago
  72. 29f8438 merge heads by Benjamin Peterson · 12 years ago
  73. ab3c1c1 be consistent with rest of function by Benjamin Peterson · 12 years ago
  74. 41e0310 Fix Overflow exception in the bignum factorial benchmark that is due to by Stefan Krah · 12 years ago
  75. 8dbbae9 Add _decimal and _testbuffer modules. by Martin v. Löwis · 12 years ago
  76. ffc3e1a Add MASM define to PGI and PGO builds by Martin v. Löwis · 12 years ago
  77. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  78. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  79. 0261d75 Removing the test of Element that causes ref-leak in GC (issue #14464). by Eli Bendersky · 12 years ago
  80. 29b964d Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  81. 58bb82e Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  82. 2d95c4e Added tag v3.3.0a2 for changeset 2f69db52d6de by Georg Brandl · 12 years ago
  83. 50af011 Bump to 3.3.0a2. by Georg Brandl · 12 years ago
  84. 2489167 Fix markup errors found by "make suspicious". by Georg Brandl · 12 years ago
  85. 3f4a1b3 Update pydoc topics. by Georg Brandl · 12 years ago
  86. 204e789 Remove parens around link. by Georg Brandl · 12 years ago
  87. bf80308 Issue #14394: Use elaborate phrases that boil down to "one to two orders by Stefan Krah · 12 years ago
  88. 458a6fb Issue #14463: Prevent _decimal.so compile failures in OS X installer builds. by Ned Deily · 12 years ago
  89. 4d4c0ee Issue #13507: OS X installer builds now build liblzma for the new by Ned Deily · 12 years ago
  90. 5b072ef merge with 3.2 by Sandro Tosi · 12 years ago
  91. 165a2c2 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 12 years ago
  92. 9a54a26 Issue #14300: Under Windows, sockets created using socket.dup() now allow overlapped I/O. by Antoine Pitrou · 12 years ago
  93. 8315f96 Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  94. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  95. 8612b4c Null merge by Antoine Pitrou · 12 years ago
  96. 6211b88 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 12 years ago
  97. 8bbe9b4 Fix formatting by Antoine Pitrou · 12 years ago
  98. 682d443 Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  99. 6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  100. 8b34b53 Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 12 years ago