1. 19cb193 Fix memory error treatment correctly. Going to dsu_fail causes by Hye-Shik Chang · 21 years ago
  2. e807da8 Update to use python ints and int/long unification. by Raymond Hettinger · 21 years ago
  3. 73b94da Wrapper modules for _Launch and _OSA weren't added yet. Fixed. by Jack Jansen · 21 years ago
  4. 2e20a63 Make this module Python 2.3 compatible, and add a setup script that allows by Jack Jansen · 21 years ago
  5. 2af4ce8 Made this module compatible with Python2.3, and added a temporary setup by Jack Jansen · 21 years ago
  6. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  7. 6b70f8b Sigh. dsp files must be marked as binary files for cvs, otherwise by Thomas Heller · 21 years ago
  8. c8607b7 Revamped framework search path handling for MacOSX. This should allow by Jack Jansen · 21 years ago
  9. 48e02e4 forward port of 1.136.6.2: by Jack Jansen · 21 years ago
  10. 001734c fixed long standing typo by Just van Rossum · 21 years ago
  11. ff294fe SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  12. e180307 Fix missing paren. by Raymond Hettinger · 21 years ago
  13. 2955305 Fix double hyphen markup. by Raymond Hettinger · 21 years ago
  14. 2619c9e SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 21 years ago
  15. e3d5f98 Put str() in alphabetical order. by Raymond Hettinger · 21 years ago
  16. a4ce2f5 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information by Raymond Hettinger · 21 years ago
  17. ad80955 Add groupby() by Andrew M. Kuchling · 21 years ago
  18. db7dcff Edit description a bit by Andrew M. Kuchling · 21 years ago
  19. b7a10d1 Incorporate suggestions from Aahz. by Raymond Hettinger · 21 years ago
  20. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
  21. b8d5f24 Variation of Thomas Heller's patch (722638) for improving readability by Steve Purcell · 21 years ago
  22. ff6dd0b SF bug #844123: "up" instead of "down" in turtle module documentation by Raymond Hettinger · 21 years ago
  23. 67ff6d9 Finished update to UH 3.4.2. by Jack Jansen · 21 years ago
  24. da78a5d Finished update to universal header 3.4.2. by Jack Jansen · 21 years ago
  25. 5a4071a Reverting to previous version, which works. And I don't really care about by Jack Jansen · 21 years ago
  26. c7501d5 distutils compilers now compile source files in the same order as they by Thomas Heller · 21 years ago
  27. 9436a75 Compile the files in the same order they are passed to the compiler. by Thomas Heller · 21 years ago
  28. f96dd83 - fix markup in the bool() description by Fred Drake · 21 years ago
  29. 713ade6 Add news about removal of the PendingDeprecationWarning from apply(). by Fred Drake · 21 years ago
  30. d75ede3 Remove the PendingDeprecationWarning from apply(). apply() will by Fred Drake · 21 years ago
  31. f62444a Fix links and typos. by Raymond Hettinger · 21 years ago
  32. ec3402f Fix typo by Raymond Hettinger · 21 years ago
  33. bd3a240 Fix typos. by Raymond Hettinger · 21 years ago
  34. 7425c38 The Windows build number for 2.3.3c1 is 50. by Thomas Heller · 21 years ago
  35. f477c88 SF bug #849662. Dramatically, improve comparison speed for "if shl == None". by Raymond Hettinger · 21 years ago
  36. edfb302 Fix error in exception message. by Brett Cannon · 21 years ago
  37. 9da1efb Remove extra copy of test_key_with_exception that somehow appeared by Michael W. Hudson · 21 years ago
  38. 1df0f65 Fixes and tests for various "holding pointers when arbitrary Python code by Michael W. Hudson · 21 years ago
  39. c6c5ece Typo repair; added some comments and horizontal whitespace. by Tim Peters · 21 years ago
  40. da6081f Ported to Universal Headers 3.4.2. Qd and Qt remain to be done. by Jack Jansen · 21 years ago
  41. fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 21 years ago
  42. 8850c87 Fix link by Raymond Hettinger · 21 years ago
  43. 8772d4e Add a standard library tour by Raymond Hettinger · 21 years ago
  44. 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
  45. 07f1dfa Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558. by Jack Jansen · 21 years ago
  46. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  47. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 21 years ago
  48. 291481b Reduce the size of Big String and Big Binary tests to 2**14 (minus one by Guido van Rossum · 21 years ago
  49. 7bafa9f Fix typo. (From SF bug #853064) by Walter Dörwald · 21 years ago
  50. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
  51. b337dd9 Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not be by Mark Hammond · 21 years ago
  52. 817c929 Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames by Mark Hammond · 21 years ago
  53. 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 21 years ago
  54. 148eb6a doc nit by Skip Montanaro · 21 years ago
  55. 89f9865 OS/2+EMX: make the link() emulation available as os.link() by Andrew MacIntyre · 21 years ago
  56. eb477f0 EMX lacks an implementation of link(). As Mailman wants os.link() to by Andrew MacIntyre · 21 years ago
  57. 2e8a6e0 To find the curses extension as a DLL (on OS/2), we need to adjust the by Andrew MacIntyre · 21 years ago
  58. c2138af - add notes about os.link() emulation; - various minor cleanups and updates. by Andrew MacIntyre · 21 years ago
  59. 51578ae - add build support for curses extension to be a normal DLL as well as by Andrew MacIntyre · 21 years ago
  60. 63ee110 use same compiler switches as core for extensions by Andrew MacIntyre · 21 years ago
  61. 70ef869 SF patch #852140: keyword.py - use __contains__ and bool by Raymond Hettinger · 21 years ago
  62. 2569528 Convert a 0/1 to False/True. by Raymond Hettinger · 21 years ago
  63. 1d7323e Py_Finalize(): disabled the second call of cyclic gc, and added extensive by Tim Peters · 21 years ago
  64. 85f48e3 Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 21 years ago
  65. 3375fc5 Apply extract functions instead of lambda. by Raymond Hettinger · 21 years ago
  66. 0ad142a Revert previous change. MAL preferred the old version. by Raymond Hettinger · 21 years ago
  67. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  68. a455170 Simplifed the code. by Raymond Hettinger · 21 years ago
  69. 0a18552 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 21 years ago
  70. fd25aca Add news item for _winreg fix (SF bug 851056). by Guido van Rossum · 21 years ago
  71. a6a38ad Remove all uses of alloca() from this module. The alloca() return value by Guido van Rossum · 21 years ago
  72. 457bf91 Fix a bug discovered by Kalle Svensson: comparing sys.maxint to by Guido van Rossum · 21 years ago
  73. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  74. 37e1363 Make sure the list.sort's decorate step unwinds itself before returning by Raymond Hettinger · 21 years ago
  75. b310591 See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 21 years ago
  76. ac5d667 Fix (workaround, actually) for bug #844676: deselecting "show hidden" can by Jack Jansen · 21 years ago
  77. 9cc4fcd Package Mnager error dialogs could refer to hidden packages, which was by Jack Jansen · 21 years ago
  78. b68947e 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. by Jack Jansen · 21 years ago
  79. a775dd1 the "idle" script has moved from Lib/idlelib to Tools/scripts. by Jack Jansen · 21 years ago
  80. ccabed3 Patch #849350: Update to document bool return values. Backported to 2.3. by Martin v. Löwis · 21 years ago
  81. 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 21 years ago
  82. 04bf724 - clean up generated HTML - make the output more XHTML friendly by Fred Drake · 21 years ago
  83. 2ce1d47 Fix typo and mark-up; shorten text by Andrew M. Kuchling · 21 years ago
  84. 6708756 Fix typos by Andrew M. Kuchling · 21 years ago
  85. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 21 years ago
  86. 7245265 Add version changed doc for addition of fillchar to ljust/rjust/center by Neal Norwitz · 21 years ago
  87. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  88. bd93b3e As discussed on python-dev, banish apply(), buffer(), coerce(), and by Raymond Hettinger · 21 years ago
  89. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  90. 3972457 make the generated HTML more XHTML friendly by Fred Drake · 21 years ago
  91. 188e25f Fix a typo introduced at 1.21 by Kurt B. Kaiser · 21 years ago
  92. a38123e Factor out more duplicate code. by Raymond Hettinger · 21 years ago
  93. 7e0282f Note the addition of set() and frozenset(). by Raymond Hettinger · 21 years ago
  94. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  95. 5f4e45d Stop GCC warning about int literal that's so long that it becomes an by Guido van Rossum · 21 years ago
  96. 0bba722 Silence GCC warning when asserts are turned off. by Guido van Rossum · 21 years ago
  97. c714d45 Update NEWS.txt to include some items missed earlier. Update the by Kurt B. Kaiser · 21 years ago
  98. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  99. ceca5d2 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 21 years ago
  100. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 21 years ago