1. f2d7d15 moved command logging routines into IMAP4 class: thread safe/faster by Piers Lauder · 23 years ago
  2. d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 23 years ago
  3. 8044055 Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't by Tim Peters · 23 years ago
  4. 45bec8c SF #515023. Make _DummyThread.join() signature match base class (Thread) by Neal Norwitz · 23 years ago
  5. 82c6682 further work on config system by Steven M. Gava · 23 years ago
  6. 4974575 handle user theme and key set deletion by Steven M. Gava · 23 years ago
  7. 18e6778 Repair so that importing socket doesn't blow up on platforms that lack by Tim Peters · 23 years ago
  8. b4779c3 Patch #515598: removed unused import of os. by Martin v. Löwis · 23 years ago
  9. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 23 years ago
  10. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago
  11. e441860 Whitespace normalization. by Tim Peters · 23 years ago
  12. 20882dd SF bug #516372: test_thread: unhandled exc. in thread by Tim Peters · 23 years ago
  13. 2e250b4 Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers by Greg Ward · 23 years ago
  14. 34172d5 SF #515020, delete global variables which are used only for temporary by Neal Norwitz · 23 years ago
  15. 83bd70a SF #515005, change "1 + ''" (which pychecker warns about being invalid) by Neal Norwitz · 23 years ago
  16. f7fdedc SF #515022 remove unused variable by Neal Norwitz · 23 years ago
  17. aa38aa5 SF #515009, delete global variable that was apparently used only in a for loop. by Neal Norwitz · 23 years ago
  18. d5ba4ae SF #515018, delete global variable that was apparently used only by Neal Norwitz · 23 years ago
  19. f963b45 SF #515026, delete global variable that was apparently used only in a for loop. by Neal Norwitz · 23 years ago
  20. bc9bc18 SF #515024 remove unused variable by Neal Norwitz · 23 years ago
  21. f151625 SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used by Neal Norwitz · 23 years ago
  22. 4212ea4 SF #515012, cleanup: remove unused variable by Neal Norwitz · 23 years ago
  23. 22c5d77 SF #515011, cleanup: remove "or 0" condition by Neal Norwitz · 23 years ago
  24. 7fd41cc SF #515006, remove unnecessary import by Neal Norwitz · 23 years ago
  25. 086ac00 SF #515004 cleanup - remove unnecessary imports - rename dum -> dummy by Neal Norwitz · 23 years ago
  26. 9fb289d SF #515000, print result of f.tell() in test() instead of ignoring by Neal Norwitz · 23 years ago
  27. a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 23 years ago
  28. 005dbb2 on MacOSX/Darwin, use ranlib when building static libs. by Just van Rossum · 23 years ago
  29. e28ee75 improvement to keybinding re-use check by Steven M. Gava · 23 years ago
  30. 9f25e67 base GetHighlight on GetThemeDict for better defaults by Steven M. Gava · 23 years ago
  31. 46fa7bf further work on config saving by Steven M. Gava · 23 years ago
  32. 052937f further work on config saving by Steven M. Gava · 23 years ago
  33. 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 23 years ago
  34. 4a02f95 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 23 years ago
  35. 5ff8cb4 Whitespace cleanup. by Guido van Rossum · 23 years ago
  36. af64263 Fix typo by Neal Norwitz · 23 years ago
  37. 63cd9bf Python 10 was a success, commemorate it\! by Fred Drake · 23 years ago
  38. 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 23 years ago
  39. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 23 years ago
  40. 9273ec7 Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's by Marc-André Lemburg · 23 years ago
  41. 3688a88 Fix for the UTF-8 memory allocation bug and the UTF-8 encoding by Marc-André Lemburg · 23 years ago
  42. 085eb1b further work on config system and config saving by Steven M. Gava · 23 years ago
  43. 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 23 years ago
  44. 8cb6540 Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 by Guido van Rossum · 23 years ago
  45. 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 23 years ago
  46. 7cff66d improve user config dir handling by Steven M. Gava · 23 years ago
  47. a498af2 more work on configuration saving by Steven M. Gava · 23 years ago
  48. b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 23 years ago
  49. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  50. 1453754 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 23 years ago
  51. 40915bf Thanks to Detlef Lannert for pointing out a typo in the code that by Tim Peters · 23 years ago
  52. c7349ee New TemporaryFile implementation for Windows: this doesn't need a by Tim Peters · 23 years ago
  53. d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 23 years ago
  54. 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
  55. 2d7bb3f further work on config saving by Steven M. Gava · 23 years ago
  56. 4fd5a06 SF bug #509805 tempfile.gettempdir not threadsafe by Tim Peters · 23 years ago
  57. 6423f8b Test case of a singleton multipart; i.e. a multipart/* with only one subpart. by Barry Warsaw · 23 years ago
  58. 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 23 years ago
  59. 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 23 years ago
  60. f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
  61. 813b56e dialog for getting a new config file section name by Steven M. Gava · 23 years ago
  62. 8cf2704 staying current with python idle fixes by Steven M. Gava · 23 years ago
  63. d91b0d6 fix for python2.2 -Qnew division error, thanks Tim! by Steven M. Gava · 23 years ago
  64. bbf5ef5 more on config saving by Steven M. Gava · 23 years ago
  65. c112cd8 further work on config saving by Steven M. Gava · 23 years ago
  66. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
  67. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
  68. c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
  69. 68d7336 keybinding configuration by Steven M. Gava · 23 years ago
  70. facfc09 keybinding configuration by Steven M. Gava · 23 years ago
  71. 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 23 years ago
  72. f717f05 Allow abspath to still do something sensisble if the nt module can not be imported. by Mark Hammond · 23 years ago
  73. eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 23 years ago
  74. 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 23 years ago
  75. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  76. edb60a7 key binding handling dialog by Steven M. Gava · 23 years ago
  77. a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 23 years ago
  78. 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 23 years ago
  79. 925f144 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 23 years ago
  80. e843e48 Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping. by Mark Hammond · 23 years ago
  81. f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 23 years ago
  82. db51920 Time2Internaldate(): Call isinstance() once for each of the type tests by Fred Drake · 23 years ago
  83. 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 23 years ago
  84. ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 23 years ago
  85. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  86. c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
  87. ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
  88. 767a7ee remove futzing with text font by Steven M. Gava · 23 years ago
  89. 361cfcd fixups and improvements by Steven M. Gava · 23 years ago
  90. dc72f48 moving to new config system by Steven M. Gava · 23 years ago
  91. 1142d59 Fix typo in label by Andrew M. Kuchling · 23 years ago
  92. 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
  93. 85f9814 Print encoded versions of the file names in test application. Fixes #496084 by Martin v. Löwis · 23 years ago
  94. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  95. 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
  96. fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
  97. 32f4153 SF Patch #494874 add tests for int()/long() invalid parameters by Neal Norwitz · 23 years ago
  98. 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
  99. 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
  100. f21b2aa Thread.__bootstrap(): ignore exceptions in the self.__delete() call in by Guido van Rossum · 23 years ago