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