1. 5962f45 [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 20 years ago
  2. b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 20 years ago
  3. f2c0830 SF bug #963956: Bad error mesage when subclassing a module by Raymond Hettinger · 20 years ago
  4. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
  5. 642c8a1 Patch #926209: Patch to setup.py to run on x86_64 Linux. by Martin v. Löwis · 20 years ago
  6. 2d6783b SF #966375: Fix typo (Reported by Kristian Ovaska) by Hye-Shik Chang · 20 years ago
  7. 4ec44e8 Replaced arbitrary addend in tuple_hash with one that is known to generate by Raymond Hettinger · 20 years ago
  8. 4e49b83 SF patch #961387: Make IDLE's paragraph reformatting width configurable by Raymond Hettinger · 20 years ago
  9. 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 20 years ago
  10. 6838c55 Add comments for unicode-only methods to give hints on AttributeError by Hye-Shik Chang · 20 years ago
  11. 7bd8606 Fix typo. by Hye-Shik Chang · 20 years ago
  12. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  13. 0701bd6 Fix for #860242: use correct names in the "save preferences" dialog. by Jack Jansen · 20 years ago
  14. 30184f3 - Fix for #862941: "run with commandline python" crashed. Fixed. by Jack Jansen · 20 years ago
  15. 22ec5c3 if we must argue over the/they, we can just remove the unecessary word by Fred Drake · 20 years ago
  16. 175d188 avoid backticks in examples; use repr() instead by Fred Drake · 20 years ago
  17. 1afd480 Fix for #932977: MacOSX does not pass the whole pathname in argv[0] for by Jack Jansen · 20 years ago
  18. 7637574 On startup, attempt to set the working directory to $HOME. by Jack Jansen · 20 years ago
  19. 2d1a2aa Fix typo: the-->they by Raymond Hettinger · 20 years ago
  20. 6dfed6c Fix typo. by Guido van Rossum · 20 years ago
  21. 3151e18 Small clarification. by Michael W. Hudson · 20 years ago
  22. 8d562e6 Very large scripts folders could crash the IDE, because it runs out by Jack Jansen · 20 years ago
  23. d6d35d9 - fix typo reported by John Belmonte - wrap a long line by Fred Drake · 20 years ago
  24. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
  25. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  26. bc555e3 Fix the grammar a bit more. (Adjusted by Tony Meyer) by Hye-Shik Chang · 20 years ago
  27. 9bc4f2d Drop claims that Unicode always means UCS-2. Fixes #881861. by Martin v. Löwis · 20 years ago
  28. 4a9b806 Document string methods that are locale-dependent. Fixes #935749. by Martin v. Löwis · 20 years ago
  29. 558d9bf Patch #929192: Improvements to bluetooth support. by Martin v. Löwis · 20 years ago
  30. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  31. 3e501dc One more attempt to fix the grammar. by Martin v. Löwis · 20 years ago
  32. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 20 years ago
  33. 29eb8c3 Do an actual test for xcodebuild, in stead of relying on the user to by Jack Jansen · 20 years ago
  34. 9f5f056 Remove the pcre module. by Thomas Heller · 20 years ago
  35. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
  36. b4541c2 Remove reference to pcre module by Andrew M. Kuchling · 20 years ago
  37. 5ededdd Remove pcre module by Andrew M. Kuchling · 20 years ago
  38. f7e836e Don't build the pcre module any more by Andrew M. Kuchling · 20 years ago
  39. acf2618 Remove reference to pcre module by Andrew M. Kuchling · 20 years ago
  40. 4ad9723 Remove pre module by Andrew M. Kuchling · 20 years ago
  41. 5629d0e Fix grammar hopefully. :) by Hye-Shik Chang · 20 years ago
  42. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  43. b6568b9 Add a name (old change sitting in my tree) by Andrew M. Kuchling · 20 years ago
  44. d783694 Remove old reminder by Andrew M. Kuchling · 20 years ago
  45. 43285d4 CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when by Jack Jansen · 20 years ago
  46. aa2e498 Record Python 2.3.4 (final) build number. by Thomas Heller · 20 years ago
  47. 9c322fb The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 20 years ago
  48. 477c856 Move grammar rule for lambda_form into section on lambdas. Fixes #964525. by Martin v. Löwis · 20 years ago
  49. 13ff116 Fix typo reported in #964592. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  50. dd07e59 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 20 years ago
  51. 04697e8 Patch #924294: Do not check for AF_INET6 if it is not defined. by Martin v. Löwis · 20 years ago
  52. 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
  53. d894872 Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  54. 0659452 Added IMAP4_stream to __all__ by Piers Lauder · 20 years ago
  55. 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 20 years ago
  56. 7897ff0 Add genobject.c by Martin v. Löwis · 20 years ago
  57. 19a02ec Add genobject.c to the MSVC++ 6.0 build. by Raymond Hettinger · 20 years ago
  58. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  59. 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 20 years ago
  60. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
  61. 504239f Silence noise in regrtest. by Martin v. Löwis · 20 years ago
  62. e148595 Fixup spacing in an example. by Raymond Hettinger · 20 years ago
  63. 173ecb6 Copy from python-2.3.spec. Incorporate patch #961465: by Martin v. Löwis · 20 years ago
  64. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  65. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  66. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  67. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  68. cbd0b36 Fix typo (from SF bug #962602) by Walter Dörwald · 20 years ago
  69. 874ebd5 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  70. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  71. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  72. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  73. d70ad8a Update docstring for dict.update() to match the new realities. by Walter Dörwald · 20 years ago
  74. 8759090 starting to add comments to explain what's here by Fred Drake · 20 years ago
  75. 80ce6dd The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
  76. c139909 The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
  77. 08678a1 Remove float_compare as per by Michael W. Hudson · 20 years ago
  78. 76b8cc8 Band-aid type fix for by Michael W. Hudson · 20 years ago
  79. 4ccf336 Fill-in the introductory paragraph for the library tour. by Raymond Hettinger · 20 years ago
  80. 846865b Add a further tour of the standard library. by Raymond Hettinger · 20 years ago
  81. a8aebce Follow official recommendation for domain names in examples. by Raymond Hettinger · 20 years ago
  82. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  83. b98a8ba Add example that uses readline.readline(). by Skip Montanaro · 20 years ago
  84. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  85. ddc819c Make sure sets are printed in sorted order by Raymond Hettinger · 20 years ago
  86. e36894d Updated to reflect new types. by Raymond Hettinger · 20 years ago
  87. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 20 years ago
  88. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 20 years ago
  89. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 20 years ago
  90. 956e4f7 Clarify when iter() is first called in generator expressions. by Raymond Hettinger · 20 years ago
  91. 8bc81fc Added description for authenticate and namespace by Piers Lauder · 20 years ago
  92. c1e32b6 Fixed IMAP4_SSL read bug introduced by patch 956394 by Piers Lauder · 20 years ago
  93. 8f2b244 Fixed IMAP4_SSL read and readlines code per patch 956394 by Piers Lauder · 20 years ago
  94. 6e1fd2f Improved wording for generator expressions. by Raymond Hettinger · 20 years ago
  95. 059e170 SF bug #949329: sets.Set() --> set() by Raymond Hettinger · 20 years ago
  96. 170a622 Add more docs for generator expressions. by Raymond Hettinger · 20 years ago
  97. ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 20 years ago
  98. 16581c8 Set data pointer to NULL after an error; this keeps the mmap_dealloc() function from trying to do msync(-1);munmap(-1). by Andrew M. Kuchling · 20 years ago
  99. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  100. 285cfcc Make type check work with subclasses by Raymond Hettinger · 20 years ago