1. 6453c1f Cleanup: by Neal Norwitz · 22 years ago
  2. 539594f Remove unused import by Neal Norwitz · 22 years ago
  3. 5b0b00f Convert string exceptions to classes, string exceptions are deprecated by Neal Norwitz · 22 years ago
  4. 672ce57 Convert some more 1/0 to True/False by Neal Norwitz · 22 years ago
  5. f4c4f11 Add missing self for method call by Neal Norwitz · 22 years ago
  6. 3e0edbf Port Martin von Loewis checkin from Python: by Neal Norwitz · 22 years ago
  7. ce8ed1a Port Martin von Loewis checkin from python: Support sdist. by Neal Norwitz · 22 years ago
  8. 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  9. a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
  10. 362c7cd0 Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  11. 202355a Build _AE too. by Jack Jansen · 22 years ago
  12. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
  13. 8188559 Correct an error introduced at Rev 1.30. The keyword arg is necessary by Kurt B. Kaiser · 22 years ago
  14. 24884f7 Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the mainprogram wan't in the current directory. Fixed. by Just van Rossum · 22 years ago
  15. 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 22 years ago
  16. 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago
  17. 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
  18. b6f7959 Fix value of 'propagate' (noted by Chris Reedy) Rewrite paragraph by Andrew M. Kuchling · 22 years ago
  19. fb97443 Fix typo. by Walter Dörwald · 22 years ago
  20. 27a4450 Fixed two silly bugs in the PEP252 support code, added an assert by Jack Jansen · 22 years ago
  21. ad692cc fixed typo and wrapping by Just van Rossum · 22 years ago
  22. 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 22 years ago
  23. a34b1a0 Allow the device name to be passed to linuxaudiodev.open(), for by Greg Ward · 22 years ago
  24. ef786ae Add missing decref by Neal Norwitz · 22 years ago
  25. b492fa9 Mention dict.fromkeys() Various edits by Andrew M. Kuchling · 22 years ago
  26. 5ef2b21 Update e-mail address by Andrew M. Kuchling · 22 years ago
  27. ade8c8b2 Nudge getting __module__ and __name__ for new-style classes so that by Michael W. Hudson · 22 years ago
  28. deaba57 SF #641170, reST version of Lib/test/README by Neal Norwitz · 22 years ago
  29. 7e7c00d I don't know why staring at the email to python-checkins made me by Michael W. Hudson · 22 years ago
  30. 586da8f Readjustments to the way we cope with exceptions from subclasses' by Michael W. Hudson · 22 years ago
  31. 31ddfb6 [Part of patch #641685] Add .dylib as an extension for shared libraries by Andrew M. Kuchling · 22 years ago
  32. a246d9f [Patch #641685] setup.py contained code for finding libraries, instead by Andrew M. Kuchling · 22 years ago
  33. d680a86 Bug #643631: MacOS 9 details missing from inst.tex by Andrew M. Kuchling · 22 years ago
  34. c0d3f4e Rephrase dict.fromkeys() news. by Guido van Rossum · 22 years ago
  35. caf17be I had the inheritance cycle stuff backwards. Oops! by Michael W. Hudson · 22 years ago
  36. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  37. e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 22 years ago
  38. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  39. e9cfcef Clarify the interpretation of the __getstate__() return value for by Fred Drake · 22 years ago
  40. a01fa26 The MRO conflict error message depends on dictionary hash order. by Guido van Rossum · 22 years ago
  41. 4add68b Add missing dependency information for the "What's New" document. by Fred Drake · 22 years ago
  42. 4ec2e70 Avoid including tclInt.h. by Martin v. Löwis · 22 years ago
  43. 54fe3fd Noted the support for resource exclusion for regrtest. Some people by Fred Drake · 22 years ago
  44. 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 22 years ago
  45. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  46. 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
  47. f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 22 years ago
  48. ac74f5d Initialize a variable. Hope this makes things work for Guido. by Michael W. Hudson · 22 years ago
  49. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  50. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
  51. 96bc3b4 This is not part of my patch by Michael W. Hudson · 22 years ago
  52. 98bbc49 This is my patch: by Michael W. Hudson · 22 years ago
  53. 50905d0 Fix typo by Andrew M. Kuchling · 22 years ago
  54. 5d0bd1e refactor universal line endings detection by Just van Rossum · 22 years ago
  55. 39b4852 Report Tkinter changes. by Martin v. Löwis · 22 years ago
  56. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  57. 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 22 years ago
  58. 318b7b9 Polish some bits to silence pychecker. by Thomas Heller · 22 years ago
  59. 8af41ce Don't look for modules in the registry any longer. by Thomas Heller · 22 years ago
  60. cef3288 added support for building standalone applications by Just van Rossum · 22 years ago
  61. d32047f A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 22 years ago
  62. 98f3373 A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 22 years ago
  63. 7da3432 Added Marius Gedminas, for contributions to the datetime code. by Tim Peters · 22 years ago
  64. 35e48d2 SF 643115: Set._update() had a special case for dictionaries which allowed by Raymond Hettinger · 22 years ago
  65. 919000e Add a note that this file should be kept compatible with Python 1.5.2, by Thomas Heller · 22 years ago
  66. 057ab14 * libbz2.tex by Gustavo Niemeyer · 22 years ago
  67. 00445d2 Fix typo in comment. by Walter Dörwald · 22 years ago
  68. 1456fde Fixed bug by Gustavo Niemeyer · 22 years ago
  69. 3d654d6 Added a class PEP252Mixin. By adding this to your ObjectDefinition you by Jack Jansen · 22 years ago
  70. 9e7453d Remove \module{} in link text to avoid HTML generation bug by Andrew M. Kuchling · 22 years ago
  71. 15353f5 Remove extra word by Andrew M. Kuchling · 22 years ago
  72. 3131679 James Henstridge pointed out a misleading comment. by Michael W. Hudson · 22 years ago
  73. 1a54d71 Mention that .pth files can't be used to override standard modules by Andrew M. Kuchling · 22 years ago
  74. 2095c06 Lots of restructuring, mostly suggested by Bill Bumgarner. Main by Jack Jansen · 22 years ago
  75. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  76. 05ced6a Don't disable building Mac-specific modules for a non-framework build: by Just van Rossum · 22 years ago
  77. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  78. 97225da Sort names independent of the Python version. Fix hex constant warning. by Martin v. Löwis · 22 years ago
  79. 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 22 years ago
  80. 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 22 years ago
  81. 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 22 years ago
  82. 65730a4 Delete bsddb from sys.modules if _bsddb cannot be imported. by Martin v. Löwis · 22 years ago
  83. d332c08 Skip test_normalization on Windows until it's at least clear why the by Tim Peters · 22 years ago
  84. b9ac505 Split long line. by Tim Peters · 22 years ago
  85. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  86. b808c5c Simplify use of NB_BINOP and NB_TERNOP by making them do the pointer by Neil Schemenauer · 22 years ago
  87. e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 22 years ago
  88. b8829b4 whoops, -p actually has an argument by Just van Rossum · 22 years ago
  89. d46fbc3 Remove special handling of str and unicode in PyNumber_InPlaceRemainder. They by Neil Schemenauer · 22 years ago
  90. 761b609 hardcode some resources, removing annoying Widgets.rsrc dependency by Just van Rossum · 22 years ago
  91. da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 22 years ago
  92. 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
  93. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  94. 74a530d Update character names. by Martin v. Löwis · 22 years ago
  95. 84c7a3f Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say by Tim Peters · 22 years ago
  96. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  97. 8579efc Add test cases for Hangul syllables. Update output. by Martin v. Löwis · 22 years ago
  98. 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
  99. ca2953e Remove duplicate test by Neal Norwitz · 22 years ago
  100. 8b1e74b Touch up the news for dict() keyword args. by Guido van Rossum · 22 years ago