1. 0b7b6fd Patch #1549 by Thomas Herve. by Guido van Rossum · 17 years ago
  2. 70fcfd0 Bigger range for non-extended opargs. by Raymond Hettinger · 17 years ago
  3. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
  4. 80016c9 Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes. by Raymond Hettinger · 17 years ago
  5. 0f5e7bf Some minor cleanups. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  6. 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
  7. d586559 Add a bunch of items by Andrew M. Kuchling · 17 years ago
  8. eca2743 Zap a duplicate line by Raymond Hettinger · 17 years ago
  9. 3b63556 Beef-up tests for dict literals by Raymond Hettinger · 17 years ago
  10. 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 17 years ago
  11. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  12. 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 17 years ago
  13. 0423698 Fixed #1649: IDLE error: dictionary changed size during iteration by Christian Heimes · 17 years ago
  14. fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 17 years ago
  15. 3c887b2 Issue #1645 by Alberto Bertogli. Fix a comment. by Guido van Rossum · 17 years ago
  16. 153038e Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 17 years ago
  17. effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 17 years ago
  18. eb103b3 Removed several unused files from the PCbuild9 directory. They are relics from the past. by Christian Heimes · 17 years ago
  19. bb89992 Make it a bit easier to test Tcl/Tk and idle from a build dir. by Christian Heimes · 17 years ago
  20. 8affb5f Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1) by Christian Heimes · 17 years ago
  21. 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 17 years ago
  22. e64acfa Removed the private _rounding_decision: it was not needed, and the code by Facundo Batista · 17 years ago
  23. d41b8dc Don't use quotes for non-string code. by Georg Brandl · 17 years ago
  24. 9f72d23 Use PEP 8. by Georg Brandl · 17 years ago
  25. 001e838 Simplify. by Georg Brandl · 17 years ago
  26. db3d6cb Fixed #1638: %zd configure test fails on Linux by Christian Heimes · 17 years ago
  27. eee1fc5 Adapt conf.py to new option names. by Georg Brandl · 17 years ago
  28. 1bd51e3 Remove curious space-like characters. by Georg Brandl · 17 years ago
  29. 6dfe956 Remove another unnecessary Unicode character. by Georg Brandl · 17 years ago
  30. 459744c Remove gratuitous unicode character. by Georg Brandl · 17 years ago
  31. 05df69b Remove orphaned footnote reference. by Georg Brandl · 17 years ago
  32. 9c8497e Revert dummy commit now that the build slave is building. by Georg Brandl · 17 years ago
  33. 6f6f6ad Dummy commit to investigate #1617. by Georg Brandl · 17 years ago
  34. 4257ca7 Argh, wrong version. by Georg Brandl · 17 years ago
  35. 07b55ea Add note about future import needed for with statement. by Georg Brandl · 17 years ago
  36. 17b52af Fixed #1624: Remove output comparison for test_pep277 by Christian Heimes · 17 years ago
  37. 6c87af5 Optimize PyList_AsTuple(). Improve cache performance by doing the by Raymond Hettinger · 17 years ago
  38. c67a15d Fixed bug #1628 by Christian Heimes · 17 years ago
  39. 90921cc Bump the version number, and make a few small edits by Andrew M. Kuchling · 17 years ago
  40. df2d745 Remove warning about URL by Andrew M. Kuchling · 17 years ago
  41. e846f38 Add usage note by Raymond Hettinger · 17 years ago
  42. 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 17 years ago
  43. adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 17 years ago
  44. 366523c Update method names for named tuples. by Raymond Hettinger · 17 years ago
  45. 48eca67 Add line spacing for readability by Raymond Hettinger · 17 years ago
  46. a63f268 Fixed warning in ssl module by Christian Heimes · 17 years ago
  47. 2518b25 Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. by Christian Heimes · 17 years ago
  48. 42da874 Cleaner method naming convention by Raymond Hettinger · 17 years ago
  49. 90e10e7 Fixed bug #1620: New @spam.getter property syntax modifies the property in place. by Christian Heimes · 17 years ago
  50. 52729ac Silence a warning about an unsed variable in debug builds by Christian Heimes · 17 years ago
  51. bc288e8 Small speedup by Raymond Hettinger · 17 years ago
  52. 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 17 years ago
  53. e552959 Ran autoconf. by Thomas Heller · 17 years ago
  54. 7c862f8 Patch #1608. Someone with access to autoconf 2.61 or higher needs to by Guido van Rossum · 17 years ago
  55. 0a0e583 Fixed bug #1613: Makefile's VPATH feature is broken by Christian Heimes · 17 years ago
  56. 2f9ca29 Fix issue #1313119: urlparse "caches" parses regardless of encoding by Alexandre Vassalotti · 17 years ago
  57. adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 17 years ago
  58. 842c178 Fixed a nasty problem in the xxmodule.c by Christian Heimes · 17 years ago
  59. 99b9df8 Forward-port of commit 59184. by Gerhard Häring · 17 years ago
  60. 7a634e6 IDLE_tabbedpages.071101.patch Tal Einat by Kurt B. Kaiser · 17 years ago
  61. 2382832 Add another GHOP contributor. by Georg Brandl · 17 years ago
  62. 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 · 17 years ago
  63. 0c64fb4 format_paragraph_event wasn't returning 'break' by Kurt B. Kaiser · 17 years ago
  64. 137c49c Patch #1643738 by Ulisses Furquim -- make the is_tripped variable by Guido van Rossum · 17 years ago
  65. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  66. 8c3d0f7 Remove a 2.2-ism. by Guido van Rossum · 17 years ago
  67. 61927fc Stupid save all didn't safe it all ... by Christian Heimes · 17 years ago
  68. 7c7f6af Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too. by Christian Heimes · 17 years ago
  69. e6daafb Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler. by Georg Brandl · 17 years ago
  70. 953f5fa Add Jeff Wheeler. by Georg Brandl · 17 years ago
  71. 6113ce5 Two fixes in DocXMLRPCServer: by Georg Brandl · 17 years ago
  72. b0885b7 Remove all tabs in that file. by Georg Brandl · 17 years ago
  73. 3fc792b #1575: the Mac readme is now one level up. by Georg Brandl · 17 years ago
  74. 338d418 Use a versionchanged directive. by Brett Cannon · 17 years ago
  75. e151ab4 Adapt style. by Georg Brandl · 17 years ago
  76. 2601549 When splitting, avoid making a copy of the string if the split doesn't find by Skip Montanaro · 17 years ago
  77. 5466246 correct email address by Skip Montanaro · 17 years ago
  78. ffe455c + "context manager" by Skip Montanaro · 17 years ago
  79. 4e3ebe0 Note that open() is the preferred way to open files (issue 1510). by Skip Montanaro · 17 years ago
  80. e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 17 years ago
  81. dc563a6 Fix Eren's name. by Georg Brandl · 17 years ago
  82. e7d118a Fix markup in whatsnew, use new directive in ACKS. by Georg Brandl · 17 years ago
  83. 26458c1 Fix tpyo. by Georg Brandl · 17 years ago
  84. d8a8c7d Fix issue #1530. Return an error exit status if not all tests passes. by Alexandre Vassalotti · 17 years ago
  85. 901464f Be (just a bit :) more specific about release date. by Guido van Rossum · 17 years ago
  86. 66d41b2 This is probably what was meant here. by Armin Rigo · 17 years ago
  87. 013d574 Update to windows doc from Robert. by Georg Brandl · 17 years ago
  88. 5d1b4d4 Increase unit test coverage of SimpleXMLRPCServer. by Georg Brandl · 17 years ago
  89. ba9eea5 Don't have the docs berate themselves. Keep a professional tone. by Raymond Hettinger · 17 years ago
  90. 3d2f564 Several Windows related cleanups: by Christian Heimes · 17 years ago
  91. 0a5e54e Disabled one test that is failing on Unix by Christian Heimes · 17 years ago
  92. f8761e5 Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it. by Christian Heimes · 17 years ago
  93. 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 · 17 years ago
  94. d6b20dc Better re.split examples. by Georg Brandl · 17 years ago
  95. 2b92f6b Diverse markup fixes. by Georg Brandl · 17 years ago
  96. 4e2f714 Fix Issue 1045. by Raymond Hettinger · 17 years ago
  97. 923ad7a Add another GHOP student to ACKS. by Georg Brandl · 17 years ago
  98. 1867994 The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008 IDE doesn't know about (some) of the macros and can display wrong information. In my case a section #ifdef _WIN64 was grayed out although the platform was x64. I've added the macros to pyproject.vsprops and x64.vsprops. by Christian Heimes · 17 years ago
  99. 749fddc Add Ross Light, a GHOP student, to ACKs. by Georg Brandl · 17 years ago
  100. cbdb705 Fixed bug #1557 by using popen.communicate() before popen.wait() by Christian Heimes · 17 years ago