1. fc03a94 Incorporate Expat 1.95.6. by Martin v. Löwis · 23 years ago
  2. 5a772d3 Part II of Python2.3 update by Raymond Hettinger · 23 years ago
  3. fd6aaa1 Synchronize with PyXML's 1.33: Import missing modules. by Martin v. Löwis · 23 years ago
  4. 2ef85a7 Fix minor typos. by Raymond Hettinger · 23 years ago
  5. aa5af8d Merge PyXML 1.11-1.26: by Martin v. Löwis · 23 years ago
  6. bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 23 years ago
  7. cd5c8c2 SF #638299, LaTeX documentation for logging package by Neal Norwitz · 23 years ago
  8. 7234884 Part I of an update for Python 2.3. by Raymond Hettinger · 23 years ago
  9. daae327 Fix markup by Neal Norwitz · 23 years ago
  10. 7c3c466 Import UserDataHandler from PyXML. by Martin v. Löwis · 23 years ago
  11. b5698fa Import NodeFilter from DOM2 Traversal/Range. by Martin v. Löwis · 23 years ago
  12. 3f1b528 Merge with PyXML 1.28: by Martin v. Löwis · 23 years ago
  13. 9ea6788 Import from PyXML 1.10. by Martin v. Löwis · 23 years ago
  14. 787354c Merge with PyXML 1.80: by Martin v. Löwis · 23 years ago
  15. fc5fec7 Import expatbuilder, minicompat from PyXML. by Martin v. Löwis · 23 years ago
  16. f536827 Include version annotation for PyObject_Call(). by Fred Drake · 23 years ago
  17. 8bd62af Fix typo reported to python-docs. by Fred Drake · 23 years ago
  18. 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 23 years ago
  19. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 23 years ago
  20. cd63e61 Add news about getargs change. by Neil Schemenauer · 23 years ago
  21. b808e99 Raise a TypeError if a float is passed when an integer is specified. by Neil Schemenauer · 23 years ago
  22. 3422c99 Raise PicklingError when __reduce__() fails, and by Jeremy Hylton · 23 years ago
  23. 234d9a9 rmtree(): Make implementation agree with documentation (both latex and by Barry Warsaw · 23 years ago
  24. 7fc2cca A very minimal start to a test of the shutil module. by Barry Warsaw · 23 years ago
  25. 6d9f9b3 Fred drives and fixes a formatting nit. by Barry Warsaw · 23 years ago
  26. a038270 MacPython-OS9 has had an abort() function for quite a while now, so there's no reason to stall in an endless loop, just call abort() on a fatal error. by Jack Jansen · 23 years ago
  27. 9363dca MacPython-OS9 specific fix: If there are non-string items on sys.path don't try to intern them. This has the theoretical problem that resource filenames on sys.path cannot be unicode objects, but in practice that shouldn't matter. by Jack Jansen · 23 years ago
  28. 0064026 Bump the Windows build to use Sleepycat's 4.1.25.NC release (the by Tim Peters · 23 years ago
  29. bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 23 years ago
  30. c971387 Updated the doc strings to refer to PyArg_Parse and Py_BuildValue in stead by Jack Jansen · 23 years ago
  31. 8bb5ad2 Updated the astimezone() proof to recover from all the last week's by Tim Peters · 23 years ago
  32. 2fbe537 Fix typo by Neal Norwitz · 23 years ago
  33. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 23 years ago
  34. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 23 years ago
  35. 250684d Use lightweight introspection instead of the inspect module hammer. by Jeremy Hylton · 23 years ago
  36. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 23 years ago
  37. b1049e8 fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! by Tim Peters · 23 years ago
  38. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 23 years ago
  39. 9a7c96a add support for Python's bool type to xmlrpclib - patch # 559288 by Skip Montanaro · 23 years ago
  40. 32417e7 Tweaked time conversion to work in MacPython-OS9. by Jack Jansen · 23 years ago
  41. d44a3ec Getting rid of StandardGetFile by Jack Jansen · 23 years ago
  42. 96bf0d7 Kurt pointed out another method affected by the changes to pyclbr.py. by Raymond Hettinger · 23 years ago
  43. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 23 years ago
  44. d7ceb22 Patch #671459: Invoke import hooks in Py_NewInterpreter. by Martin v. Löwis · 23 years ago
  45. f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 23 years ago
  46. 51f3f1b SF patch #667730: More DictMixin by Raymond Hettinger · 23 years ago
  47. 9813445 Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser, by Kurt B. Kaiser · 23 years ago
  48. 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 23 years ago
  49. 374c435 Added DepracationWarnings to the old Standard File calls. by Jack Jansen · 23 years ago
  50. e1c4f0b Tuples and lists don't have a copy() method (yet?). by Jack Jansen · 23 years ago
  51. cd9a8b6 Avoid usage of PyDoc_STR in 2.2 compatibility code. by Martin v. Löwis · 23 years ago
  52. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 23 years ago
  53. 81d40d6 ossaudiodev.c currently gives compilation errors, and Greg doesn't fix by Guido van Rossum · 23 years ago
  54. b01c39b SF bug 671779: Error in tzinfo.dst() docs by Tim Peters · 23 years ago
  55. 01524d0 Implemented StandardGetFile and friends with the new EasyDialogs file dialogs. by Jack Jansen · 23 years ago
  56. cb100d1 Oops, this file wasn't 8-bit-clean yet. Fixed. by Jack Jansen · 23 years ago
  57. d68d929 Fixed typo in package name that went unnoticed because of MacOSX's case-insensitive by Jack Jansen · 23 years ago
  58. 3032fe6 Spell out the arguments to AskFileForOpen and friends, so help() gives useful by Jack Jansen · 23 years ago
  59. 3875281 Fix example in a docstring to not use 'file' as a variable name by Andrew M. Kuchling · 23 years ago
  60. 08a7a0d Use new file dialogs in GetArgv() by Jack Jansen · 23 years ago
  61. f2c84d0 Compile site-packages with -t, not -tt. by Jack Jansen · 23 years ago
  62. c847f40 Conditionalize features not found in PyXML 1.95.2. by Martin v. Löwis · 23 years ago
  63. 069dde2 Merge with PyXML 1.71: by Martin v. Löwis · 23 years ago
  64. dfc33fd Don't use Posix semaphores on Solaris 8. Fixes #662787. by Martin v. Löwis · 23 years ago
  65. 2da75fa 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078) by Kurt B. Kaiser · 23 years ago
  66. b3b22f3 flesh out open() docstring by Skip Montanaro · 23 years ago
  67. 1f7a271 more tweaks by Skip Montanaro · 23 years ago
  68. 190613c * document open() function by Skip Montanaro · 23 years ago
  69. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 23 years ago
  70. 4440f22 Recursive compare machinery: The code that intended to exempt tuples by Tim Peters · 23 years ago
  71. 0780e47 On MacOSX, added -prebind option to link phase for executable (and by Jack Jansen · 23 years ago
  72. 7a503a4 Fix bug #670845: cut & clear in the output window now work, in that by Just van Rossum · 23 years ago
  73. 0b74344 ...and the old pyclbr.py faked Function instances with Class instances by Kurt B. Kaiser · 23 years ago
  74. ea4250d Add comments and remove duplicate tests. by Walter Dörwald · 23 years ago
  75. 2c71ad3 Install email/test, email/test/data and bsddb/test subdirectories. by Barry Warsaw · 23 years ago
  76. e28be59 Port test_userdict.py to PyUnit. From SF patch #662807, by Walter Dörwald · 23 years ago
  77. 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 23 years ago
  78. 2cf08ab Sigh, due to sloppiness on my part bgen has become pretty mixed up wrt. tabs by Jack Jansen · 23 years ago
  79. 28256f2 Port test_unicode.py to PyUnit and add tests for error by Walter Dörwald · 23 years ago
  80. 919497e Combine test_b1.py and test_b2.py into test_builtin.py, by Walter Dörwald · 23 years ago
  81. fa56e2d SF # 669553, fix memory (ref) leaks by Neal Norwitz · 23 years ago
  82. f4ca5a2 Fix typo by Raymond Hettinger · 23 years ago
  83. 2e7b748 SF patch #634557: inspect.BlockFinder didn't do a good enough job finding by Raymond Hettinger · 23 years ago
  84. e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 23 years ago
  85. 4bad9ba SF patch #670367: Micro-optimizations for ceval.c by Raymond Hettinger · 23 years ago
  86. 513a1cd Windows flavor of floatsleep(): folded long lines, introduced a temp by Tim Peters · 23 years ago
  87. 80cebc1 SF patch 670194: Performance enhancement for _strptime.py. by Tim Peters · 23 years ago
  88. 6550051 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 23 years ago
  89. 7b8e281 SF bug #670229: doc improvement for cStringIO.h by Raymond Hettinger · 23 years ago
  90. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 23 years ago
  91. 18acea7 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 23 years ago
  92. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 23 years ago
  93. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 23 years ago
  94. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 23 years ago
  95. aac8c58 Various markup changes. by Fred Drake · 23 years ago
  96. 42b567f Fix a couple of markup errors. by Fred Drake · 23 years ago
  97. a8b2e32 CVS patch 669645: wininst.exe missing in Windows installer. by Tim Peters · 23 years ago
  98. 376f0ef Clean up some files that LaTeX2HTML drops in the HTML output directory by Fred Drake · 23 years ago
  99. 8b19a93 When time.localtime() is passed a tick count the platform C localtime() by Tim Peters · 23 years ago
  100. 504377d make sure src exists before creating a symlink by Just van Rossum · 23 years ago