summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* save_list(): removed unused local "d".Tim Peters2003-01-281-2/+0
* save_list(): removed unused local "memo".Tim Peters2003-01-281-1/+0
* save_pers(): Switched the order of cases, to get rid of a "not", and toTim Peters2003-01-281-3/+3
* Several routines appeared to inline the guts of memoize(), possibly forTim Peters2003-01-281-12/+9
* save(): Fiddled the control flow to put the normal case where itTim Peters2003-01-281-44/+47
* Added XXX about save()'s special-casing of tuples -- I don't get it.Tim Peters2003-01-281-0/+1
* save_bool(): simplified.Tim Peters2003-01-281-4/+1
* Repaired grammar in new comment.Tim Peters2003-01-281-1/+1
* clear_memo(): Repaired grammar in docstring.Tim Peters2003-01-281-3/+3
* Added one-line comments to the proto 2 opcodes.Tim Peters2003-01-281-14/+14
* Use proper function name in exception messagesNeal Norwitz2003-01-281-2/+2
* Removed the new LONG2 opcode: it's extravagant. If LONG1 isn't enough,Tim Peters2003-01-282-58/+19
* Documented the 2's-comp business for the new long opcodes.Tim Peters2003-01-271-3/+3
* Whitespace normalization.Tim Peters2003-01-271-3/+3
* decode_long(): Simplified the "is it negative?" test.Tim Peters2003-01-271-2/+5
* Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'.Guido van Rossum2003-01-272-16/+29
* Begin documenting protocol 2.Guido van Rossum2003-01-272-0/+304
* Added some comments.Tim Peters2003-01-271-0/+2
* memoize(): Reworded the docs to try to disentangle the Pickler's memoTim Peters2003-01-271-7/+11
* Using marshal functions to pack & unpack 1-byte ints is an obscure &Tim Peters2003-01-271-11/+10
* Added a brief comment to each pickle opcode declaration.Tim Peters2003-01-271-45/+50
* Remove a stray quote.Guido van Rossum2003-01-271-1/+1
* Repaired comment.Tim Peters2003-01-271-2/+2
* stringnl_noescape_pair(): changed the reader to separate the twoTim Peters2003-01-271-6/+6
* Moving pickletools.py from the sandbox into the std library. I startedTim Peters2003-01-272-0/+1797
* Repaired spelling of "test_iconv_codecs" in various expected-skip lists.Tim Peters2003-01-271-3/+3
* Remove the recently-added get_distutil_options(), and justAndrew M. Kuchling2003-01-272-8/+15
* Fix comment typosWalter Dörwald2003-01-271-3/+4
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-271-0/+95
* Update for release.Kurt B. Kaiser2003-01-273-13/+39
* Whitespace normalization.Kurt B. Kaiser2003-01-273-4/+4
* Update.Kurt B. Kaiser2003-01-261-7/+9
* Path to default location for Python output has changed.Jack Jansen2003-01-261-3/+3
* FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...Jack Jansen2003-01-261-12/+16
* amk pointed out that syslog may use UDP or TCP sockets.Neal Norwitz2003-01-261-1/+7
* Test that True can be copied.Martin v. Löwis2003-01-261-0/+4
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-263-0/+43
* Require PyXML 0.8.2.Martin v. Löwis2003-01-261-1/+1
* Merge with PyXML 1.3:Martin v. Löwis2003-01-261-0/+23
* Merge with PyXML 1.34: Correct typo. Fixes #674700.Martin v. Löwis2003-01-261-1/+1
* Merge with PyXML 1.82:Martin v. Löwis2003-01-261-8/+12
* M ScriptBinding.pyKurt B. Kaiser2003-01-263-55/+65
* SF #642974, logging SysLogHandler proto type wrongNeal Norwitz2003-01-261-1/+1
* Patch #636005: Filter unicode into unicode.Martin v. Löwis2003-01-251-0/+6
* Synchronize with PyXML's 1.33: Import missing modules.Martin v. Löwis2003-01-251-3/+6
* Merge PyXML 1.11-1.26:Martin v. Löwis2003-01-251-24/+732
* M PyShell.pyKurt B. Kaiser2003-01-253-40/+45
* Import UserDataHandler from PyXML.Martin v. Löwis2003-01-251-0/+9
* Import NodeFilter from DOM2 Traversal/Range.Martin v. Löwis2003-01-251-0/+27
* Merge with PyXML 1.28:Martin v. Löwis2003-01-251-22/+71