1. 628e3bf MacOSX linker doesn't understand -R flag at all, no matter how you feed it by Skip Montanaro · 22 years ago
  2. 60c8a3a GNU readline() mistakenly sets the LC_CTYPE locale. by Guido van Rossum · 22 years ago
  3. 8052f89 Undo this part of the previous checkin: by Guido van Rossum · 22 years ago
  4. b00c07f The string formatting code has a test to switch to Unicode when %s by Guido van Rossum · 22 years ago
  5. 06e2a5e Add special consideration for rlcompleter. As a side effect of by Guido van Rossum · 22 years ago
  6. 8b10f89 Remove more DOS support. by Martin v. Löwis · 22 years ago
  7. ecaaf64 Add a few people who were in the ACKS file in the 2.2.2 branch but not by Guido van Rossum · 22 years ago
  8. 0a6fa96 Minor edits and markup fixes by Andrew M. Kuchling · 22 years ago
  9. 26bc25a Don't try to access sys.getwindowsversion unless it exists (ntpath is by Tim Peters · 22 years ago
  10. 2a182db Logic for determining whether skipping test_pep277 is expected: whether by Tim Peters · 22 years ago
  11. cfac1d4 The list(xrange(sys.maxint / 4)) test. Changed 4 to 2. by Tim Peters · 22 years ago
  12. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  13. 20eae69 Document PEP 293. by Martin v. Löwis · 22 years ago
  14. bd5e38d Document PEP 277 changes. by Martin v. Löwis · 22 years ago
  15. bab9559 Include wctype.h. by Martin v. Löwis · 22 years ago
  16. 19ff446 Check for wctype.h. by Martin v. Löwis · 22 years ago
  17. 08c82b8 openfile(): Go back to opening the files in text mode. This undoes by Barry Warsaw · 22 years ago
  18. 487fe6a _parsebody(): Use get_content_type() instead of the deprecated by Barry Warsaw · 22 years ago
  19. 45bb87b Use escaped Unicode literals, according to PEP 8. by Martin v. Löwis · 22 years ago
  20. 1d475d3 Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it by Barry Warsaw · 22 years ago
  21. 7465382 Modified presentation of the grammar for calls to be easier to read by Fred Drake · 22 years ago
  22. fed2405 Patch #479898: Use multibyte C library for printing strings if available. by Martin v. Löwis · 22 years ago
  23. e9ce0b0 Patch #448038: Add move(). Report errors from copytree as in shutil.Error. by Martin v. Löwis · 22 years ago
  24. 114619e Apply file system default encoding to exec and spawn path and arguments. by Martin v. Löwis · 22 years ago
  25. aa5afe1 Fix quoting for Solaris LDSHARED. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  26. bb20bb6 Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. by Martin v. Löwis · 22 years ago
  27. 9cce029 Add test_pep277 to the expected skips on Linux. (This test seems to by Guido van Rossum · 22 years ago
  28. 49c05d3 Patch #572031: AUTH method LOGIN for smtplib by Martin v. Löwis · 22 years ago
  29. b03fac2 Make sure the email test suite can be run both stand-alone and under by Guido van Rossum · 22 years ago
  30. 82c19a7 Also look in -lposix4 for sem_init. Fixes #618615. by Martin v. Löwis · 22 years ago
  31. 638a1e2 Update info for impending 2.2.2. by Tim Peters · 22 years ago
  32. c9a5b5c Apply Josh Robb's Patch: [ 617097 ] EditorWindow.py: underline recent files by Kurt B. Kaiser · 22 years ago
  33. 1ee401f This test fails on Win98, which is fine, but when it failed it left by Tim Peters · 22 years ago
  34. a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
  35. 92e4dd8 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless by Tim Peters · 22 years ago
  36. 0f34556 Add a section to be written; remove reference to deleted code by Andrew M. Kuchling · 22 years ago
  37. beb6bd9 Josh Robb's Patch [ 617109 ] WindowList.py: fix win98 quit. by Kurt B. Kaiser · 22 years ago
  38. a1dee06 Apply Josh Robb's Patch by Kurt B. Kaiser · 22 years ago
  39. c8c6065 When looking for an alias, first look for the normalized name (which by Guido van Rossum · 22 years ago
  40. bfcdb87 .iterkeys() is not needed. by Raymond Hettinger · 22 years ago
  41. 57b38ed Remove some unnecessary dependencies (minor). by Fred Drake · 22 years ago
  42. b915a38 Added refcount information for PyObject_GetIter(). by Fred Drake · 22 years ago
  43. 8dc5ff2 Undo the removal. Guido mentioned that the encoding name is in active by Marc-André Lemburg · 22 years ago
  44. 68fc273 Remove unneeded alias. by Marc-André Lemburg · 22 years ago
  45. 638437f SF # 607253, header file problems by Ralf W. Grosse-Kunstleve by Neal Norwitz · 22 years ago
  46. a40ea75 Fix doc-string. by Marc-André Lemburg · 22 years ago
  47. 97047e2 News item about the new encoding normalization scheme. by Marc-André Lemburg · 22 years ago
  48. 9d158bb Adapt lookup names to new more general encoding name normalization scheme. by Marc-André Lemburg · 22 years ago
  49. 7012673 Extending the encoding name normalization to handle more non-alphanumeric by Marc-André Lemburg · 22 years ago
  50. 399a689 Disable LFS if Solaris/gcc bug is detected. Fixes #618095. by Martin v. Löwis · 22 years ago
  51. c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 22 years ago
  52. a7a76d3 Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  53. 3d61a06 Fix [ 616716 ] Bug in PyErr_SetExcFromWindows by Mark Hammond · 22 years ago
  54. da7efaa Fix errors to pep277 checkin identified by Neal Norwitz. by Mark Hammond · 22 years ago
  55. 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago
  56. ca803a0 One last tweak to the tracing machinery: this actually computes what I intended by Michael W. Hudson · 22 years ago
  57. 3ae3315 Clamp code objects' tp_compare result to [-1, 1]. by Michael W. Hudson · 22 years ago
  58. adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 22 years ago
  59. d389036 Trivial fix to the pep277 checkin: ensure that exceptions always have a filename attribute (previously did only when string filenames were passed, but not when unicode) by Mark Hammond · 22 years ago
  60. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  61. eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 22 years ago
  62. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 22 years ago
  63. 3c6d6f2 Support UCS-4 builds. by Martin v. Löwis · 22 years ago
  64. 0ba5541 Add a comment to the top of the file explaining why the file is here. by Fred Drake · 22 years ago
  65. ba60297 Mention droped support for Tcl/Tk 8.0 and 8.1. by Guido van Rossum · 22 years ago
  66. 71e25a0 Eliminate constness warnings with Tcl 8.4. by Martin v. Löwis · 22 years ago
  67. 0ac885e test__all__(): Fix the import list. by Barry Warsaw · 22 years ago
  68. 6bfa2e6 Drop support for Tk 8.0 and 8.1. by Martin v. Löwis · 22 years ago
  69. 70e1d9b save the verbose argument as an instance attributes. Subclasses of by Skip Montanaro · 22 years ago
  70. cfb30e2 build(): Use self.builddir, not self.doc when copying the icons, so by Barry Warsaw · 22 years ago
  71. c0e066a When the HTML output dir is specified using --dir=~/foo, the tilde by Fred Drake · 22 years ago
  72. dd868d3 nits by Barry Warsaw · 22 years ago
  73. 73ec983 Include the --dir argument in the help text. by Fred Drake · 22 years ago
  74. 15a159c Change the default path to icons so that "mkhowto" does the "right thing" by by Fred Drake · 22 years ago
  75. de6977f Added an introduction. by Barry Warsaw · 22 years ago
  76. c616173 Stub document for the stand-alone email package distribution. by Fred Drake · 22 years ago
  77. 6516e14 Minor style nit for referring to other attributes of the same class by Fred Drake · 22 years ago
  78. fcc31b4 Split the long email package examples into separate files and use by Fred Drake · 22 years ago
  79. ea66abc Cleaned up the examples. by Barry Warsaw · 22 years ago
  80. 5db478f Proofread and spell checked, all except the Examples section (which by Barry Warsaw · 22 years ago
  81. cc3a6df Commit fix for SF 603831. by Guido van Rossum · 22 years ago
  82. 5b9da89 Vast update to email version 2. This could surely use proofreading. by Barry Warsaw · 22 years ago
  83. 2d7fab1 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  84. 1f84ff1 _structure(): Swap fp and level arguments. by Barry Warsaw · 22 years ago
  85. 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  86. 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  87. 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  88. 0031982 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  89. 03a7559 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  90. fd2e8f7 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  91. 419b284 __all__: Updated by Barry Warsaw · 22 years ago
  92. 057b842 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  93. 6791137 Now that TestCase is a new-style class, change loadTestsFromModule and by Guido van Rossum · 22 years ago
  94. 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 22 years ago
  95. 4535b18 Add Tim Rice, for SCO patches. by Martin v. Löwis · 22 years ago
  96. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  97. 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
  98. 884554d Patch #544740: test_commands test fails under Cygwin by Jason Tishler · 22 years ago
  99. b45b9fe fix a couple nits related to my understanding of ReST. Use of by Skip Montanaro · 22 years ago
  100. d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 22 years ago