1. 5ff8cb4 Whitespace cleanup. by Guido van Rossum · 23 years ago
  2. af64263 Fix typo by Neal Norwitz · 23 years ago
  3. 63cd9bf Python 10 was a success, commemorate it\! by Fred Drake · 23 years ago
  4. 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 23 years ago
  5. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 23 years ago
  6. 9273ec7 Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's by Marc-André Lemburg · 23 years ago
  7. 3688a88 Fix for the UTF-8 memory allocation bug and the UTF-8 encoding by Marc-André Lemburg · 23 years ago
  8. 085eb1b further work on config system and config saving by Steven M. Gava · 23 years ago
  9. 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 23 years ago
  10. 8cb6540 Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 by Guido van Rossum · 23 years ago
  11. 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 23 years ago
  12. 7cff66d improve user config dir handling by Steven M. Gava · 23 years ago
  13. a498af2 more work on configuration saving by Steven M. Gava · 23 years ago
  14. b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 23 years ago
  15. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  16. 1453754 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 23 years ago
  17. 40915bf Thanks to Detlef Lannert for pointing out a typo in the code that by Tim Peters · 23 years ago
  18. c7349ee New TemporaryFile implementation for Windows: this doesn't need a by Tim Peters · 23 years ago
  19. d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 23 years ago
  20. 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
  21. 2d7bb3f further work on config saving by Steven M. Gava · 23 years ago
  22. 4fd5a06 SF bug #509805 tempfile.gettempdir not threadsafe by Tim Peters · 23 years ago
  23. 6423f8b Test case of a singleton multipart; i.e. a multipart/* with only one subpart. by Barry Warsaw · 23 years ago
  24. 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 23 years ago
  25. 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 23 years ago
  26. f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
  27. 813b56e dialog for getting a new config file section name by Steven M. Gava · 23 years ago
  28. 8cf2704 staying current with python idle fixes by Steven M. Gava · 23 years ago
  29. d91b0d6 fix for python2.2 -Qnew division error, thanks Tim! by Steven M. Gava · 23 years ago
  30. bbf5ef5 more on config saving by Steven M. Gava · 23 years ago
  31. c112cd8 further work on config saving by Steven M. Gava · 23 years ago
  32. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
  33. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
  34. c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
  35. 68d7336 keybinding configuration by Steven M. Gava · 23 years ago
  36. facfc09 keybinding configuration by Steven M. Gava · 23 years ago
  37. 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 23 years ago
  38. f717f05 Allow abspath to still do something sensisble if the nt module can not be imported. by Mark Hammond · 23 years ago
  39. eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 23 years ago
  40. 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 23 years ago
  41. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  42. edb60a7 key binding handling dialog by Steven M. Gava · 23 years ago
  43. a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 23 years ago
  44. 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 23 years ago
  45. 925f144 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 23 years ago
  46. e843e48 Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping. by Mark Hammond · 23 years ago
  47. f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 23 years ago
  48. db51920 Time2Internaldate(): Call isinstance() once for each of the type tests by Fred Drake · 23 years ago
  49. 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 23 years ago
  50. ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 23 years ago
  51. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  52. c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
  53. ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
  54. 767a7ee remove futzing with text font by Steven M. Gava · 23 years ago
  55. 361cfcd fixups and improvements by Steven M. Gava · 23 years ago
  56. dc72f48 moving to new config system by Steven M. Gava · 23 years ago
  57. 1142d59 Fix typo in label by Andrew M. Kuchling · 23 years ago
  58. 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
  59. 85f9814 Print encoded versions of the file names in test application. Fixes #496084 by Martin v. Löwis · 23 years ago
  60. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  61. 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
  62. fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
  63. 32f4153 SF Patch #494874 add tests for int()/long() invalid parameters by Neal Norwitz · 23 years ago
  64. 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
  65. 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
  66. f21b2aa Thread.__bootstrap(): ignore exceptions in the self.__delete() call in by Guido van Rossum · 23 years ago
  67. 2764a3a Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
  68. 1e91c14 Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
  69. 24a6434 Update the docstring too. :-) by Guido van Rossum · 23 years ago
  70. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  71. 2a6f5b3 _reduce(): Avoid infinite recursion in the pickler when self.__class__ by Guido van Rossum · 23 years ago
  72. 2826fad Don't set passiveserver to 0 in connect(). See SF bug #495693. by Guido van Rossum · 23 years ago
  73. fe7286c Regenerated for Linux 2.2.4. by Martin v. Löwis · 23 years ago
  74. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  75. 3d2d980 Suggested by Pete Shinners: treat .m and .mm files as source code. by Andrew M. Kuchling · 23 years ago
  76. ed90570 forward-patch from release21-maint branch: by Anthony Baxter · 23 years ago
  77. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
  78. f830a52 SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address by Guido van Rossum · 23 years ago
  79. 2b26a86 Whitespace normalization. by Tim Peters · 23 years ago
  80. b6ab93f partial merge with current pythonware codebase: by Fredrik Lundh · 23 years ago
  81. 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 23 years ago
  82. f048a8f Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
  83. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 23 years ago
  84. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
  85. 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 23 years ago
  86. 4f5b49f Make the module docstring agree with reality: the module prvides the by Fred Drake · 23 years ago
  87. 81b61bd TemporaryFileWrapper: fixed typo in new comment. by Tim Peters · 23 years ago
  88. a255a72 TemporaryFileWrapper: cache the value of os.unlink for use by __del__, by Tim Peters · 23 years ago
  89. 99d2fbb Move the helper class _closedsocket *into* the _socketobject class. by Guido van Rossum · 23 years ago
  90. f499b03 Recreated after source changes. by Thomas Heller · 23 years ago
  91. c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 23 years ago
  92. facf24b Don't use Latex \code{...} in docstrings. by Guido van Rossum · 23 years ago
  93. 6e1c576 Get rid of the stupid backslash in front of the column zero open by Barry Warsaw · 23 years ago
  94. ca9aaf3 Synch with pyunit CVS: by Steve Purcell · 23 years ago
  95. 1422e9d SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from by Tim Peters · 23 years ago
  96. 796e1e0 Don't call resetwarnings(). Be more restrictive in what we filter out instead. by Guido van Rossum · 23 years ago
  97. f839c27 Added test_socketserver and test_unicode_file to tests expected to be by Jack Jansen · 23 years ago
  98. 7675097 send(), ehlo(): Integrate patch #487310 by Fazal Majid. Consistently by Barry Warsaw · 23 years ago
  99. 2a05bc7 Partial fix for problem in SF buf #487458 by Jeremy Hylton · 23 years ago
  100. e54616c (Merge into trunk.) by Guido van Rossum · 23 years ago