1. 3e87656 Ugly fix for SF bug 131239 (-x flag busted). by Tim Peters · 23 years ago
  2. 497314e Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 23 years ago
  3. 3f49e4d Oops, repr didn't allocate the memory it used... by Jack Jansen · 23 years ago
  4. 8a38714 Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 23 years ago
  5. 6a9aec4 Change Windows test to do a complete job of removing .pyc/.pyo files by Tim Peters · 23 years ago
  6. d2c1abe Update for install-sh (SF #103717). by Neil Schemenauer · 23 years ago
  7. 8d3274e Specify directory permissions properly. Closes SF patch #103717. by Neil Schemenauer · 23 years ago
  8. c62e0ef Update install-sh using version from automake 1.4. Closes patch #103657 by Neil Schemenauer · 23 years ago
  9. ef0a032 Patch by Finn Bock to make test_unicode.py work for Jython. by Marc-André Lemburg · 23 years ago
  10. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 23 years ago
  11. 6db54c6 Add std test for doctest. by Tim Peters · 23 years ago
  12. ecb6fb9 Bump __version__ tuple. by Tim Peters · 23 years ago
  13. 6e025bc String method cleanup. by Eric S. Raymond · 23 years ago
  14. c8c6aa2 String method cleanup. by Eric S. Raymond · 23 years ago
  15. cafd495 In O_writelines: Replace use of string.joinfields with "".join. by Jeremy Hylton · 23 years ago
  16. 6f8ee59 SF bug #131560: pdb imports 'repr', causing name collision by Tim Peters · 23 years ago
  17. 8af6b83 When calling a PyCFunction that has METH_KEYWORDS defined, don't by Jeremy Hylton · 23 years ago
  18. c898f2c Teach Windows build about new symtable.c. by Tim Peters · 23 years ago
  19. 11db72a update to use new symtable interface by Jeremy Hylton · 23 years ago
  20. 97a0167 update test cases for recent compiler changes: exec/import * in nested by Jeremy Hylton · 23 years ago
  21. 6492bf7 SF patch 103589: Fix handling of cell vars that are either * or ** parameters. by Jeremy Hylton · 23 years ago
  22. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 23 years ago
  23. 670fa52 Whitespace normalization. by Tim Peters · 23 years ago
  24. 6b6b39e Nuke accurate but confusing and unhelpful comments about split vs splitfields. by Tim Peters · 23 years ago
  25. 10fb386 Whitespace normalization. by Tim Peters · 23 years ago
  26. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  27. 3c61c35 This modified version of a patch by Thomas Heller allows __import__ by Marc-André Lemburg · 23 years ago
  28. dbbbaf2 joinfields -> join. by Eric S. Raymond · 23 years ago
  29. e37340e String method conversion. by Eric S. Raymond · 23 years ago
  30. dcd3a87 String method conversion. by Eric S. Raymond · 23 years ago
  31. 62f1a23 Fixed syntax error. by Sjoerd Mullender · 23 years ago
  32. 13b3ba4 splitfields -> split by Eric S. Raymond · 23 years ago
  33. add58f9 Added prototype for DlgObj_WhichDialog() by Jack Jansen · 23 years ago
  34. 7e31f68 Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-) by Jack Jansen · 23 years ago
  35. 34f83b3 Added a few constants. by Jack Jansen · 23 years ago
  36. 784c611 Dialogs and there windows were still confused in some spots. Fixed. by Jack Jansen · 23 years ago
  37. def0d8d Get rid of from ... import * by Jack Jansen · 23 years ago
  38. cd90c20 Reindent a function that was somehow indented by 7 spaces. Also did a by Guido van Rossum · 23 years ago
  39. 85d6edf Remove silly EMPTYSTRING global. Saves a global lookup. by Marc-André Lemburg · 23 years ago
  40. b3acd3e String method conversion. by Eric S. Raymond · 23 years ago
  41. 7e642e8 Eliminate use of string.whitespace and a string import with it. by Eric S. Raymond · 23 years ago
  42. 83ff749 String method conversion. by Eric S. Raymond · 23 years ago
  43. 2846b0a String method conversion. by Eric S. Raymond · 23 years ago
  44. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  45. d8c628b String method conversion. by Eric S. Raymond · 23 years ago
  46. 8b3cf58 String method conversion. by Eric S. Raymond · 23 years ago
  47. b08b2d3 String method conversion. by Eric S. Raymond · 23 years ago
  48. be9b507 String method conversion. by Eric S. Raymond · 23 years ago
  49. be18552 String method conversion. by Eric S. Raymond · 23 years ago
  50. c9838f9 Test with an actual mbox caught a trivial error. by Eric S. Raymond · 23 years ago
  51. 304b6a3 Correction after translation test. by Eric S. Raymond · 23 years ago
  52. 0c03cc2 String method conversion. by Eric S. Raymond · 23 years ago
  53. bf97c9d String method conversion. by Eric S. Raymond · 23 years ago
  54. 8d87603 Aha. We can remove he string import after all by using ValueError. by Eric S. Raymond · 23 years ago
  55. 18af564 Use ValueError instead of string.atoi.error, since we've switched to int(). by Eric S. Raymond · 23 years ago
  56. 19e6d62 String method conversion. by Eric S. Raymond · 23 years ago
  57. c95bf69 String method conversion. by Eric S. Raymond · 23 years ago
  58. 7e9b4f5 String method conversion. by Eric S. Raymond · 23 years ago
  59. 9f8cdf5 Patches for AIX. Checked by Benjamin Collar. by Marc-André Lemburg · 23 years ago
  60. db5ebc7 String method conversion. by Eric S. Raymond · 23 years ago
  61. 51cc3bc String method conversion. Added a trivial main to test it with. by Eric S. Raymond · 23 years ago
  62. ec3bbde String method conversion. by Eric S. Raymond · 23 years ago
  63. 92852ad Oops...that will teach me to hit ^C^C too fast. Test passed. by Eric S. Raymond · 23 years ago
  64. 66d9919 String method conversion. by Eric S. Raymond · 23 years ago
  65. ee5e61d String method conversion. by Eric S. Raymond · 23 years ago
  66. 6b71e74 String method conversion. by Eric S. Raymond · 23 years ago
  67. 141971f String method conversion. by Eric S. Raymond · 23 years ago
  68. 630e69c String method conversion. by Eric S. Raymond · 23 years ago
  69. 373c55e String method conversion. by Eric S. Raymond · 23 years ago
  70. 9b93c5f String method conversion. by Eric S. Raymond · 23 years ago
  71. 1b645e8 String method conversion. by Eric S. Raymond · 23 years ago
  72. 38151ed Fixed a bug in the test jig. by Eric S. Raymond · 23 years ago
  73. 6b8c528 String method conversion. by Eric S. Raymond · 23 years ago
  74. 909bc1c SF bug #131225: sys.winver is still '2.0' in python 2.1a2. by Tim Peters · 23 years ago
  75. b9c24fb String method conversion. by Eric S. Raymond · 23 years ago
  76. 341f929 String method conversion. by Eric S. Raymond · 23 years ago
  77. 25a0cbc String method conversion. by Eric S. Raymond · 23 years ago
  78. c013f30 String method conversion. by Eric S. Raymond · 23 years ago
  79. 5ff63d6 Correction to test main. by Eric S. Raymond · 23 years ago
  80. f296019 Correction after second code path test. by Eric S. Raymond · 23 years ago
  81. 9eb54d9 String method conversion. by Eric S. Raymond · 23 years ago
  82. b49f4a4 String method conversion. by Eric S. Raymond · 23 years ago
  83. 20e4423 String method conversion. by Eric S. Raymond · 23 years ago
  84. 5ed1dac Update documentation for pyexpat (xml.parsers.expat), to reflect the new by Fred Drake · 23 years ago
  85. 85d835f set_error(): Handle construction of pyexpat.error exceptions. They by Fred Drake · 23 years ago
  86. 5c734e8 Replaced by :Lib:cfmfile.py. by Jack Jansen · 23 years ago
  87. 352674d a few more __all__ lists by Skip Montanaro · 23 years ago
  88. cc012e9 test for presence of __builtins__ in names before deleting it, enabling this by Skip Montanaro · 23 years ago
  89. b38175e Remove the optional integer argument to SSL_write; now it will always send by Andrew M. Kuchling · 23 years ago
  90. 3c04494 BeOS doesn't have a libm.a, either; noted by Donn Cave by Andrew M. Kuchling · 23 years ago
  91. 8820a53 Patch #103636: Allow writing strings containing null bytes to an SSL socket by Andrew M. Kuchling · 23 years ago
  92. 22aa644 Patch #103523, to make mpz module compile with Cygwin by Andrew M. Kuchling · 23 years ago
  93. 3cbdbfb Part of patch #103544: fix detection of BSDDB on BSD systems by Andrew M. Kuchling · 23 years ago
  94. 9a3fd8c Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3 by Andrew M. Kuchling · 23 years ago
  95. 69e7f11 Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at dialogs. by Jack Jansen · 23 years ago
  96. d6b2aeb QDFlushPortBuffer() has an optional region argument. by Jack Jansen · 23 years ago
  97. ac95977 Install shared modules enabled by Setup* in $(DESTSHARED) not by Neil Schemenauer · 23 years ago
  98. 76192ee Support older PYTHON_API_VERSIONs for backwards compatibility. by Martin v. Löwis · 23 years ago
  99. fe28ca0 Add xml declaration into toxml testcase. by Martin v. Löwis · 23 years ago
  100. b417be2 Do not allow empty qualifiedName in createDocument. by Martin v. Löwis · 23 years ago