1. 3001c54 Final adjustments for #1601 by Christian Heimes · 17 years ago
  2. 7390f6c Use markup. by Georg Brandl · 17 years ago
  3. 60c19d2 Repair markup. by Georg Brandl · 17 years ago
  4. 1650108 #1719: capitalization error in "UuidCreate". by Georg Brandl · 17 years ago
  5. 7096a4b Set native svn:eol-style property for text files. by Georg Brandl · 17 years ago
  6. 2fa2f5d Revert socket.rst to unix-eol. by Georg Brandl · 17 years ago
  7. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 17 years ago
  8. 6265833 Simplify index entries; fix #1712. by Georg Brandl · 17 years ago
  9. 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 17 years ago
  10. 9fcd8ce Fix C++-style comment. by Georg Brandl · 17 years ago
  11. f326898 Add myself. by Thomas Heller · 17 years ago
  12. 0589914 Fix comment typo by Andrew M. Kuchling · 17 years ago
  13. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 17 years ago
  14. f7476c4 clean up a comment by Fred Drake · 17 years ago
  15. 1b50fd7 Add error-checking to namedtuple's _replace() method. by Raymond Hettinger · 17 years ago
  16. 02740f7 Improve namedtuple's _cast() method with a docstring, new name, and error-checking. by Raymond Hettinger · 17 years ago
  17. ced4eb0 Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. by Guido van Rossum · 17 years ago
  18. 3b83549 Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 by Guido van Rossum · 17 years ago
  19. 54966a5 Fix markup by Andrew M. Kuchling · 17 years ago
  20. 73835bd Fix markup by Andrew M. Kuchling · 17 years ago
  21. a47b75b socket.ioctl is only available on Windows by Christian Heimes · 17 years ago
  22. aee643b Reverted last transaction. It's the wrong branch. by Christian Heimes · 17 years ago
  23. 306179b And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro! by Christian Heimes · 17 years ago
  24. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 17 years ago
  25. 951300e Update links to bug/patch tracker by Andrew M. Kuchling · 17 years ago
  26. 2ee1c76 Issue #1735: TarFile.extractall() now correctly sets by Lars Gustäbel · 17 years ago
  27. 0687561 Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 17 years ago
  28. 737c73f Make math.{floor,ceil}({int,long}) return float again for backwards by Jeffrey Yasskin · 17 years ago
  29. e0734e7 Minor fix-ups to named tuples: by Raymond Hettinger · 17 years ago
  30. 123d5c9 Moved include "Python.h" in front of other imports to silence a warning. by Christian Heimes · 17 years ago
  31. 76d19f6 Added _struct._clearcache() for regression tests by Christian Heimes · 17 years ago
  32. f2f41eb Fixed refleak tests for _struct changes by Christian Heimes · 17 years ago
  33. 3b55470 Add math items; other edits by Andrew M. Kuchling · 17 years ago
  34. adc60ab Typo fix by Andrew M. Kuchling · 17 years ago
  35. e0b7695 Partial port of r59682 from py3k. by Amaury Forgeot d'Arc · 17 years ago
  36. d0d7d87 Filled in some XXX comments by Christian Heimes · 17 years ago
  37. 66ecda4 Fixed math.copysign() on Windows by Christian Heimes · 17 years ago
  38. 654ede7 Add items by Andrew M. Kuchling · 17 years ago
  39. 7ef1ce6 Markup fixes; grammar tweaks by Andrew M. Kuchling · 17 years ago
  40. 8267d1d Bug #1481296: Fixed long(float('nan'))!=0L. by Christian Heimes · 17 years ago
  41. 0613188 Fixed #1687: plistlib.py restricts <integer> to Python int when writing by Christian Heimes · 17 years ago
  42. 2f6621c Finish-up the struct module optimizations started at the Iceland NFS sprint. by Raymond Hettinger · 17 years ago
  43. 076d9ee Bug #1301: fixed a bad assert in _tkinter. by Guido van Rossum · 17 years ago
  44. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 17 years ago
  45. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  46. 0a83d79 Some build bots don't compile mathmodule. There is an issue with the long definition of pi and euler by Christian Heimes · 17 years ago
  47. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 17 years ago
  48. ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 17 years ago
  49. 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 17 years ago
  50. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 17 years ago
  51. 27edd82 Patch #1696. Don't attempt to close None in dry-run mode. by Guido van Rossum · 17 years ago
  52. fed3ebc Made vs9to8 Unix compatible by Christian Heimes · 17 years ago
  53. d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 17 years ago
  54. 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 17 years ago
  55. 0f7c25d Issue1177 by Kurt B. Kaiser · 17 years ago
  56. 9fd2bcf Test in PCbuild directory. by Martin v. Löwis · 17 years ago
  57. 76f1c1f Use Visual Studio 2009 on the build slaves. by Martin v. Löwis · 17 years ago
  58. b31131c Don't link with Tix; Tix is loaded dynamically by Tcl. by Martin v. Löwis · 17 years ago
  59. 84b9aab News item for r59653. by Martin v. Löwis · 17 years ago
  60. f5d902f Always convert Text.index result to string. by Martin v. Löwis · 17 years ago
  61. 17cb5cf Return results from Python callbacks to Tcl as Tcl objects. by Martin v. Löwis · 17 years ago
  62. 9a1d8ce Added support for new Windows build dirs in PC/ to distutils.sysconfig by Christian Heimes · 17 years ago
  63. e1c6af0 The root of the project is two levels up from PC/VS7.1 by Christian Heimes · 17 years ago
  64. 7e28e49 Added new wininst files to msi.py and adjusted some paths by Christian Heimes · 17 years ago
  65. e604eb9 MSI uses back slashes as path separators by Christian Heimes · 17 years ago
  66. 96b3249 Fix an odd error which would only occur close to new year's eve, due by Guido van Rossum · 17 years ago
  67. 59a65fa Fix refleak by Neal Norwitz · 17 years ago
  68. 44ac355 Fixed path to _ssl.c in Windows make file, take three ... by Christian Heimes · 17 years ago
  69. 340f081 Fixed path to _ssl.c in Windows make file, take two by Christian Heimes · 17 years ago
  70. 763c06f Fixed path to _ssl.c in Windows make file by Christian Heimes · 17 years ago
  71. 34ab3db Fixed path by Christian Heimes · 17 years ago
  72. 8255222 Fixed include paths of PC/VS7.1 by Christian Heimes · 17 years ago
  73. 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 17 years ago
  74. ce49f02 Fix paths for build bot, part 2 by Christian Heimes · 17 years ago
  75. 656dc2a Fix paths for build bot by Christian Heimes · 17 years ago
  76. 915d5d9 Moved PCbuild directory to PC/VS7.1 by Christian Heimes · 17 years ago
  77. cdaa2cb Added wininst-9.0.exe executable for VS 2008 by Christian Heimes · 17 years ago
  78. 81a885a Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object(). by Raymond Hettinger · 17 years ago
  79. 5d332bb Simpler documentation for itertools.tee(). Should be backported. by Raymond Hettinger · 17 years ago
  80. cb78de6 Bug #1699: Define _BSD_SOURCE only on OpenBSD. by Martin v. Löwis · 17 years ago
  81. b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
  82. 28c7bcf Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. by Kurt B. Kaiser · 17 years ago
  83. a6e515b Remove a straggling debugging print line. by Brett Cannon · 17 years ago
  84. 4e438bc Actually execute the tests for the getter/setter/deleter tests on properties. by Brett Cannon · 17 years ago
  85. a6ae897 Make trailing whitespace explicit (including when it is an all-whitespace line). by Brett Cannon · 17 years ago
  86. 8d993aa Fix the docstrings of time.localtime() and gmtime() for the tm_mday field. by Brett Cannon · 17 years ago
  87. 2d60cf7 Add item by Andrew M. Kuchling · 17 years ago
  88. 01dbc10 Improve performance of built-in any()/all() by avoiding PyIter_Next() -- by Guido van Rossum · 17 years ago
  89. 30b7804 Fix refleak introduced in r59576. by Georg Brandl · 17 years ago
  90. e9a0e88 Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory. by Guido van Rossum · 17 years ago
  91. 905c31c Add tests for the warnings module; specifically formatwarning and showwarning. by Brett Cannon · 17 years ago
  92. dff1fd9 Add comments by Raymond Hettinger · 17 years ago
  93. 0b7b6fd Patch #1549 by Thomas Herve. by Guido van Rossum · 17 years ago
  94. 70fcfd0 Bigger range for non-extended opargs. by Raymond Hettinger · 17 years ago
  95. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
  96. 80016c9 Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes. by Raymond Hettinger · 17 years ago
  97. 0f5e7bf Some minor cleanups. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  98. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  99. d586559 Add a bunch of items by Andrew M. Kuchling · 17 years ago
  100. eca2743 Zap a duplicate line by Raymond Hettinger · 17 years ago