1. b39a756 Added __enter__ and __exit__ functions to HKEY object by Christian Heimes · 18 years ago
  2. e0a49b6 Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects by Andrew M. Kuchling · 18 years ago
  3. 52b2579 Issue #1757: The hash of a Decimal instance is no longer affected by Facundo Batista · 18 years ago
  4. f66f95d It's verbose, not debug by Christian Heimes · 18 years ago
  5. 5816714 Expand comment. by Raymond Hettinger · 18 years ago
  6. f5e8af1 Use get() instead of pop() for the optimized version of _replace(). by Raymond Hettinger · 18 years ago
  7. 9a35921 Cleanup named tuple subclassing example. by Raymond Hettinger · 18 years ago
  8. 4d7e670 Fixed indention problem that caused the second TIPC test to run on systems without TIPC by Christian Heimes · 18 years ago
  9. 62416bc #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. by Georg Brandl · 18 years ago
  10. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 18 years ago
  11. dc55f35 Add another named tuple subclassing example. by Raymond Hettinger · 18 years ago
  12. fd1c245 Fix issue 1747: allow classic classes to be checked for being subclasses of by Jeffrey Yasskin · 18 years ago
  13. 1db6f80 Cleanup subclassing example to more clearly show fixed-width print format. by Raymond Hettinger · 18 years ago
  14. b8e0072 Add subclassing example to docs for named tuples. by Raymond Hettinger · 18 years ago
  15. 844f71b Speed-up named tuple's _make() constructor. by Raymond Hettinger · 18 years ago
  16. e260ba2 #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix. by Georg Brandl · 18 years ago
  17. c45346f #1591: Clarify docstring of Popen3. by Georg Brandl · 18 years ago
  18. 183a084 #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. by Georg Brandl · 18 years ago
  19. e2a902c #1696393: don't check for '.' and '..' in ntpath.walk since by Georg Brandl · 18 years ago
  20. 1166872 Small code simplification. Forgot that classmethods can be called from intances. by Raymond Hettinger · 18 years ago
  21. c6a04c2 Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. by Guido van Rossum · 18 years ago
  22. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  23. 0589914 Fix comment typo by Andrew M. Kuchling · 18 years ago
  24. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
  25. f7476c4 clean up a comment by Fred Drake · 18 years ago
  26. 1b50fd7 Add error-checking to namedtuple's _replace() method. by Raymond Hettinger · 18 years ago
  27. 02740f7 Improve namedtuple's _cast() method with a docstring, new name, and error-checking. by Raymond Hettinger · 18 years ago
  28. ced4eb0 Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. by Guido van Rossum · 18 years ago
  29. 3b83549 Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 by Guido van Rossum · 18 years ago
  30. a47b75b socket.ioctl is only available on Windows by Christian Heimes · 18 years ago
  31. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 18 years ago
  32. 2ee1c76 Issue #1735: TarFile.extractall() now correctly sets by Lars Gustäbel · 18 years ago
  33. 0687561 Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 18 years ago
  34. 737c73f Make math.{floor,ceil}({int,long}) return float again for backwards by Jeffrey Yasskin · 18 years ago
  35. e0734e7 Minor fix-ups to named tuples: by Raymond Hettinger · 18 years ago
  36. 76d19f6 Added _struct._clearcache() for regression tests by Christian Heimes · 18 years ago
  37. f2f41eb Fixed refleak tests for _struct changes by Christian Heimes · 18 years ago
  38. 8267d1d Bug #1481296: Fixed long(float('nan'))!=0L. by Christian Heimes · 18 years ago
  39. 0613188 Fixed #1687: plistlib.py restricts <integer> to Python int when writing by Christian Heimes · 18 years ago
  40. 2f6621c Finish-up the struct module optimizations started at the Iceland NFS sprint. by Raymond Hettinger · 18 years ago
  41. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 18 years ago
  42. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 18 years ago
  43. ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
  44. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  45. 27edd82 Patch #1696. Don't attempt to close None in dry-run mode. by Guido van Rossum · 18 years ago
  46. 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 18 years ago
  47. 0f7c25d Issue1177 by Kurt B. Kaiser · 18 years ago
  48. f5d902f Always convert Text.index result to string. by Martin v. Löwis · 18 years ago
  49. 9a1d8ce Added support for new Windows build dirs in PC/ to distutils.sysconfig by Christian Heimes · 18 years ago
  50. 96b3249 Fix an odd error which would only occur close to new year's eve, due by Guido van Rossum · 18 years ago
  51. cdaa2cb Added wininst-9.0.exe executable for VS 2008 by Christian Heimes · 18 years ago
  52. 28c7bcf Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. by Kurt B. Kaiser · 18 years ago
  53. a6e515b Remove a straggling debugging print line. by Brett Cannon · 18 years ago
  54. 4e438bc Actually execute the tests for the getter/setter/deleter tests on properties. by Brett Cannon · 18 years ago
  55. e9a0e88 Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory. by Guido van Rossum · 18 years ago
  56. 905c31c Add tests for the warnings module; specifically formatwarning and showwarning. by Brett Cannon · 18 years ago
  57. 0b7b6fd Patch #1549 by Thomas Herve. by Guido van Rossum · 18 years ago
  58. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
  59. 80016c9 Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes. by Raymond Hettinger · 18 years ago
  60. 0f5e7bf Some minor cleanups. Thanks Mark Dickinson. by Facundo Batista · 18 years ago
  61. 3b63556 Beef-up tests for dict literals by Raymond Hettinger · 18 years ago
  62. 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 18 years ago
  63. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
  64. 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 18 years ago
  65. 0423698 Fixed #1649: IDLE error: dictionary changed size during iteration by Christian Heimes · 18 years ago
  66. fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 18 years ago
  67. 153038e Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 18 years ago
  68. effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 18 years ago
  69. bb89992 Make it a bit easier to test Tcl/Tk and idle from a build dir. by Christian Heimes · 18 years ago
  70. 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 18 years ago
  71. e64acfa Removed the private _rounding_decision: it was not needed, and the code by Facundo Batista · 18 years ago
  72. 9c8497e Revert dummy commit now that the build slave is building. by Georg Brandl · 18 years ago
  73. 6f6f6ad Dummy commit to investigate #1617. by Georg Brandl · 18 years ago
  74. 17b52af Fixed #1624: Remove output comparison for test_pep277 by Christian Heimes · 18 years ago
  75. c67a15d Fixed bug #1628 by Christian Heimes · 18 years ago
  76. 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 18 years ago
  77. 48eca67 Add line spacing for readability by Raymond Hettinger · 18 years ago
  78. 42da874 Cleaner method naming convention by Raymond Hettinger · 18 years ago
  79. 90e10e7 Fixed bug #1620: New @spam.getter property syntax modifies the property in place. by Christian Heimes · 18 years ago
  80. bc288e8 Small speedup by Raymond Hettinger · 18 years ago
  81. 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 18 years ago
  82. 0a0e583 Fixed bug #1613: Makefile's VPATH feature is broken by Christian Heimes · 18 years ago
  83. 2f9ca29 Fix issue #1313119: urlparse "caches" parses regardless of encoding by Alexandre Vassalotti · 18 years ago
  84. adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 18 years ago
  85. 7a634e6 IDLE_tabbedpages.071101.patch Tal Einat by Kurt B. Kaiser · 18 years ago
  86. f15c66e The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. by Christian Heimes · 18 years ago
  87. 0c64fb4 format_paragraph_event wasn't returning 'break' by Kurt B. Kaiser · 18 years ago
  88. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 18 years ago
  89. 8c3d0f7 Remove a 2.2-ism. by Guido van Rossum · 18 years ago
  90. e6daafb Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler. by Georg Brandl · 18 years ago
  91. 6113ce5 Two fixes in DocXMLRPCServer: by Georg Brandl · 18 years ago
  92. 5466246 correct email address by Skip Montanaro · 18 years ago
  93. 26458c1 Fix tpyo. by Georg Brandl · 18 years ago
  94. d8a8c7d Fix issue #1530. Return an error exit status if not all tests passes. by Alexandre Vassalotti · 18 years ago
  95. 66d41b2 This is probably what was meant here. by Armin Rigo · 18 years ago
  96. 5d1b4d4 Increase unit test coverage of SimpleXMLRPCServer. by Georg Brandl · 18 years ago
  97. 0a5e54e Disabled one test that is failing on Unix by Christian Heimes · 18 years ago
  98. d3fc07a4 Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree. by Christian Heimes · 18 years ago
  99. 4e2f714 Fix Issue 1045. by Raymond Hettinger · 18 years ago
  100. cbdb705 Fixed bug #1557 by using popen.communicate() before popen.wait() by Christian Heimes · 18 years ago