1. 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 23 years ago
  2. 884554d Patch #544740: test_commands test fails under Cygwin by Jason Tishler · 23 years ago
  3. b45b9fe fix a couple nits related to my understanding of ReST. Use of by Skip Montanaro · 23 years ago
  4. d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 23 years ago
  5. a2a07bc fix a couple nits with my use of ReST by Skip Montanaro · 23 years ago
  6. d61888b Patch #596576: Always use cc to link on NetBSD. Will backport to 2.2. by Martin v. Löwis · 23 years ago
  7. bc01c32 Added -b tag option to limit output to a specific branch only. by Guido van Rossum · 23 years ago
  8. f2324b9 Finding a suitable interpreter to spawn needed tweaking on the Mac by Tony Lownds · 23 years ago
  9. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 23 years ago
  10. af7a302 Mac users now see correct modifiers in the Key Binding Entry window. by Tony Lownds · 23 years ago
  11. 6565b26 Change key binding to avoid conflict. by Tony Lownds · 23 years ago
  12. d63071b Make the tests pass under Python 2.1 but only by cheating. Python 2.1 by Barry Warsaw · 23 years ago
  13. eecdc74 Add a test for SHORTEST encoding of utf-8 headers, and also update by Barry Warsaw · 23 years ago
  14. c202d93 Use True/False everywhere, and other code cleanups. by Barry Warsaw · 23 years ago
  15. f776e69 Code cleanup and add docstrings. by Barry Warsaw · 23 years ago
  16. 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 23 years ago
  17. e03e8f0 Use True/False everywhere. by Barry Warsaw · 23 years ago
  18. 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 23 years ago
  19. c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 23 years ago
  20. bba6b02 __init__(): Minor code cleanup. by Barry Warsaw · 23 years ago
  21. 5f25327 Add a pychecker suppression. by Barry Warsaw · 23 years ago
  22. 7f23212 (py-pychecker-run): Fix calculation of last command to include the by Barry Warsaw · 23 years ago
  23. 56835dd Use True/False everywhere. by Barry Warsaw · 23 years ago
  24. 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 23 years ago
  25. 176916a Allow internal whitespace in keys. by Fred Drake · 23 years ago
  26. 2ca041f items(): New method, provided by Gustavo Niemeyer in SF bug #545096. by Fred Drake · 23 years ago
  27. 309db06 Added regression test for SF bug #561822: has_option() case sensitive. by Fred Drake · 23 years ago
  28. c2ff905 has_option(): Use the option name transform consistently. by Fred Drake · 23 years ago
  29. 46466b4 Revert Rev 1.6 by Kurt B. Kaiser · 23 years ago
  30. 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 23 years ago
  31. d404bee try executing 'less' in a parenthesized subshell - prevents systems like by Skip Montanaro · 23 years ago
  32. 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 23 years ago
  33. 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 23 years ago
  34. 9c74569 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 23 years ago
  35. 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 23 years ago
  36. 9b1a80b Patch for the DEC Alpha under Linux, by Lee Busby. by Guido van Rossum · 23 years ago
  37. 67c4cb1 Disable big charsets in UCS-4 builds. Works around #599377. Will backport to 2.2 by Martin v. Löwis · 23 years ago
  38. eb42b02 Add encoding name in LookupError. Fixes #615013. Will backport to 2.2. by Martin v. Löwis · 23 years ago
  39. 6d817ad Again, I did check in too many changes. Sorry. by Thomas Heller · 23 years ago
  40. 4613876 Add deprecation notices to the documentation to reflect recent additions to by Fred Drake · 23 years ago
  41. 6f30a8a __version__: Bump to 2.4 by Barry Warsaw · 23 years ago
  42. d80032b Update some comments about what version of the documentation tools code to use. by Fred Drake · 23 years ago
  43. d957f39 Back out previous change. by Neal Norwitz · 23 years ago
  44. dcfaaf2 Fix SF # 614587, configure.in patch from Tim Rice by Neal Norwitz · 23 years ago
  45. d8a9d2a SF bug 613233: test_threadedtempfile hangs by Tim Peters · 23 years ago
  46. 7dfb6e2 Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton by Neal Norwitz · 23 years ago
  47. e134158 Finish & commit some docs for markup that's been in use for a while. by Fred Drake · 23 years ago
  48. b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 23 years ago
  49. 04d9a80 Add regression test for a bug found in the version of the markupbase by Fred Drake · 23 years ago
  50. 6b3db55 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 23 years ago
  51. fa82181 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 23 years ago
  52. 111ee32 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 23 years ago
  53. 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 23 years ago
  54. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 23 years ago
  55. d8ce87a On Windows, select() does not accept empty lists. by Thomas Heller · 23 years ago
  56. 7bdabe6 I did fix too much - including winsock.h is sufficient. by Thomas Heller · 23 years ago
  57. 106f4c7 On Windows, call WSAGetLastError() to retrieve the error number. by Thomas Heller · 23 years ago
  58. 2f93644 Clarify documentation for PyErr_SetObject() to describe the reference by Fred Drake · 23 years ago
  59. 117ac85 Be more careful with the type of the xmlhandlersetter; it takes an by Fred Drake · 23 years ago
  60. 36c2bd8 Remove spurious period. by Fred Drake · 23 years ago
  61. 7b788e0 Clarify that len() of a Unicode string returns the number of storage units, by Fred Drake · 23 years ago
  62. 24e53b6 Add cast to avoid compiler warning. by Marc-André Lemburg · 23 years ago
  63. 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 23 years ago
  64. 02669a3 Tweak description of PortableUnixMailbox: "From " lines are actually by Greg Ward · 23 years ago
  65. 2848fe9 Attila Babo (turtle.py). by Guido van Rossum · 23 years ago
  66. fd2ede2 Add the bulk of SF patch 595111 by Attila Babo. by Guido van Rossum · 23 years ago
  67. 4299231 Warn about binutils 2.13 on Solaris. by Guido van Rossum · 23 years ago
  68. b976419 Fix bug I created during merge from Python-idle. by Kurt B. Kaiser · 23 years ago
  69. e49dd4c Blank line missing. by Tony Lownds · 23 years ago
  70. 8b1b8d6 Work around Mac OS X transient window issues by Tony Lownds · 23 years ago
  71. e555fc7 Work around Mac OS X platform encoding issues. by Tony Lownds · 23 years ago
  72. f18efa5 Added new standard keybinding set for Macs. by Tony Lownds · 23 years ago
  73. 73b9b66 Update Canvas before computing width. Draw turtle at end of drawing circle. by Martin v. Löwis · 23 years ago
  74. a6026c6 Back out multifile.py 1.19 and 1.20. Fixes #514676. by Martin v. Löwis · 23 years ago
  75. 4a38583 reference the new NEWS.help file by Skip Montanaro · 23 years ago
  76. 5c27e66 brief help file for people editing Misc/NEWS by Skip Montanaro · 23 years ago
  77. e5d7f7f ReST-ification of the NEWS file. While the total number of changes are by Skip Montanaro · 23 years ago
  78. f0cfdf7 Fiddle comments and variable names in whichmodule(). by Jeremy Hylton · 23 years ago
  79. 065a5ab whichmodule() should skip dummy package entries in sys.modules. by Jeremy Hylton · 23 years ago
  80. 16849a7 SF Bug #611225. by Kurt B. Kaiser · 23 years ago
  81. 7ccd30f Fix a problem in site.py which triggers in case sys.path is empty. by Marc-André Lemburg · 23 years ago
  82. 01824bf Patch #484994: Improve PanedWindow. by Martin v. Löwis · 23 years ago
  83. 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 23 years ago
  84. c34c4fc Suppress hex/oct constant warnings in <string> on 64-bit platforms, by Guido van Rossum · 23 years ago
  85. 2c96ab2 Two more cases of switch(PySequence_Size()) without checking for case -1. by Neal Norwitz · 23 years ago
  86. 40363b6 Open the test files in binary mode so the \r\n files won't cause by Barry Warsaw · 23 years ago
  87. f027eac Merge Py Idle: Removing config-mac.txt, not used in Idlefork by Kurt B. Kaiser · 23 years ago
  88. 6283398 Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  89. a989ac4 Add MJ. by Guido van Rossum · 23 years ago
  90. 98b2a42 Fix SF bug 610610 (reported by Martijn Pieters, diagnosed by Neal Norwitz). by Guido van Rossum · 23 years ago
  91. 5fab9c6 Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  92. 2a5e350 Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  93. 089a64a Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  94. 7879ad0 Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  95. d1ec940 Merge PyIdle changes: Rev 1.3 doerwalter (string methods) by Kurt B. Kaiser · 23 years ago
  96. 06a0987 Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  97. 0f4402d Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  98. 05bab1e Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  99. ce86b10 Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  100. 837d15c Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago