1. b24e347 Patch #621891: Add askopenfile{name}s. by Martin v. Löwis · 22 years ago
  2. 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 22 years ago
  3. 0c35825 _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: by Barry Warsaw · 22 years ago
  4. ab9439f Update the urls and other information about the add-on Japanese, by Barry Warsaw · 22 years ago
  5. 16ecb21 Fix tildes in URLs. Closes SF bug #614821. by Fred Drake · 22 years ago
  6. bfa5a14 Darn! Don't divide by zero. Bad fix. :-) by Guido van Rossum · 22 years ago
  7. c18b308 Fix a few docstrings, remove extra commas by Neal Norwitz · 22 years ago
  8. 520cdf7 SF # 539360, webbrowser.py and konqueror, by Andy McKay by Neal Norwitz · 22 years ago
  9. 98a355d SF #621948, update docstring for md5 by David M. Cooke. Will backport. by Neal Norwitz · 22 years ago
  10. 463bfaf Clarify deprecation of the floor div operator, modulo operator, by Raymond Hettinger · 22 years ago
  11. a5c0e6d Add checks for size overflow on list*n, list+list, tuple+tuple. by Guido van Rossum · 22 years ago
  12. 6e08c14 PyObject_Init[Var] is almost always called from the PyObject_NEW[_VAR] by Guido van Rossum · 22 years ago
  13. c78462f The MS resource compiler simply cannot be convinced to do arithmetic by Tim Peters · 22 years ago
  14. ce2f663 Repair the DLL name -- this has to match the major.minor version numbers. by Tim Peters · 22 years ago
  15. e190663 Typo in docstring by Jeremy Hylton · 22 years ago
  16. 96f1129 Fix for SF bug #599836: Don't duplicate headers. by Jeremy Hylton · 22 years ago
  17. a0f453b Allow restricted code to get byteorder, getdefaultencoding(), by Fred Drake · 22 years ago
  18. 83d0fd2 Trying alphabet again by Jeremy Hylton · 22 years ago
  19. a325c42 Sort names alphabetically. by Jeremy Hylton · 22 years ago
  20. 69dc0c5 Add hexversion to list of safe sys names (SF bug 621447). by Jeremy Hylton · 22 years ago
  21. 3bd6fde Use fdopen() to create file from fd. by Jeremy Hylton · 22 years ago
  22. 549ab8a A test for the recent overflow-in-format-crash bug. by Michael W. Hudson · 22 years ago
  23. cafe0ee Back out news about SF patch 479898 -- it's withdrawn. by Guido van Rossum · 22 years ago
  24. a5f0907 Back out #479898. by Martin v. Löwis · 22 years ago
  25. 049cd6b Fix a nasty endcase reported by Armin Rigo in SF bug 618623: by Guido van Rossum · 22 years ago
  26. f689b88 Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.py by Neal Norwitz · 22 years ago
  27. 8dd28eb SF # 585913, Adds Galeon support to webbrowser.py by Neal Norwitz · 22 years ago
  28. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  29. e893f2f Remove more DOS support. by Martin v. Löwis · 22 years ago
  30. 5430f4e Document when unittest was added to Python. by Fred Drake · 22 years ago
  31. c309cca Add new posix functions by Andrew M. Kuchling · 22 years ago
  32. 6f0f961 Update email micro release number. by Barry Warsaw · 22 years ago
  33. df88b9f Document that the Charset constructor coerces its argument to lower case. by Barry Warsaw · 22 years ago
  34. 57ce143 Document that get_content_charset() coerces its return value to lower case. by Barry Warsaw · 22 years ago
  35. c986e54 Bump version number to 2.4.2 to pick up the latest minor bug fixes. by Barry Warsaw · 22 years ago
  36. dc8087b New tests to verify that charsets are case insensitive, and that by by Barry Warsaw · 22 years ago
  37. ee07cb1 get_content_charset(): RFC 2046 $4.1.2 says charsets are not case by Barry Warsaw · 22 years ago
  38. 14fc464 __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive. by Barry Warsaw · 22 years ago
  39. d4f7da3 Add .PHONY targets, to declare targets that aren't real files. by Guido van Rossum · 22 years ago
  40. 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 22 years ago
  41. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  42. 3e3e129 [Bug #621039] Fix broken link by Andrew M. Kuchling · 22 years ago
  43. 8399248 [Bug #621038] Remove duplicated item by Andrew M. Kuchling · 22 years ago
  44. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 22 years ago
  45. 853ddd5 SF #614596, fix for urllib2.AbstractBasicAuthHandler, John Williams (johnw42) by Neal Norwitz · 22 years ago
  46. aa02c84 Accept Armin's documentation patch for SF bug #558179. by Fred Drake · 22 years ago
  47. 2b492b6 News about repr() and 8-bit characters, and setlocale() in the readline module. by Guido van Rossum · 22 years ago
  48. 628e3bf MacOSX linker doesn't understand -R flag at all, no matter how you feed it by Skip Montanaro · 22 years ago
  49. 60c8a3a GNU readline() mistakenly sets the LC_CTYPE locale. by Guido van Rossum · 22 years ago
  50. 8052f89 Undo this part of the previous checkin: by Guido van Rossum · 22 years ago
  51. b00c07f The string formatting code has a test to switch to Unicode when %s by Guido van Rossum · 22 years ago
  52. 06e2a5e Add special consideration for rlcompleter. As a side effect of by Guido van Rossum · 22 years ago
  53. 8b10f89 Remove more DOS support. by Martin v. Löwis · 22 years ago
  54. 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
  55. 0a6fa96 Minor edits and markup fixes by Andrew M. Kuchling · 22 years ago
  56. 26bc25a Don't try to access sys.getwindowsversion unless it exists (ntpath is by Tim Peters · 22 years ago
  57. 2a182db Logic for determining whether skipping test_pep277 is expected: whether by Tim Peters · 22 years ago
  58. cfac1d4 The list(xrange(sys.maxint / 4)) test. Changed 4 to 2. by Tim Peters · 22 years ago
  59. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  60. 20eae69 Document PEP 293. by Martin v. Löwis · 22 years ago
  61. bd5e38d Document PEP 277 changes. by Martin v. Löwis · 22 years ago
  62. bab9559 Include wctype.h. by Martin v. Löwis · 22 years ago
  63. 19ff446 Check for wctype.h. by Martin v. Löwis · 22 years ago
  64. 08c82b8 openfile(): Go back to opening the files in text mode. This undoes by Barry Warsaw · 22 years ago
  65. 487fe6a _parsebody(): Use get_content_type() instead of the deprecated by Barry Warsaw · 22 years ago
  66. 45bb87b Use escaped Unicode literals, according to PEP 8. by Martin v. Löwis · 22 years ago
  67. 1d475d3 Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it by Barry Warsaw · 22 years ago
  68. 7465382 Modified presentation of the grammar for calls to be easier to read by Fred Drake · 22 years ago
  69. fed2405 Patch #479898: Use multibyte C library for printing strings if available. by Martin v. Löwis · 22 years ago
  70. e9ce0b0 Patch #448038: Add move(). Report errors from copytree as in shutil.Error. by Martin v. Löwis · 22 years ago
  71. 114619e Apply file system default encoding to exec and spawn path and arguments. by Martin v. Löwis · 22 years ago
  72. aa5afe1 Fix quoting for Solaris LDSHARED. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  73. bb20bb6 Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. by Martin v. Löwis · 22 years ago
  74. 9cce029 Add test_pep277 to the expected skips on Linux. (This test seems to by Guido van Rossum · 22 years ago
  75. 49c05d3 Patch #572031: AUTH method LOGIN for smtplib by Martin v. Löwis · 22 years ago
  76. b03fac2 Make sure the email test suite can be run both stand-alone and under by Guido van Rossum · 22 years ago
  77. 82c19a7 Also look in -lposix4 for sem_init. Fixes #618615. by Martin v. Löwis · 22 years ago
  78. 638a1e2 Update info for impending 2.2.2. by Tim Peters · 22 years ago
  79. c9a5b5c Apply Josh Robb's Patch: [ 617097 ] EditorWindow.py: underline recent files by Kurt B. Kaiser · 22 years ago
  80. 1ee401f This test fails on Win98, which is fine, but when it failed it left by Tim Peters · 22 years ago
  81. a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
  82. 92e4dd8 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless by Tim Peters · 22 years ago
  83. 0f34556 Add a section to be written; remove reference to deleted code by Andrew M. Kuchling · 22 years ago
  84. beb6bd9 Josh Robb's Patch [ 617109 ] WindowList.py: fix win98 quit. by Kurt B. Kaiser · 22 years ago
  85. a1dee06 Apply Josh Robb's Patch by Kurt B. Kaiser · 22 years ago
  86. c8c6065 When looking for an alias, first look for the normalized name (which by Guido van Rossum · 22 years ago
  87. bfcdb87 .iterkeys() is not needed. by Raymond Hettinger · 22 years ago
  88. 57b38ed Remove some unnecessary dependencies (minor). by Fred Drake · 22 years ago
  89. b915a38 Added refcount information for PyObject_GetIter(). by Fred Drake · 22 years ago
  90. 8dc5ff2 Undo the removal. Guido mentioned that the encoding name is in active by Marc-André Lemburg · 22 years ago
  91. 68fc273 Remove unneeded alias. by Marc-André Lemburg · 22 years ago
  92. 638437f SF # 607253, header file problems by Ralf W. Grosse-Kunstleve by Neal Norwitz · 22 years ago
  93. a40ea75 Fix doc-string. by Marc-André Lemburg · 22 years ago
  94. 97047e2 News item about the new encoding normalization scheme. by Marc-André Lemburg · 22 years ago
  95. 9d158bb Adapt lookup names to new more general encoding name normalization scheme. by Marc-André Lemburg · 22 years ago
  96. 7012673 Extending the encoding name normalization to handle more non-alphanumeric by Marc-André Lemburg · 22 years ago
  97. 399a689 Disable LFS if Solaris/gcc bug is detected. Fixes #618095. by Martin v. Löwis · 22 years ago
  98. c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 22 years ago
  99. a7a76d3 Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  100. 3d61a06 Fix [ 616716 ] Bug in PyErr_SetExcFromWindows by Mark Hammond · 22 years ago