summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Import from PyXML 1.10.Martin v. Löwis2003-01-251-0/+388
* Merge with PyXML 1.80:Martin v. Löwis2003-01-251-327/+1287
* Import expatbuilder, minicompat from PyXML.Martin v. Löwis2003-01-252-0/+1167
* 1. Eliminate putrequest(): only used in asynccall(), merge it there.Kurt B. Kaiser2003-01-251-19/+36
* date and datetime comparison: when we don't know how toTim Peters2003-01-241-0/+38
* Raise PicklingError when __reduce__() fails, andJeremy Hylton2003-01-241-32/+30
* rmtree(): Make implementation agree with documentation (both latex andBarry Warsaw2003-01-241-13/+13
* A very minimal start to a test of the shutil module.Barry Warsaw2003-01-241-0/+28
* Change the mode of scripts in the build/scripts* directory toGuido van Rossum2003-01-241-0/+12
* SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).Tim Peters2003-01-231-1/+15
* Reimplemented datetime.now() to be useful.Tim Peters2003-01-231-2/+20
* Use lightweight introspection instead of the inspect module hammer.Jeremy Hylton2003-01-231-24/+18
* Fix for SF bug 661340: test_httplib fails on the mac.Jeremy Hylton2003-01-232-41/+65