- f558da0 save_tuple(): Minor rewriting, and added a comment about the subtlety by Tim Peters · 22 years ago
- 209ad95 load_appends(): replaced .append() loop with an .extend(). by Tim Peters · 22 years ago
- c23d18a Comments. by Tim Peters · 22 years ago
- 064567e save_dict(): Untangled most of the bin-vs-not-bin logic. Also used by Tim Peters · 22 years ago
- 21c18f0 save_list(): Rewrote, to untangle the proto 0 from the proto 1 cases. by Tim Peters · 22 years ago
- 22dc6f4 save_list(): removed unused local "d". by Tim Peters · 22 years ago
- 58d7846 save_list(): removed unused local "memo". by Tim Peters · 22 years ago
- bd1cdb9 save_pers(): Switched the order of cases, to get rid of a "not", and to by Tim Peters · 22 years ago
- 518df0d Several routines appeared to inline the guts of memoize(), possibly for by Tim Peters · 22 years ago
- b32a831 save(): Fiddled the control flow to put the normal case where it by Tim Peters · 22 years ago
- c9d7c4a Added XXX about save()'s special-casing of tuples -- I don't get it. by Tim Peters · 22 years ago
- 22987e3 save_bool(): simplified. by Tim Peters · 22 years ago
- cbd0a32 Repaired grammar in new comment. by Tim Peters · 22 years ago
- b377f8a clear_memo(): Repaired grammar in docstring. by Tim Peters · 22 years ago
- e105478 Added one-line comments to the proto 2 opcodes. by Tim Peters · 22 years ago
- 784a3f5 Use proper function name in exception messages by Neal Norwitz · 22 years ago
- fdb8cfa Removed the new LONG2 opcode: it's extravagant. If LONG1 isn't enough, by Tim Peters · 22 years ago
- bdbe741 Documented the 2's-comp business for the new long opcodes. by Tim Peters · 22 years ago
- 5eed340 Whitespace normalization. by Tim Peters · 22 years ago
- 217e571 decode_long(): Simplified the "is it negative?" test. by Tim Peters · 22 years ago
- f29d3d6 Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'. by Guido van Rossum · 22 years ago
- 99d4abf Support socket timeout in SSL, by Geoff Talvola. by Guido van Rossum · 22 years ago
- 5a2d8f5 Begin documenting protocol 2. by Guido van Rossum · 22 years ago
- bb38e30 Added some comments. by Tim Peters · 22 years ago
- e46b73f memoize(): Reworded the docs to try to disentangle the Pickler's memo by Tim Peters · 22 years ago
- bbf63cd Using marshal functions to pack & unpack 1-byte ints is an obscure & by Tim Peters · 22 years ago
- 22a449a Added a brief comment to each pickle opcode declaration. by Tim Peters · 22 years ago
- a72ded9 Remove a stray quote. by Guido van Rossum · 22 years ago
- 1996e23 Repaired comment. by Tim Peters · 22 years ago
- d916cf4 stringnl_noescape_pair(): changed the reader to separate the two by Tim Peters · 22 years ago
- 8ecfc8e Moving pickletools.py from the sandbox into the std library. I started by Tim Peters · 22 years ago
- 40e1ce4 Repaired spelling of "test_iconv_codecs" in various expected-skip lists. by Tim Peters · 22 years ago
- a31bb37 Update register example by Andrew M. Kuchling · 22 years ago
- 0a9cc58 Adjust some of Skip's latest changes slightly; these really are things by Fred Drake · 22 years ago
- 9db20c6 Make the "notice" environments somewhat similar, with less difference by Fred Drake · 22 years ago
- 6ffdaab Remove the recently-added get_distutil_options(), and just by Andrew M. Kuchling · 22 years ago
- bf51707 Fix comment typos by Walter Dörwald · 22 years ago
- 1a1b6e4 Attempting to keep the Mac section of the NEWS file up-to-date, in stead by Jack Jansen · 22 years ago
- 13a2863 * add \versionadded{} strings as appropriate by Skip Montanaro · 22 years ago
- 7a565f0 Fix reference counting of iconvcodec_Type. Fixes #670715. by Martin v. Löwis · 22 years ago
- ca87aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago
- 7e17289 Update for release. Modified Files: INSTALL.txt NEWS.txt idlever.py by Kurt B. Kaiser · 22 years ago
- e66675b Whitespace normalization. by Kurt B. Kaiser · 22 years ago
- fd0b00e Use new file dialogs. by Jack Jansen · 22 years ago
- 2373ff4 Fix an omission in the previous checkin. by Jack Jansen · 22 years ago
- b340acf Use new file dialogs. by Jack Jansen · 22 years ago
- d9db3a6 Update. by Kurt B. Kaiser · 22 years ago
- df976ca Use new file dialogs. by Jack Jansen · 22 years ago
- db5ab80 Path to default location for Python output has changed. by Jack Jansen · 22 years ago
- 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
- 57c115c Get rid of compiler warnings on Redhat by Neal Norwitz · 22 years ago
- f4cdb47 amk pointed out that syslog may use UDP or TCP sockets. by Neal Norwitz · 22 years ago
- cc4c50c Define XML_STATIC. by Martin v. Löwis · 22 years ago
- 727fe66 Add _iconv_codec to Setup.dist. Use PyModule_ functions. by Martin v. Löwis · 22 years ago
- 692d292 Test that True can be copied. by Martin v. Löwis · 22 years ago
- 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago
- afef4ee Require PyXML 0.8.2. by Martin v. Löwis · 22 years ago
- f8de21c Merge with PyXML 1.3: by Martin v. Löwis · 22 years ago
- 041411a Merge with PyXML 1.34: Correct typo. Fixes #674700. by Martin v. Löwis · 22 years ago
- 995359c Merge with PyXML 1.82: by Martin v. Löwis · 22 years ago
- c35d199 Undo inclusion of Python.h. Remove HAVE_MEMCPY section. by Martin v. Löwis · 22 years ago
- eb9637e M ScriptBinding.py M config-extensions.def M help.txt by Kurt B. Kaiser · 22 years ago
- e685f94 Part 3 of Py2.3 update by Raymond Hettinger · 22 years ago
- e4c40da SF #642974, logging SysLogHandler proto type wrong by Neal Norwitz · 22 years ago
- d89c406 SF #642974, logging SysLogHandler proto type wrong by Neal Norwitz · 22 years ago
- 94ac339 Uncomment usage of expat_config.h by Martin v. Löwis · 22 years ago
- 8afd757 Patch #636005: Filter unicode into unicode. by Martin v. Löwis · 22 years ago
- fc03a94 Incorporate Expat 1.95.6. by Martin v. Löwis · 22 years ago
- 5a772d3 Part II of Python2.3 update by Raymond Hettinger · 22 years ago
- fd6aaa1 Synchronize with PyXML's 1.33: Import missing modules. by Martin v. Löwis · 22 years ago
- 2ef85a7 Fix minor typos. by Raymond Hettinger · 22 years ago
- aa5af8d Merge PyXML 1.11-1.26: by Martin v. Löwis · 22 years ago
- bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 22 years ago
- cd5c8c2 SF #638299, LaTeX documentation for logging package by Neal Norwitz · 22 years ago
- 7234884 Part I of an update for Python 2.3. by Raymond Hettinger · 22 years ago
- daae327 Fix markup by Neal Norwitz · 22 years ago
- 7c3c466 Import UserDataHandler from PyXML. by Martin v. Löwis · 22 years ago
- b5698fa Import NodeFilter from DOM2 Traversal/Range. by Martin v. Löwis · 22 years ago
- 3f1b528 Merge with PyXML 1.28: by Martin v. Löwis · 22 years ago
- 9ea6788 Import from PyXML 1.10. by Martin v. Löwis · 22 years ago
- 787354c Merge with PyXML 1.80: by Martin v. Löwis · 22 years ago
- fc5fec7 Import expatbuilder, minicompat from PyXML. by Martin v. Löwis · 22 years ago
- f536827 Include version annotation for PyObject_Call(). by Fred Drake · 22 years ago
- 8bd62af Fix typo reported to python-docs. by Fred Drake · 22 years ago
- 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 22 years ago
- 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
- cd63e61 Add news about getargs change. by Neil Schemenauer · 22 years ago
- b808e99 Raise a TypeError if a float is passed when an integer is specified. by Neil Schemenauer · 22 years ago
- 3422c99 Raise PicklingError when __reduce__() fails, and by Jeremy Hylton · 22 years ago
- 234d9a9 rmtree(): Make implementation agree with documentation (both latex and by Barry Warsaw · 22 years ago
- 7fc2cca A very minimal start to a test of the shutil module. by Barry Warsaw · 22 years ago
- 6d9f9b3 Fred drives and fixes a formatting nit. by Barry Warsaw · 22 years ago
- 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 · 22 years ago
- 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 · 22 years ago
- 0064026 Bump the Windows build to use Sleepycat's 4.1.25.NC release (the by Tim Peters · 22 years ago
- bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 22 years ago
- c971387 Updated the doc strings to refer to PyArg_Parse and Py_BuildValue in stead by Jack Jansen · 22 years ago
- 8bb5ad2 Updated the astimezone() proof to recover from all the last week's by Tim Peters · 22 years ago
- 2fbe537 Fix typo by Neal Norwitz · 22 years ago
- 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago