1. 5299935 Perform correct handling of stack overflow for windows: Catch the correct exception code and reset the overflow condition when handled. by Kristján Valur Jónsson · 17 years ago
  2. d50a5f2 Temporarily removed float tests. See issue 1600. by Eric Smith · 17 years ago
  3. d14600e Issue 1224. Now we support again the double slash in the URL. by Facundo Batista · 17 years ago
  4. 759bfc6 Issue #1916. Added isgenerator() and isgeneratorfunction() to by Facundo Batista · 17 years ago
  5. b169eaa #2133: fix HTML color spec. by Georg Brandl · 17 years ago
  6. e7fa408 Compilation was broken on Windows since the introduction of Advanced String Formatting. by Amaury Forgeot d'Arc · 17 years ago
  7. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago
  8. e139688 Issue 2112. mmap does not raises EnvironmentError no more, but by Facundo Batista · 17 years ago
  9. f88a077 Now we handle different the backup copy, because of security by Facundo Batista · 17 years ago
  10. 27cca3c Fix function name. by Georg Brandl · 17 years ago
  11. 5e203f5 #2131: note that codecs.open() always opens files in binary mode. by Georg Brandl · 17 years ago
  12. f9db8a3 Move test_logging over to doctest. by Brett Cannon · 17 years ago
  13. 632fad3 Prevent a crash with nested scopes, again caused by calling Py_DECREF when the pointer by Amaury Forgeot d'Arc · 17 years ago
  14. 588ff93 Crashers of the day: Py_CLEAR must be used when there is a chance that the by Amaury Forgeot d'Arc · 17 years ago
  15. 943321d #2120: broken links in advocacy document. by Georg Brandl · 17 years ago
  16. 71fa93a Add __all__ to logging module. by Raymond Hettinger · 17 years ago
  17. 64d6843 mmap.PROT_READ does not exists on win32; Skip this test created by r60830. by Amaury Forgeot d'Arc · 17 years ago
  18. d8bcbf2 Re-enable tests, they were failing since gc.collect() clears the various freelists. by Amaury Forgeot d'Arc · 18 years ago
  19. f05fa33 Configured selection highlighting colors were ignored; updating highlighting by Kurt B. Kaiser · 18 years ago
  20. e312cfd ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. by Kurt B. Kaiser · 18 years ago
  21. f67abcc Temporarily let these tests pass by Amaury Forgeot d'Arc · 18 years ago
  22. 60d6c7f Issue #2115: __slot__ attributes setting was 10x slower. by Amaury Forgeot d'Arc · 18 years ago
  23. e9b9b35 Update example to match the current syntax. by Raymond Hettinger · 18 years ago
  24. 0473517 Two new functions: by Skip Montanaro · 18 years ago
  25. 3f91437 In PyNumber_ToBase, changed from an assert to returning an error when PyObject_Index() returns something other than an int or long. It should never be possible to trigger this, as PyObject_Index checks to make sure it returns an int or long. by Eric Smith · 18 years ago
  26. 7adfad8 Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ by Christian Heimes · 18 years ago
  27. 2f0da53 Fixed repr() and str() of complex numbers. Complex suffered from the same problem as floats but I forgot to test and fix them. by Christian Heimes · 18 years ago
  28. e247f00 Use a static and interned string for __subclasscheck__ and __instancecheck__ as suggested by Thomas Heller in #2115 by Christian Heimes · 18 years ago
  29. e7fb0c5 Try to correct a markup error that does hide the following paragraph. by Thomas Heller · 18 years ago
  30. 36316e3 No need to register subclass of ABCs. by Raymond Hettinger · 18 years ago
  31. 5111c52 Fix markup by Raymond Hettinger · 18 years ago
  32. 0cd7170 Simplify moneyfmt() recipe. by Raymond Hettinger · 18 years ago
  33. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 18 years ago
  34. 50361d4 Fix markup. by Raymond Hettinger · 18 years ago
  35. d68bf02 Show how to remove exponents. by Raymond Hettinger · 18 years ago
  36. 27a90d9 Improve rst markup by Raymond Hettinger · 18 years ago
  37. 4631481 Add fixed-point examples to the decimal FAQ by Raymond Hettinger · 18 years ago
  38. 1b56324 Add diagnostic message to help figure-out why SocketServer tests occasionally crash by Raymond Hettinger · 18 years ago
  39. 339f5e3 Change simple instances (in Fraction) of self.numerator and self.denominator to by Jeffrey Yasskin · 18 years ago
  40. 1c214d6 Performance optimizations on Fraction's constructor. by Jeffrey Yasskin · 18 years ago
  41. abe3237 Fix decimal repr which should have used single quotes like other reprs. by Raymond Hettinger · 18 years ago
  42. ddb164a Update notes on Decimal. by Raymond Hettinger · 18 years ago
  43. ac45aff Bring NEWS.txt up to date from check-in msgs. by Kurt B. Kaiser · 18 years ago
  44. 4516451 Make the test somewhat clearer (I hope). by Thomas Heller · 18 years ago
  45. a06a1a8 Add pickle support to ctypes types. by Thomas Heller · 18 years ago
  46. 91a1dec Fix --enable-universalsdk and its comment line so that zsh's flag completion by Brett Cannon · 18 years ago
  47. 57bd60b Working on issue #1762: Brought by Jeffrey Yasskin · 18 years ago
  48. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 18 years ago
  49. 5f8bd37 Replace R=fractions.Fraction with F=fractions.Fraction in by Mark Dickinson · 18 years ago
  50. 0aa52a1 Revert change in r60712: turn alternate constructors back into by Mark Dickinson · 18 years ago
  51. e1b8247 Implementation of Fraction.limit_denominator. by Mark Dickinson · 18 years ago
  52. a37430a dict.copy() rises from the ashes. Revert r60687. by Raymond Hettinger · 18 years ago
  53. dad88dc Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 18 years ago
  54. 8d365c3 what??! Correct r60225. by Kurt B. Kaiser · 18 years ago
  55. e0d30ef Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 18 years ago
  56. 116f72f Bring decimal a bit closer to the spec for Reals. by Raymond Hettinger · 18 years ago
  57. 19a5c29 Fix typo in comments by Raymond Hettinger · 18 years ago
  58. 596fdd0 Restore fractions.rst to the document tree. by Raymond Hettinger · 18 years ago
  59. bc4ffc1 Backport ABC docs by Raymond Hettinger · 18 years ago
  60. 2ddbd80 Fix markup by Raymond Hettinger · 18 years ago
  61. 48688d8 Add notes on how decimal fits into the model. by Raymond Hettinger · 18 years ago
  62. 21290ea Add tests for pickletools.optimize(). by Raymond Hettinger · 18 years ago
  63. 6bf51da Make sure that xstar headers are read correctly. by Lars Gustäbel · 18 years ago
  64. 31f6bc0 No need to register classes that already inherit from ABCs. by Raymond Hettinger · 18 years ago
  65. cd873fc Put an extra space into the repr of a Fraction: by Mark Dickinson · 18 years ago
  66. 03d3abf The test requires the network resource by Christian Heimes · 18 years ago
  67. d058cd2 Rename rational.Rational to fractions.Fraction, to avoid name clash by Mark Dickinson · 18 years ago
  68. da614dc Complete an open todo on pickletools -- add a pickle optimizer. by Raymond Hettinger · 18 years ago
  69. 900b783 Remove reference to Rational by Mark Dickinson · 18 years ago
  70. a5a9a73 whoops - revert by Skip Montanaro · 18 years ago
  71. c376f20 Get the saying right. ;-) by Skip Montanaro · 18 years ago
  72. 3a94ee0 Typos in decimal comment and documentation by Mark Dickinson · 18 years ago
  73. dd47aae Forgot to modify header file in r60707. by Eric Smith · 18 years ago
  74. 74d0914 Turn classmethods into staticmethods, and avoid calling the constructor by Mark Dickinson · 18 years ago
  75. ac094dc Add missing NEWS entry for r60695 by Nick Coghlan · 18 years ago
  76. 13a7075 Clarify that decimal also supports fixed-point arithmetic. by Raymond Hettinger · 18 years ago
  77. 5e527eb Added PyNumber_ToBase and supporting routines _PyInt_Format and by Eric Smith · 18 years ago
  78. 14a1b8c Fix for newest doctools. by Georg Brandl · 18 years ago
  79. 3abc6d6 Fix link. by Georg Brandl · 18 years ago
  80. c207c71 Docs are rst now. by Georg Brandl · 18 years ago
  81. 8e8e56c Needs only 2.4 now. by Georg Brandl · 18 years ago
  82. 95d6447 Issue #1706: Require Windows 2000+ by Christian Heimes · 18 years ago
  83. 97fac3e Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5) by Nick Coghlan · 18 years ago
  84. 8c6c12c Temporarily disable this test. It's been broken for a week. by Raymond Hettinger · 18 years ago
  85. 2cd9bf5 Metaclass declaration is inherited by Raymond Hettinger · 18 years ago
  86. 17a74c3 Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go away in Py3.x by Raymond Hettinger · 18 years ago
  87. 2e827bf Merge with r60683. by Raymond Hettinger · 18 years ago
  88. c2bc0d1 Make ABC containers inherit as documented. by Raymond Hettinger · 18 years ago
  89. 7e33663 Add advice on choosing between DictMixin and MutableMapping by Raymond Hettinger · 18 years ago
  90. d53f1c4 Fill-in missing Set comparisons by Raymond Hettinger · 18 years ago
  91. 18a1ffc Speed-up __iter__() mixin method. by Raymond Hettinger · 18 years ago
  92. 0913166 Remove unnecessary modulo division. by Raymond Hettinger · 18 years ago
  93. 01612e7 Update big5hkscs codec to conform to the HKSCS:2004 revision. by Hye-Shik Chang · 18 years ago
  94. 27d3394 Oops! 2.6's Rational.__ne__ didn't work. by Jeffrey Yasskin · 18 years ago
  95. b01aa43 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 18 years ago
  96. 48397d6 Use prefix decrement by Christian Heimes · 18 years ago
  97. f75dbef Deallocate content of the dict free list on interpreter shutdown by Christian Heimes · 18 years ago
  98. 8352585 Make sure a switch statement does not have repetitive case statements. by Brett Cannon · 18 years ago
  99. 23bdcc9 Fix typo by Raymond Hettinger · 18 years ago
  100. ff1f973 The float conversion recipe is simpler in Py2.6 by Raymond Hettinger · 18 years ago