1. 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
  2. 0c64fb4 format_paragraph_event wasn't returning 'break' by Kurt B. Kaiser · 17 years ago
  3. 137c49c Patch #1643738 by Ulisses Furquim -- make the is_tripped variable by Guido van Rossum · 17 years ago
  4. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  5. 8c3d0f7 Remove a 2.2-ism. by Guido van Rossum · 17 years ago
  6. 61927fc Stupid save all didn't safe it all ... by Christian Heimes · 17 years ago
  7. 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
  8. e6daafb Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler. by Georg Brandl · 17 years ago
  9. 953f5fa Add Jeff Wheeler. by Georg Brandl · 17 years ago
  10. 6113ce5 Two fixes in DocXMLRPCServer: by Georg Brandl · 17 years ago
  11. b0885b7 Remove all tabs in that file. by Georg Brandl · 17 years ago
  12. 3fc792b #1575: the Mac readme is now one level up. by Georg Brandl · 17 years ago
  13. 338d418 Use a versionchanged directive. by Brett Cannon · 17 years ago
  14. e151ab4 Adapt style. by Georg Brandl · 17 years ago
  15. 2601549 When splitting, avoid making a copy of the string if the split doesn't find by Skip Montanaro · 17 years ago
  16. 5466246 correct email address by Skip Montanaro · 17 years ago
  17. ffe455c + "context manager" by Skip Montanaro · 17 years ago
  18. 4e3ebe0 Note that open() is the preferred way to open files (issue 1510). by Skip Montanaro · 17 years ago
  19. e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 17 years ago
  20. dc563a6 Fix Eren's name. by Georg Brandl · 17 years ago
  21. e7d118a Fix markup in whatsnew, use new directive in ACKS. by Georg Brandl · 17 years ago
  22. 26458c1 Fix tpyo. by Georg Brandl · 17 years ago
  23. d8a8c7d Fix issue #1530. Return an error exit status if not all tests passes. by Alexandre Vassalotti · 17 years ago
  24. 901464f Be (just a bit :) more specific about release date. by Guido van Rossum · 17 years ago
  25. 66d41b2 This is probably what was meant here. by Armin Rigo · 17 years ago
  26. 013d574 Update to windows doc from Robert. by Georg Brandl · 17 years ago
  27. 5d1b4d4 Increase unit test coverage of SimpleXMLRPCServer. by Georg Brandl · 17 years ago
  28. ba9eea5 Don't have the docs berate themselves. Keep a professional tone. by Raymond Hettinger · 17 years ago
  29. 3d2f564 Several Windows related cleanups: by Christian Heimes · 17 years ago
  30. 0a5e54e Disabled one test that is failing on Unix by Christian Heimes · 17 years ago
  31. 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
  32. 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
  33. d6b20dc Better re.split examples. by Georg Brandl · 17 years ago
  34. 2b92f6b Diverse markup fixes. by Georg Brandl · 17 years ago
  35. 4e2f714 Fix Issue 1045. by Raymond Hettinger · 17 years ago
  36. 923ad7a Add another GHOP student to ACKS. by Georg Brandl · 17 years ago
  37. 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
  38. 749fddc Add Ross Light, a GHOP student, to ACKs. by Georg Brandl · 17 years ago
  39. cbdb705 Fixed bug #1557 by using popen.communicate() before popen.wait() by Christian Heimes · 17 years ago
  40. ba68752 This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard by Ronald Oussoren · 17 years ago
  41. 0b60a14 Another markup fix. by Georg Brandl · 17 years ago
  42. 4c07cd9 Updated documentation and build_tkinter.py script by Christian Heimes · 17 years ago
  43. 45c088c Fix markup. by Georg Brandl · 17 years ago
  44. b8df156 Add examples to re docs. Written for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  45. 2e1af25 Error checking was too aggressive (reported by Chris Tismer) by Raymond Hettinger · 17 years ago
  46. 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 17 years ago
  47. 395fe44 Spelling fix by Andrew M. Kuchling · 17 years ago
  48. 7cc1c6f Added msg to Misc/NEWS by Christian Heimes · 17 years ago
  49. fe4826f merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError by Christian Heimes · 17 years ago
  50. 8f1fea5 Fixed error in regrtest. I must have missed the spot. by Christian Heimes · 17 years ago
  51. 76fa9c0 Fixed quoting and paths in the sqlite project file by Christian Heimes · 17 years ago
  52. 2d3953b Fix typo. by Georg Brandl · 17 years ago
  53. 0116158 These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno. by Christian Heimes · 17 years ago
  54. c37f288 Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". by Georg Brandl · 17 years ago
  55. 21c6665 Fix duplicate label and a typo. by Georg Brandl · 17 years ago
  56. 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 17 years ago
  57. 58f6f2e fma speedup by avoiding to create a Context. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  58. d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 17 years ago
  59. 19b1aaa Added VS 2005 and VS 2008 to the search path for cabarc.exe by Christian Heimes · 17 years ago
  60. 9acba04 Added self generated UUID for msvcr90.dll to msi.py Readded a missing line. by Christian Heimes · 17 years ago
  61. 69233e8 Move nt.access change into the right section. by Martin v. Löwis · 17 years ago
  62. a51d5c8 Fix chflags issue on Tru64, from #1490190. by Martin v. Löwis · 17 years ago
  63. 7b3cc06 Forward-port r59310: by Martin v. Löwis · 17 years ago
  64. e227263 Shut up a compiler warning. by Guido van Rossum · 17 years ago
  65. 6e751f4 Grammar fix by Andrew M. Kuchling · 17 years ago
  66. 0a0cf16 Add examples to the xmlrpclib docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
  67. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  68. cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 17 years ago
  69. bd5b623 Two small fixes. Issue 1547. by Facundo Batista · 17 years ago
  70. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  71. 2ec7415 Faster _fix function, and some reordering for a more elegant by Facundo Batista · 17 years ago
  72. 62edb71 Speedup and cleaning of __str__. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  73. 0f6d4e6 I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots. by Christian Heimes · 17 years ago
  74. c654fc2 Added comment to Misc/NEWS for r59290 by Christian Heimes · 17 years ago
  75. 3305c52 Applied my patch #1455 with some extra fixes for VS 2005 by Christian Heimes · 17 years ago
  76. ef01d82 Implement PEP 366 by Nick Coghlan · 17 years ago
  77. f19b951 Add documentation for PySys_* functions. by Georg Brandl · 17 years ago
  78. 968a3e5 Fix a sentence I missed before. Do not merge to 3k. by Georg Brandl · 17 years ago
  79. 584265b Add more entries to the glossary. by Georg Brandl · 17 years ago
  80. b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 17 years ago
  81. fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 17 years ago
  82. 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 17 years ago
  83. 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 17 years ago
  84. e4317fa Add test suite for cmd module. by Georg Brandl · 17 years ago
  85. ebb035e Add a few refcount data entries. by Georg Brandl · 17 years ago
  86. 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 17 years ago
  87. 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  88. 3e76d93 Added one more missing versionadded tag by Christian Heimes · 17 years ago
  89. 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 17 years ago
  90. dfdfaab Feature #1534 by Christian Heimes · 17 years ago
  91. 9f6d4ce Although pyconfig.h claims that WIN32 is obsolete it is still required for the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro. by Christian Heimes · 17 years ago
  92. 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 17 years ago
  93. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 17 years ago
  94. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
  95. dafd32b Issue #1521: on 64bit platforms, str.decode fails on very long strings. by Amaury Forgeot d'Arc · 17 years ago
  96. be49a90 Add a NEWS entry for r59231 by Amaury Forgeot d'Arc · 17 years ago
  97. 3971f6b Removed or replaced some more deprecated preprocessor macros. by Christian Heimes · 17 years ago
  98. 0d157a0 Reordering of __new__ to minimize isinstance() calls to most by Facundo Batista · 17 years ago
  99. 025c347 Issue #1402: PyInterpreterState_Clear() may still invoke user code by Amaury Forgeot d'Arc · 17 years ago
  100. 82225b7 Add more examples to the wsgiref docs. From GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago