1. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  2. 9d142ad fixes to tabwidth code removal by Steven M. Gava · 22 years ago
  3. 63f6714 remove tabwidth (for tabs) config stuff, by Steven M. Gava · 22 years ago
  4. b158541 further work on dynamic config changes; editor font by Steven M. Gava · 22 years ago
  5. 1af5e35 Fix typo by Neal Norwitz · 22 years ago
  6. c9e9e40 Add a check that SF bug 516727 is really fixed. by Guido van Rossum · 22 years ago
  7. db04489 Patch #443899: Check modes on files before performing operations. by Martin v. Löwis · 22 years ago
  8. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago
  9. 15d529a Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. by Guido van Rossum · 22 years ago
  10. b525511 Access the exception argument to see whether it starts with '500'. by Martin v. Löwis · 22 years ago
  11. d674e17 SF patch 499062: Minor typo in test_generators.py. by Tim Peters · 22 years ago
  12. 3921ff6 Fix SF bug 525520. by Jeremy Hylton · 22 years ago
  13. 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 22 years ago
  14. 8acf1e0 SF bug report #405939: wrong Host header with proxy by Jeremy Hylton · 22 years ago
  15. 7dd5f3c [Bug #491820] Define two abstract methods to shut up Pychecker, and for by Andrew M. Kuchling · 22 years ago
  16. cc5f5b2 [Bug #517554] When a signal happens during the select call in by Andrew M. Kuchling · 22 years ago
  17. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 22 years ago
  18. 00824ed [Bug #523301] ConfigParser.write() produces broken output for values that by Andrew M. Kuchling · 22 years ago
  19. 95f8495 fixed missing IMAP4_SSL_PORT by Piers Lauder · 22 years ago
  20. c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 22 years ago
  21. 31fd86c add Content-Type header to error responses this closes patch 502080 by Skip Montanaro · 22 years ago
  22. a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 22 years ago
  23. df70878 add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes by Skip Montanaro · 22 years ago
  24. 02b28ec Test for by Michael W. Hudson · 22 years ago
  25. 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 22 years ago
  26. b786e61 Set default value for readlines.sizehint to None. Change needed for 2.2.1 by Martin v. Löwis · 22 years ago
  27. 7bb466a A fix & test for by Michael W. Hudson · 22 years ago
  28. dfd0b29 remove debug cruft by Steven M. Gava · 22 years ago
  29. f31eec0 further work on new config system by Steven M. Gava · 22 years ago
  30. 5833baa Removed two unused imports. Closes patch #525225. by Barry Warsaw · 22 years ago
  31. 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 22 years ago
  32. 54e0eab OS/2 more program behaves like Win32 more by Andrew MacIntyre · 22 years ago
  33. b77d343 First work on making config changes dynamic, dynamic theme changes by Steven M. Gava · 22 years ago
  34. 5329cdb _PyLong_Copy(): was creating a copy of the absolute value, but should by Tim Peters · 22 years ago
  35. ffd05ee Added PortableUnixMailbox to the __all__ variable, and in the __main__ by Barry Warsaw · 22 years ago
  36. 2eb0b87 SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects by Guido van Rossum · 22 years ago
  37. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  38. 88b666c SF patch 518765 (Derek Harland): Bug in copy.py when used through rexec. by Guido van Rossum · 22 years ago
  39. 51e234a Patch #522279: transformer.py nodes shadows global. by Martin v. Löwis · 22 years ago
  40. 1c63f6e Correct various errors: by Martin v. Löwis · 22 years ago
  41. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 22 years ago
  42. 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 22 years ago
  43. 67716b5 bugfix for the problem where EditorWindow instances by Steven M. Gava · 22 years ago
  44. bdba320 canonic(): Fix by Edward K Ream to make breakpoints work better on by Guido van Rossum · 22 years ago
  45. 16ac99a Fix by Edward K Ream to make breakpoints work on Windows: insert a by Guido van Rossum · 22 years ago
  46. 4ca196d Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. by Martin v. Löwis · 22 years ago
  47. 3356766 Accept Unicode strings as SMTP TO addresses. Fixes #521270. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  48. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 22 years ago
  49. 75a8e65 tracking changes to python idle: by Steven M. Gava · 22 years ago
  50. 0ac16ec Patch #521714: fix pychecker warnings in ast.py. by Martin v. Löwis · 22 years ago
  51. 9d51fc8 Patch #521670: Remove unused sys import. by Martin v. Löwis · 22 years ago
  52. f47d60f Create and populate OS/2 EMX port platform specific library directory: by Andrew MacIntyre · 22 years ago
  53. f2d7d15 moved command logging routines into IMAP4 class: thread safe/faster by Piers Lauder · 22 years ago
  54. d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 22 years ago
  55. 8044055 Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't by Tim Peters · 22 years ago
  56. 45bec8c SF #515023. Make _DummyThread.join() signature match base class (Thread) by Neal Norwitz · 22 years ago
  57. 82c6682 further work on config system by Steven M. Gava · 22 years ago
  58. 4974575 handle user theme and key set deletion by Steven M. Gava · 22 years ago
  59. 18e6778 Repair so that importing socket doesn't blow up on platforms that lack by Tim Peters · 22 years ago
  60. b4779c3 Patch #515598: removed unused import of os. by Martin v. Löwis · 22 years ago
  61. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  62. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  63. e441860 Whitespace normalization. by Tim Peters · 22 years ago
  64. 20882dd SF bug #516372: test_thread: unhandled exc. in thread by Tim Peters · 22 years ago
  65. 2e250b4 Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers by Greg Ward · 22 years ago
  66. 34172d5 SF #515020, delete global variables which are used only for temporary by Neal Norwitz · 22 years ago
  67. 83bd70a SF #515005, change "1 + ''" (which pychecker warns about being invalid) by Neal Norwitz · 22 years ago
  68. f7fdedc SF #515022 remove unused variable by Neal Norwitz · 22 years ago
  69. aa38aa5 SF #515009, delete global variable that was apparently used only in a for loop. by Neal Norwitz · 22 years ago
  70. d5ba4ae SF #515018, delete global variable that was apparently used only by Neal Norwitz · 22 years ago
  71. f963b45 SF #515026, delete global variable that was apparently used only in a for loop. by Neal Norwitz · 22 years ago
  72. bc9bc18 SF #515024 remove unused variable by Neal Norwitz · 22 years ago
  73. f151625 SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used by Neal Norwitz · 22 years ago
  74. 4212ea4 SF #515012, cleanup: remove unused variable by Neal Norwitz · 22 years ago
  75. 22c5d77 SF #515011, cleanup: remove "or 0" condition by Neal Norwitz · 22 years ago
  76. 7fd41cc SF #515006, remove unnecessary import by Neal Norwitz · 22 years ago
  77. 086ac00 SF #515004 cleanup - remove unnecessary imports - rename dum -> dummy by Neal Norwitz · 22 years ago
  78. 9fb289d SF #515000, print result of f.tell() in test() instead of ignoring by Neal Norwitz · 22 years ago
  79. a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 22 years ago
  80. 005dbb2 on MacOSX/Darwin, use ranlib when building static libs. by Just van Rossum · 22 years ago
  81. e28ee75 improvement to keybinding re-use check by Steven M. Gava · 22 years ago
  82. 9f25e67 base GetHighlight on GetThemeDict for better defaults by Steven M. Gava · 22 years ago
  83. 46fa7bf further work on config saving by Steven M. Gava · 22 years ago
  84. 052937f further work on config saving by Steven M. Gava · 22 years ago
  85. 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 22 years ago
  86. 4a02f95 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 22 years ago
  87. 5ff8cb4 Whitespace cleanup. by Guido van Rossum · 22 years ago
  88. af64263 Fix typo by Neal Norwitz · 22 years ago
  89. 63cd9bf Python 10 was a success, commemorate it\! by Fred Drake · 22 years ago
  90. 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 22 years ago
  91. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 22 years ago
  92. 9273ec7 Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's by Marc-André Lemburg · 22 years ago
  93. 3688a88 Fix for the UTF-8 memory allocation bug and the UTF-8 encoding by Marc-André Lemburg · 22 years ago
  94. 085eb1b further work on config system and config saving by Steven M. Gava · 22 years ago
  95. 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 23 years ago
  96. 8cb6540 Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 by Guido van Rossum · 23 years ago
  97. 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 23 years ago
  98. 7cff66d improve user config dir handling by Steven M. Gava · 23 years ago
  99. a498af2 more work on configuration saving by Steven M. Gava · 23 years ago
  100. b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 23 years ago