1. bbf63cd Using marshal functions to pack & unpack 1-byte ints is an obscure & by Tim Peters · 23 years ago
  2. 22a449a Added a brief comment to each pickle opcode declaration. by Tim Peters · 23 years ago
  3. a72ded9 Remove a stray quote. by Guido van Rossum · 23 years ago
  4. 1996e23 Repaired comment. by Tim Peters · 23 years ago
  5. d916cf4 stringnl_noescape_pair(): changed the reader to separate the two by Tim Peters · 23 years ago
  6. 8ecfc8e Moving pickletools.py from the sandbox into the std library. I started by Tim Peters · 23 years ago
  7. 40e1ce4 Repaired spelling of "test_iconv_codecs" in various expected-skip lists. by Tim Peters · 23 years ago
  8. a31bb37 Update register example by Andrew M. Kuchling · 23 years ago
  9. 0a9cc58 Adjust some of Skip's latest changes slightly; these really are things by Fred Drake · 23 years ago
  10. 9db20c6 Make the "notice" environments somewhat similar, with less difference by Fred Drake · 23 years ago
  11. 6ffdaab Remove the recently-added get_distutil_options(), and just by Andrew M. Kuchling · 23 years ago
  12. bf51707 Fix comment typos by Walter Dörwald · 23 years ago
  13. 1a1b6e4 Attempting to keep the Mac section of the NEWS file up-to-date, in stead by Jack Jansen · 23 years ago
  14. 13a2863 * add \versionadded{} strings as appropriate by Skip Montanaro · 23 years ago
  15. 7a565f0 Fix reference counting of iconvcodec_Type. Fixes #670715. by Martin v. Löwis · 23 years ago
  16. ca87aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 23 years ago
  17. 7e17289 Update for release. Modified Files: INSTALL.txt NEWS.txt idlever.py by Kurt B. Kaiser · 23 years ago
  18. e66675b Whitespace normalization. by Kurt B. Kaiser · 23 years ago
  19. fd0b00e Use new file dialogs. by Jack Jansen · 23 years ago
  20. 2373ff4 Fix an omission in the previous checkin. by Jack Jansen · 23 years ago
  21. b340acf Use new file dialogs. by Jack Jansen · 23 years ago
  22. d9db3a6 Update. by Kurt B. Kaiser · 23 years ago
  23. df976ca Use new file dialogs. by Jack Jansen · 23 years ago
  24. db5ab80 Path to default location for Python output has changed. by Jack Jansen · 23 years ago
  25. 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 23 years ago
  26. 57c115c Get rid of compiler warnings on Redhat by Neal Norwitz · 23 years ago
  27. f4cdb47 amk pointed out that syslog may use UDP or TCP sockets. by Neal Norwitz · 23 years ago
  28. cc4c50c Define XML_STATIC. by Martin v. Löwis · 23 years ago
  29. 727fe66 Add _iconv_codec to Setup.dist. Use PyModule_ functions. by Martin v. Löwis · 23 years ago
  30. 692d292 Test that True can be copied. by Martin v. Löwis · 23 years ago
  31. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 23 years ago
  32. afef4ee Require PyXML 0.8.2. by Martin v. Löwis · 23 years ago
  33. f8de21c Merge with PyXML 1.3: by Martin v. Löwis · 23 years ago
  34. 041411a Merge with PyXML 1.34: Correct typo. Fixes #674700. by Martin v. Löwis · 23 years ago
  35. 995359c Merge with PyXML 1.82: by Martin v. Löwis · 23 years ago
  36. c35d199 Undo inclusion of Python.h. Remove HAVE_MEMCPY section. by Martin v. Löwis · 23 years ago
  37. eb9637e M ScriptBinding.py M config-extensions.def M help.txt by Kurt B. Kaiser · 23 years ago
  38. e685f94 Part 3 of Py2.3 update by Raymond Hettinger · 23 years ago
  39. e4c40da SF #642974, logging SysLogHandler proto type wrong by Neal Norwitz · 23 years ago
  40. d89c406 SF #642974, logging SysLogHandler proto type wrong by Neal Norwitz · 23 years ago
  41. 94ac339 Uncomment usage of expat_config.h by Martin v. Löwis · 23 years ago
  42. 8afd757 Patch #636005: Filter unicode into unicode. by Martin v. Löwis · 23 years ago
  43. fc03a94 Incorporate Expat 1.95.6. by Martin v. Löwis · 23 years ago
  44. 5a772d3 Part II of Python2.3 update by Raymond Hettinger · 23 years ago
  45. fd6aaa1 Synchronize with PyXML's 1.33: Import missing modules. by Martin v. Löwis · 23 years ago
  46. 2ef85a7 Fix minor typos. by Raymond Hettinger · 23 years ago
  47. aa5af8d Merge PyXML 1.11-1.26: by Martin v. Löwis · 23 years ago
  48. bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 23 years ago
  49. cd5c8c2 SF #638299, LaTeX documentation for logging package by Neal Norwitz · 23 years ago
  50. 7234884 Part I of an update for Python 2.3. by Raymond Hettinger · 23 years ago
  51. daae327 Fix markup by Neal Norwitz · 23 years ago
  52. 7c3c466 Import UserDataHandler from PyXML. by Martin v. Löwis · 23 years ago
  53. b5698fa Import NodeFilter from DOM2 Traversal/Range. by Martin v. Löwis · 23 years ago
  54. 3f1b528 Merge with PyXML 1.28: by Martin v. Löwis · 23 years ago
  55. 9ea6788 Import from PyXML 1.10. by Martin v. Löwis · 23 years ago
  56. 787354c Merge with PyXML 1.80: by Martin v. Löwis · 23 years ago
  57. fc5fec7 Import expatbuilder, minicompat from PyXML. by Martin v. Löwis · 23 years ago
  58. f536827 Include version annotation for PyObject_Call(). by Fred Drake · 23 years ago
  59. 8bd62af Fix typo reported to python-docs. by Fred Drake · 23 years ago
  60. 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 23 years ago
  61. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 23 years ago
  62. cd63e61 Add news about getargs change. by Neil Schemenauer · 23 years ago
  63. b808e99 Raise a TypeError if a float is passed when an integer is specified. by Neil Schemenauer · 23 years ago
  64. 3422c99 Raise PicklingError when __reduce__() fails, and by Jeremy Hylton · 23 years ago
  65. 234d9a9 rmtree(): Make implementation agree with documentation (both latex and by Barry Warsaw · 23 years ago
  66. 7fc2cca A very minimal start to a test of the shutil module. by Barry Warsaw · 23 years ago
  67. 6d9f9b3 Fred drives and fixes a formatting nit. by Barry Warsaw · 23 years ago
  68. 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
  69. 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
  70. 0064026 Bump the Windows build to use Sleepycat's 4.1.25.NC release (the by Tim Peters · 23 years ago
  71. bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 23 years ago
  72. c971387 Updated the doc strings to refer to PyArg_Parse and Py_BuildValue in stead by Jack Jansen · 23 years ago
  73. 8bb5ad2 Updated the astimezone() proof to recover from all the last week's by Tim Peters · 23 years ago
  74. 2fbe537 Fix typo by Neal Norwitz · 23 years ago
  75. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 23 years ago
  76. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 23 years ago
  77. 250684d Use lightweight introspection instead of the inspect module hammer. by Jeremy Hylton · 23 years ago
  78. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 23 years ago
  79. b1049e8 fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! by Tim Peters · 23 years ago
  80. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 23 years ago
  81. 9a7c96a add support for Python's bool type to xmlrpclib - patch # 559288 by Skip Montanaro · 23 years ago
  82. 32417e7 Tweaked time conversion to work in MacPython-OS9. by Jack Jansen · 23 years ago
  83. d44a3ec Getting rid of StandardGetFile by Jack Jansen · 23 years ago
  84. 96bf0d7 Kurt pointed out another method affected by the changes to pyclbr.py. by Raymond Hettinger · 23 years ago
  85. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 23 years ago
  86. d7ceb22 Patch #671459: Invoke import hooks in Py_NewInterpreter. by Martin v. Löwis · 23 years ago
  87. f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 23 years ago
  88. 51f3f1b SF patch #667730: More DictMixin by Raymond Hettinger · 23 years ago
  89. 9813445 Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser, by Kurt B. Kaiser · 23 years ago
  90. 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 23 years ago
  91. 374c435 Added DepracationWarnings to the old Standard File calls. by Jack Jansen · 23 years ago
  92. e1c4f0b Tuples and lists don't have a copy() method (yet?). by Jack Jansen · 23 years ago
  93. cd9a8b6 Avoid usage of PyDoc_STR in 2.2 compatibility code. by Martin v. Löwis · 23 years ago
  94. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 23 years ago
  95. 81d40d6 ossaudiodev.c currently gives compilation errors, and Greg doesn't fix by Guido van Rossum · 23 years ago
  96. b01c39b SF bug 671779: Error in tzinfo.dst() docs by Tim Peters · 23 years ago
  97. 01524d0 Implemented StandardGetFile and friends with the new EasyDialogs file dialogs. by Jack Jansen · 23 years ago
  98. cb100d1 Oops, this file wasn't 8-bit-clean yet. Fixed. by Jack Jansen · 23 years ago
  99. d68d929 Fixed typo in package name that went unnoticed because of MacOSX's case-insensitive by Jack Jansen · 23 years ago
  100. 3032fe6 Spell out the arguments to AskFileForOpen and friends, so help() gives useful by Jack Jansen · 23 years ago