1. 1704828 Documentation coverage builder, part 1. by Georg Brandl · 16 years ago
  2. 4034685 Issue #2051 and patch from Alexander Belopolsky: by Christian Heimes · 16 years ago
  3. f0476e8 Patch #1957: syslogmodule: Release GIL when calling syslog(3) by Christian Heimes · 16 years ago
  4. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 16 years ago
  5. 19aff0c #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 16 years ago
  6. 8887e54 #835521: Add index entries for various pickle-protocol methods and attributes by Andrew M. Kuchling · 16 years ago
  7. 085f75a #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. by Andrew M. Kuchling · 16 years ago
  8. 8328bbc Removed duplicate Py_CHARMASK define. It's already defined in Python.h. by Eric Smith · 16 years ago
  9. 322349e #1119331: ncurses will just call exit() if the terminal name isn't found. by Andrew M. Kuchling · 16 years ago
  10. 5972493 #2161: Fix opcode name. by Georg Brandl · 16 years ago
  11. b678f98 #2072: correct documentation for .rpc_paths by Andrew M. Kuchling · 16 years ago
  12. 080b094 More difflib examples. Written for GHOP by Josip Dzolonga. by Georg Brandl · 16 years ago
  13. ad61bc8 #2067: file.__exit__() now calls subclasses' close() method. by Georg Brandl · 16 years ago
  14. 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 16 years ago
  15. 57826cf #2165: fix test_logging failure on some machines. by Georg Brandl · 16 years ago
  16. 1647923 #1492: allow overriding BaseHTTPServer's content type for error messages. by Georg Brandl · 16 years ago
  17. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 16 years ago
  18. b12f0b5 Issue 1781. Now ConfigParser.add_section does not let you add a by Facundo Batista · 16 years ago
  19. 1660933 Issue 1776581. Minor corrections to smtplib, and two small tests. by Facundo Batista · 16 years ago
  20. fc2d010 Issue 1881. Increased the stack limit from 500 to 1500. Also added by Facundo Batista · 16 years ago
  21. 7832d4d Add recipe using itertools.product(). by Raymond Hettinger · 16 years ago
  22. 532316d Add more comments by Raymond Hettinger · 16 years ago
  23. a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 16 years ago
  24. 73d7963 Improve the implementation of itertools.product() by Raymond Hettinger · 16 years ago
  25. c5705a8 Document itertools.product(). by Raymond Hettinger · 16 years ago
  26. fb0742f Tests for bin() builtin. These need to get merged into py3k, which has no tests for bin. by Eric Smith · 16 years ago
  27. 3cd8194 Added bin() builtin. I'm going to check in the tests in a seperate checkin, because the builtin doesn't need to be ported to py3k, but the tests are missing in py3k and need to be merged there. by Eric Smith · 16 years ago
  28. 1699db1 Another fix. by Georg Brandl · 16 years ago
  29. 4e37c66 Don't reference pyshell. by Georg Brandl · 16 years ago
  30. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 16 years ago
  31. a14a4e8 Try to make command line error messages from runpy easier to understand (and suppress traceback cruft from the implicitly invoked runpy machinery) by Nick Coghlan · 16 years ago
  32. 50986cc First draft for itertools.product(). Docs and other updates forthcoming. by Raymond Hettinger · 16 years ago
  33. 12db865 Part of #2154: minimal syntax fixes in doc example snippets. by Georg Brandl · 16 years ago
  34. 359b9e9 #2079: typo in userdict docs. by Georg Brandl · 16 years ago
  35. ce584d4 Moved test_format into the correct TestCase. by Eric Smith · 16 years ago
  36. af16ece Fix a few typos and layout glitches (more work is needed). by Guido van Rossum · 16 years ago
  37. 31ce5cb Update more instances of has_key(). by Raymond Hettinger · 16 years ago
  38. 8982cf5 Replace 'has_key()' with 'in'. by Thomas Heller · 16 years ago
  39. 981f318 configure.ac: Remove the configure check for _Bool, it is already done in the by Thomas Heller · 16 years ago
  40. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 16 years ago
  41. b5e2684 Remove news about float repr() -- issue 1580 is still in limbo. by Guido van Rossum · 16 years ago
  42. 2d6c13e Close manifest file. by Andrew M. Kuchling · 16 years ago
  43. 8a803dd Now that PyOS_ascii_formatd supports the 'n' format, simplify the float formatting code to just call it. by Eric Smith · 16 years ago
  44. 7ef40bf Trim leading zeros from a floating point exponent, per C99. See issue 1600. As far as I know, this only affects Windows. Add float type 'n' to PyOS_ascii_formatd (see PEP 3101 for 'n' description). by Eric Smith · 16 years ago
  45. e1b8e9c Fixes contributed by Ori Avtalion. by Georg Brandl · 16 years ago
  46. 5a3c135 Added PEP 3101. by Eric Smith · 16 years ago
  47. ba486c5 Added dependencies for stringobject.o. This should fix failing tests in test_unicode.py. by Eric Smith · 16 years ago
  48. bc32fee Added code to correct combining str and unicode in ''.format(). Added test case. by Eric Smith · 16 years ago
  49. 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 · 16 years ago
  50. d50a5f2 Temporarily removed float tests. See issue 1600. by Eric Smith · 16 years ago
  51. d14600e Issue 1224. Now we support again the double slash in the URL. by Facundo Batista · 16 years ago
  52. 759bfc6 Issue #1916. Added isgenerator() and isgeneratorfunction() to by Facundo Batista · 16 years ago
  53. b169eaa #2133: fix HTML color spec. by Georg Brandl · 16 years ago
  54. e7fa408 Compilation was broken on Windows since the introduction of Advanced String Formatting. by Amaury Forgeot d'Arc · 16 years ago
  55. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 16 years ago
  56. e139688 Issue 2112. mmap does not raises EnvironmentError no more, but by Facundo Batista · 16 years ago
  57. f88a077 Now we handle different the backup copy, because of security by Facundo Batista · 16 years ago
  58. 27cca3c Fix function name. by Georg Brandl · 16 years ago
  59. 5e203f5 #2131: note that codecs.open() always opens files in binary mode. by Georg Brandl · 16 years ago
  60. f9db8a3 Move test_logging over to doctest. by Brett Cannon · 16 years ago
  61. 632fad3 Prevent a crash with nested scopes, again caused by calling Py_DECREF when the pointer by Amaury Forgeot d'Arc · 16 years ago
  62. 588ff93 Crashers of the day: Py_CLEAR must be used when there is a chance that the by Amaury Forgeot d'Arc · 16 years ago
  63. 943321d #2120: broken links in advocacy document. by Georg Brandl · 16 years ago
  64. 71fa93a Add __all__ to logging module. by Raymond Hettinger · 16 years ago
  65. 64d6843 mmap.PROT_READ does not exists on win32; Skip this test created by r60830. by Amaury Forgeot d'Arc · 16 years ago
  66. d8bcbf2 Re-enable tests, they were failing since gc.collect() clears the various freelists. by Amaury Forgeot d'Arc · 16 years ago
  67. f05fa33 Configured selection highlighting colors were ignored; updating highlighting by Kurt B. Kaiser · 16 years ago
  68. e312cfd ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. by Kurt B. Kaiser · 16 years ago
  69. f67abcc Temporarily let these tests pass by Amaury Forgeot d'Arc · 16 years ago
  70. 60d6c7f Issue #2115: __slot__ attributes setting was 10x slower. by Amaury Forgeot d'Arc · 16 years ago
  71. e9b9b35 Update example to match the current syntax. by Raymond Hettinger · 16 years ago
  72. 0473517 Two new functions: by Skip Montanaro · 16 years ago
  73. 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 · 16 years ago
  74. 7adfad8 Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ by Christian Heimes · 16 years ago
  75. 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 · 16 years ago
  76. e247f00 Use a static and interned string for __subclasscheck__ and __instancecheck__ as suggested by Thomas Heller in #2115 by Christian Heimes · 16 years ago
  77. e7fb0c5 Try to correct a markup error that does hide the following paragraph. by Thomas Heller · 16 years ago
  78. 36316e3 No need to register subclass of ABCs. by Raymond Hettinger · 16 years ago
  79. 5111c52 Fix markup by Raymond Hettinger · 16 years ago
  80. 0cd7170 Simplify moneyfmt() recipe. by Raymond Hettinger · 16 years ago
  81. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 16 years ago
  82. 50361d4 Fix markup. by Raymond Hettinger · 16 years ago
  83. d68bf02 Show how to remove exponents. by Raymond Hettinger · 16 years ago
  84. 27a90d9 Improve rst markup by Raymond Hettinger · 16 years ago
  85. 4631481 Add fixed-point examples to the decimal FAQ by Raymond Hettinger · 16 years ago
  86. 1b56324 Add diagnostic message to help figure-out why SocketServer tests occasionally crash by Raymond Hettinger · 16 years ago
  87. 339f5e3 Change simple instances (in Fraction) of self.numerator and self.denominator to by Jeffrey Yasskin · 16 years ago
  88. 1c214d6 Performance optimizations on Fraction's constructor. by Jeffrey Yasskin · 16 years ago
  89. abe3237 Fix decimal repr which should have used single quotes like other reprs. by Raymond Hettinger · 16 years ago
  90. ddb164a Update notes on Decimal. by Raymond Hettinger · 16 years ago
  91. ac45aff Bring NEWS.txt up to date from check-in msgs. by Kurt B. Kaiser · 16 years ago
  92. 4516451 Make the test somewhat clearer (I hope). by Thomas Heller · 16 years ago
  93. a06a1a8 Add pickle support to ctypes types. by Thomas Heller · 16 years ago
  94. 91a1dec Fix --enable-universalsdk and its comment line so that zsh's flag completion by Brett Cannon · 16 years ago
  95. 57bd60b Working on issue #1762: Brought by Jeffrey Yasskin · 16 years ago
  96. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 16 years ago
  97. 5f8bd37 Replace R=fractions.Fraction with F=fractions.Fraction in by Mark Dickinson · 16 years ago
  98. 0aa52a1 Revert change in r60712: turn alternate constructors back into by Mark Dickinson · 16 years ago
  99. e1b8247 Implementation of Fraction.limit_denominator. by Mark Dickinson · 16 years ago
  100. a37430a dict.copy() rises from the ashes. Revert r60687. by Raymond Hettinger · 16 years ago