1. fed3ebc Made vs9to8 Unix compatible by Christian Heimes · 17 years ago
  2. d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 17 years ago
  3. 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 17 years ago
  4. 0f7c25d Issue1177 by Kurt B. Kaiser · 17 years ago
  5. 9fd2bcf Test in PCbuild directory. by Martin v. Löwis · 17 years ago
  6. 76f1c1f Use Visual Studio 2009 on the build slaves. by Martin v. Löwis · 17 years ago
  7. b31131c Don't link with Tix; Tix is loaded dynamically by Tcl. by Martin v. Löwis · 17 years ago
  8. 84b9aab News item for r59653. by Martin v. Löwis · 17 years ago
  9. f5d902f Always convert Text.index result to string. by Martin v. Löwis · 17 years ago
  10. 17cb5cf Return results from Python callbacks to Tcl as Tcl objects. by Martin v. Löwis · 17 years ago
  11. 9a1d8ce Added support for new Windows build dirs in PC/ to distutils.sysconfig by Christian Heimes · 17 years ago
  12. e1c6af0 The root of the project is two levels up from PC/VS7.1 by Christian Heimes · 17 years ago
  13. 7e28e49 Added new wininst files to msi.py and adjusted some paths by Christian Heimes · 17 years ago
  14. e604eb9 MSI uses back slashes as path separators by Christian Heimes · 17 years ago
  15. 96b3249 Fix an odd error which would only occur close to new year's eve, due by Guido van Rossum · 17 years ago
  16. 59a65fa Fix refleak by Neal Norwitz · 17 years ago
  17. 44ac355 Fixed path to _ssl.c in Windows make file, take three ... by Christian Heimes · 17 years ago
  18. 340f081 Fixed path to _ssl.c in Windows make file, take two by Christian Heimes · 17 years ago
  19. 763c06f Fixed path to _ssl.c in Windows make file by Christian Heimes · 17 years ago
  20. 34ab3db Fixed path by Christian Heimes · 17 years ago
  21. 8255222 Fixed include paths of PC/VS7.1 by Christian Heimes · 17 years ago
  22. 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 17 years ago
  23. ce49f02 Fix paths for build bot, part 2 by Christian Heimes · 17 years ago
  24. 656dc2a Fix paths for build bot by Christian Heimes · 17 years ago
  25. 915d5d9 Moved PCbuild directory to PC/VS7.1 by Christian Heimes · 17 years ago
  26. cdaa2cb Added wininst-9.0.exe executable for VS 2008 by Christian Heimes · 17 years ago
  27. 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
  28. 5d332bb Simpler documentation for itertools.tee(). Should be backported. by Raymond Hettinger · 17 years ago
  29. cb78de6 Bug #1699: Define _BSD_SOURCE only on OpenBSD. by Martin v. Löwis · 17 years ago
  30. b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
  31. 28c7bcf Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. by Kurt B. Kaiser · 17 years ago
  32. a6e515b Remove a straggling debugging print line. by Brett Cannon · 17 years ago
  33. 4e438bc Actually execute the tests for the getter/setter/deleter tests on properties. by Brett Cannon · 17 years ago
  34. a6ae897 Make trailing whitespace explicit (including when it is an all-whitespace line). by Brett Cannon · 17 years ago
  35. 8d993aa Fix the docstrings of time.localtime() and gmtime() for the tm_mday field. by Brett Cannon · 17 years ago
  36. 2d60cf7 Add item by Andrew M. Kuchling · 17 years ago
  37. 01dbc10 Improve performance of built-in any()/all() by avoiding PyIter_Next() -- by Guido van Rossum · 17 years ago
  38. 30b7804 Fix refleak introduced in r59576. by Georg Brandl · 17 years ago
  39. e9a0e88 Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory. by Guido van Rossum · 17 years ago
  40. 905c31c Add tests for the warnings module; specifically formatwarning and showwarning. by Brett Cannon · 17 years ago
  41. dff1fd9 Add comments by Raymond Hettinger · 17 years ago
  42. 0b7b6fd Patch #1549 by Thomas Herve. by Guido van Rossum · 17 years ago
  43. 70fcfd0 Bigger range for non-extended opargs. by Raymond Hettinger · 17 years ago
  44. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
  45. 80016c9 Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes. by Raymond Hettinger · 17 years ago
  46. 0f5e7bf Some minor cleanups. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  47. 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
  48. d586559 Add a bunch of items by Andrew M. Kuchling · 17 years ago
  49. eca2743 Zap a duplicate line by Raymond Hettinger · 17 years ago
  50. 3b63556 Beef-up tests for dict literals by Raymond Hettinger · 17 years ago
  51. 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 17 years ago
  52. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  53. 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 17 years ago
  54. 0423698 Fixed #1649: IDLE error: dictionary changed size during iteration by Christian Heimes · 17 years ago
  55. fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 17 years ago
  56. 3c887b2 Issue #1645 by Alberto Bertogli. Fix a comment. by Guido van Rossum · 17 years ago
  57. 153038e Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 17 years ago
  58. effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 17 years ago
  59. eb103b3 Removed several unused files from the PCbuild9 directory. They are relics from the past. by Christian Heimes · 17 years ago
  60. bb89992 Make it a bit easier to test Tcl/Tk and idle from a build dir. by Christian Heimes · 17 years ago
  61. 8affb5f Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1) by Christian Heimes · 17 years ago
  62. 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 17 years ago
  63. e64acfa Removed the private _rounding_decision: it was not needed, and the code by Facundo Batista · 17 years ago
  64. d41b8dc Don't use quotes for non-string code. by Georg Brandl · 17 years ago
  65. 9f72d23 Use PEP 8. by Georg Brandl · 17 years ago
  66. 001e838 Simplify. by Georg Brandl · 17 years ago
  67. db3d6cb Fixed #1638: %zd configure test fails on Linux by Christian Heimes · 17 years ago
  68. eee1fc5 Adapt conf.py to new option names. by Georg Brandl · 17 years ago
  69. 1bd51e3 Remove curious space-like characters. by Georg Brandl · 17 years ago
  70. 6dfe956 Remove another unnecessary Unicode character. by Georg Brandl · 17 years ago
  71. 459744c Remove gratuitous unicode character. by Georg Brandl · 17 years ago
  72. 05df69b Remove orphaned footnote reference. by Georg Brandl · 17 years ago
  73. 9c8497e Revert dummy commit now that the build slave is building. by Georg Brandl · 17 years ago
  74. 6f6f6ad Dummy commit to investigate #1617. by Georg Brandl · 17 years ago
  75. 4257ca7 Argh, wrong version. by Georg Brandl · 17 years ago
  76. 07b55ea Add note about future import needed for with statement. by Georg Brandl · 17 years ago
  77. 17b52af Fixed #1624: Remove output comparison for test_pep277 by Christian Heimes · 17 years ago
  78. 6c87af5 Optimize PyList_AsTuple(). Improve cache performance by doing the by Raymond Hettinger · 17 years ago
  79. c67a15d Fixed bug #1628 by Christian Heimes · 17 years ago
  80. 90921cc Bump the version number, and make a few small edits by Andrew M. Kuchling · 17 years ago
  81. df2d745 Remove warning about URL by Andrew M. Kuchling · 17 years ago
  82. e846f38 Add usage note by Raymond Hettinger · 17 years ago
  83. 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 17 years ago
  84. adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 17 years ago
  85. 366523c Update method names for named tuples. by Raymond Hettinger · 17 years ago
  86. 48eca67 Add line spacing for readability by Raymond Hettinger · 17 years ago
  87. a63f268 Fixed warning in ssl module by Christian Heimes · 17 years ago
  88. 2518b25 Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. by Christian Heimes · 17 years ago
  89. 42da874 Cleaner method naming convention by Raymond Hettinger · 17 years ago
  90. 90e10e7 Fixed bug #1620: New @spam.getter property syntax modifies the property in place. by Christian Heimes · 17 years ago
  91. 52729ac Silence a warning about an unsed variable in debug builds by Christian Heimes · 17 years ago
  92. bc288e8 Small speedup by Raymond Hettinger · 17 years ago
  93. 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 17 years ago
  94. e552959 Ran autoconf. by Thomas Heller · 17 years ago
  95. 7c862f8 Patch #1608. Someone with access to autoconf 2.61 or higher needs to by Guido van Rossum · 17 years ago
  96. 0a0e583 Fixed bug #1613: Makefile's VPATH feature is broken by Christian Heimes · 17 years ago
  97. 2f9ca29 Fix issue #1313119: urlparse "caches" parses regardless of encoding by Alexandre Vassalotti · 17 years ago
  98. adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 17 years ago
  99. 842c178 Fixed a nasty problem in the xxmodule.c by Christian Heimes · 17 years ago
  100. 99b9df8 Forward-port of commit 59184. by Gerhard Häring · 17 years ago