1. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 18 years ago
  2. e28fa29 Updated docs for basicConfig to indicate it's a no-op if handlers have been defined for the root logger. by Vinay Sajip · 18 years ago
  3. 503f293 Clean up markup. by Georg Brandl · 18 years ago
  4. 3c403b2 Consistency nit. by Georg Brandl · 18 years ago
  5. 66502c1 Change virtual class name of __iter__ to "object" in order to make it linkable. by Georg Brandl · 18 years ago
  6. dc55f35 Add another named tuple subclassing example. by Raymond Hettinger · 18 years ago
  7. fd1c245 Fix issue 1747: allow classic classes to be checked for being subclasses of by Jeffrey Yasskin · 18 years ago
  8. 1db6f80 Cleanup subclassing example to more clearly show fixed-width print format. by Raymond Hettinger · 18 years ago
  9. b8e0072 Add subclassing example to docs for named tuples. by Raymond Hettinger · 18 years ago
  10. 4273222 Remove latex trace. by Georg Brandl · 18 years ago
  11. 844f71b Speed-up named tuple's _make() constructor. by Raymond Hettinger · 18 years ago
  12. 35f8861 Add tutorial section about coding style. by Georg Brandl · 18 years ago
  13. e9766c8 Added Mark Dickinson. by Facundo Batista · 18 years ago
  14. 27a2d13 Fix introductory sentence. by Georg Brandl · 18 years ago
  15. e260ba2 #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix. by Georg Brandl · 18 years ago
  16. 516787d #1499: Document compile() exceptions. by Georg Brandl · 18 years ago
  17. 81de0d2 #1582: document __reversed__, patch by Mark Russell. by Georg Brandl · 18 years ago
  18. ec32b6b #1559684: document that shutil.copy* doesn't copy all metadata on Posix and Windows too. by Georg Brandl · 18 years ago
  19. 14aaee1 #1686390: add example for csv.Sniffer use. by Georg Brandl · 18 years ago
  20. 2cb103f #1727024: document that Popen.returncode is set by Popen.poll/wait. by Georg Brandl · 18 years ago
  21. c4768a4 #1615275: clarify return object types of different tempfile factories. by Georg Brandl · 18 years ago
  22. 91a4808 #759525: document that dir() doesn't return metaclass attrs when given a class as arg. by Georg Brandl · 18 years ago
  23. db210df #1501: document that 0**0 == 1. by Georg Brandl · 18 years ago
  24. a8cbad3 #1755097: document default values for [].sort() and sorted(). by Georg Brandl · 18 years ago
  25. 437e15d #1680: fix context manager example function name. by Georg Brandl · 18 years ago
  26. c45346f #1591: Clarify docstring of Popen3. by Georg Brandl · 18 years ago
  27. 183a084 #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. by Georg Brandl · 18 years ago
  28. e2a902c #1696393: don't check for '.' and '..' in ntpath.walk since by Georg Brandl · 18 years ago
  29. 94da1d6 Don't try to package msvcr90 for the moment. by Martin v. Löwis · 18 years ago
  30. e7a434e Package using VS 2008. by Martin v. Löwis · 18 years ago
  31. 4b3311b Use vcbuild for VS 2009. by Martin v. Löwis · 18 years ago
  32. 1166872 Small code simplification. Forgot that classmethods can be called from intances. by Raymond Hettinger · 18 years ago
  33. eb94d4c Add John Nagle (of issue #1637). by Guido van Rossum · 18 years ago
  34. c6a04c2 Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. by Guido van Rossum · 18 years ago
  35. 3001c54 Final adjustments for #1601 by Christian Heimes · 18 years ago
  36. 7390f6c Use markup. by Georg Brandl · 18 years ago
  37. 60c19d2 Repair markup. by Georg Brandl · 18 years ago
  38. 1650108 #1719: capitalization error in "UuidCreate". by Georg Brandl · 18 years ago
  39. 7096a4b Set native svn:eol-style property for text files. by Georg Brandl · 18 years ago
  40. 2fa2f5d Revert socket.rst to unix-eol. by Georg Brandl · 18 years ago
  41. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  42. 6265833 Simplify index entries; fix #1712. by Georg Brandl · 18 years ago
  43. 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 18 years ago
  44. 9fcd8ce Fix C++-style comment. by Georg Brandl · 18 years ago
  45. f326898 Add myself. by Thomas Heller · 18 years ago
  46. 0589914 Fix comment typo by Andrew M. Kuchling · 18 years ago
  47. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
  48. f7476c4 clean up a comment by Fred Drake · 18 years ago
  49. 1b50fd7 Add error-checking to namedtuple's _replace() method. by Raymond Hettinger · 18 years ago
  50. 02740f7 Improve namedtuple's _cast() method with a docstring, new name, and error-checking. by Raymond Hettinger · 18 years ago
  51. ced4eb0 Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. by Guido van Rossum · 18 years ago
  52. 3b83549 Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 by Guido van Rossum · 18 years ago
  53. 54966a5 Fix markup by Andrew M. Kuchling · 18 years ago
  54. 73835bd Fix markup by Andrew M. Kuchling · 18 years ago
  55. a47b75b socket.ioctl is only available on Windows by Christian Heimes · 18 years ago
  56. aee643b Reverted last transaction. It's the wrong branch. by Christian Heimes · 18 years ago
  57. 306179b And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro! by Christian Heimes · 18 years ago
  58. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 18 years ago
  59. 951300e Update links to bug/patch tracker by Andrew M. Kuchling · 18 years ago
  60. 2ee1c76 Issue #1735: TarFile.extractall() now correctly sets by Lars Gustäbel · 18 years ago
  61. 0687561 Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 18 years ago
  62. 737c73f Make math.{floor,ceil}({int,long}) return float again for backwards by Jeffrey Yasskin · 18 years ago
  63. e0734e7 Minor fix-ups to named tuples: by Raymond Hettinger · 18 years ago
  64. 123d5c9 Moved include "Python.h" in front of other imports to silence a warning. by Christian Heimes · 18 years ago
  65. 76d19f6 Added _struct._clearcache() for regression tests by Christian Heimes · 18 years ago
  66. f2f41eb Fixed refleak tests for _struct changes by Christian Heimes · 18 years ago
  67. 3b55470 Add math items; other edits by Andrew M. Kuchling · 18 years ago
  68. adc60ab Typo fix by Andrew M. Kuchling · 18 years ago
  69. e0b7695 Partial port of r59682 from py3k. by Amaury Forgeot d'Arc · 18 years ago
  70. d0d7d87 Filled in some XXX comments by Christian Heimes · 18 years ago
  71. 66ecda4 Fixed math.copysign() on Windows by Christian Heimes · 18 years ago
  72. 654ede7 Add items by Andrew M. Kuchling · 18 years ago
  73. 7ef1ce6 Markup fixes; grammar tweaks by Andrew M. Kuchling · 18 years ago
  74. 8267d1d Bug #1481296: Fixed long(float('nan'))!=0L. by Christian Heimes · 18 years ago
  75. 0613188 Fixed #1687: plistlib.py restricts <integer> to Python int when writing by Christian Heimes · 18 years ago
  76. 2f6621c Finish-up the struct module optimizations started at the Iceland NFS sprint. by Raymond Hettinger · 18 years ago
  77. 076d9ee Bug #1301: fixed a bad assert in _tkinter. by Guido van Rossum · 18 years ago
  78. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 18 years ago
  79. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 18 years ago
  80. 0a83d79 Some build bots don't compile mathmodule. There is an issue with the long definition of pi and euler by Christian Heimes · 18 years ago
  81. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 18 years ago
  82. ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
  83. 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 18 years ago
  84. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  85. 27edd82 Patch #1696. Don't attempt to close None in dry-run mode. by Guido van Rossum · 18 years ago
  86. fed3ebc Made vs9to8 Unix compatible by Christian Heimes · 18 years ago
  87. d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 18 years ago
  88. 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 18 years ago
  89. 0f7c25d Issue1177 by Kurt B. Kaiser · 18 years ago
  90. 9fd2bcf Test in PCbuild directory. by Martin v. Löwis · 18 years ago
  91. 76f1c1f Use Visual Studio 2009 on the build slaves. by Martin v. Löwis · 18 years ago
  92. b31131c Don't link with Tix; Tix is loaded dynamically by Tcl. by Martin v. Löwis · 18 years ago
  93. 84b9aab News item for r59653. by Martin v. Löwis · 18 years ago
  94. f5d902f Always convert Text.index result to string. by Martin v. Löwis · 18 years ago
  95. 17cb5cf Return results from Python callbacks to Tcl as Tcl objects. by Martin v. Löwis · 18 years ago
  96. 9a1d8ce Added support for new Windows build dirs in PC/ to distutils.sysconfig by Christian Heimes · 18 years ago
  97. e1c6af0 The root of the project is two levels up from PC/VS7.1 by Christian Heimes · 18 years ago
  98. 7e28e49 Added new wininst files to msi.py and adjusted some paths by Christian Heimes · 18 years ago
  99. e604eb9 MSI uses back slashes as path separators by Christian Heimes · 18 years ago
  100. 96b3249 Fix an odd error which would only occur close to new year's eve, due by Guido van Rossum · 18 years ago