index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Whitespace normalization.
Tim Peters
2003-01-27
1
-3/+3
*
decode_long(): Simplified the "is it negative?" test.
Tim Peters
2003-01-27
1
-2/+5
*
Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'.
Guido van Rossum
2003-01-27
2
-16/+29
*
Begin documenting protocol 2.
Guido van Rossum
2003-01-27
2
-0/+304
*
Added some comments.
Tim Peters
2003-01-27
1
-0/+2
*
memoize(): Reworded the docs to try to disentangle the Pickler's memo
Tim Peters
2003-01-27
1
-7/+11
*
Using marshal functions to pack & unpack 1-byte ints is an obscure &
Tim Peters
2003-01-27
1
-11/+10
*
Added a brief comment to each pickle opcode declaration.
Tim Peters
2003-01-27
1
-45/+50
*
Remove a stray quote.
Guido van Rossum
2003-01-27
1
-1/+1
*
Repaired comment.
Tim Peters
2003-01-27
1
-2/+2
*
stringnl_noescape_pair(): changed the reader to separate the two
Tim Peters
2003-01-27
1
-6/+6
*
Moving pickletools.py from the sandbox into the std library. I started
Tim Peters
2003-01-27
2
-0/+1797
*
Repaired spelling of "test_iconv_codecs" in various expected-skip lists.
Tim Peters
2003-01-27
1
-3/+3
*
Remove the recently-added get_distutil_options(), and just
Andrew M. Kuchling
2003-01-27
2
-8/+15
*
Fix comment typos
Walter Dörwald
2003-01-27
1
-3/+4
*
Patch #670715: Universal Unicode Codec for POSIX iconv.
Martin v. Löwis
2003-01-27
1
-0/+95
*
Update for release.
Kurt B. Kaiser
2003-01-27
3
-13/+39
*
Whitespace normalization.
Kurt B. Kaiser
2003-01-27
3
-4/+4
*
Update.
Kurt B. Kaiser
2003-01-26
1
-7/+9
*
Path to default location for Python output has changed.
Jack Jansen
2003-01-26
1
-3/+3
*
FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...
Jack Jansen
2003-01-26
1
-12/+16
*
amk pointed out that syslog may use UDP or TCP sockets.
Neal Norwitz
2003-01-26
1
-1/+7
*
Test that True can be copied.
Martin v. Löwis
2003-01-26
1
-0/+4
*
Patch #670715: Universal Unicode Codec for POSIX iconv.
Martin v. Löwis
2003-01-26
3
-0/+43
*
Require PyXML 0.8.2.
Martin v. Löwis
2003-01-26
1
-1/+1
*
Merge with PyXML 1.3:
Martin v. Löwis
2003-01-26
1
-0/+23
*
Merge with PyXML 1.34: Correct typo. Fixes #674700.
Martin v. Löwis
2003-01-26
1
-1/+1
*
Merge with PyXML 1.82:
Martin v. Löwis
2003-01-26
1
-8/+12
*
M ScriptBinding.py
Kurt B. Kaiser
2003-01-26
3
-55/+65
*
SF #642974, logging SysLogHandler proto type wrong
Neal Norwitz
2003-01-26
1
-1/+1
*
Patch #636005: Filter unicode into unicode.
Martin v. Löwis
2003-01-25
1
-0/+6
*
Synchronize with PyXML's 1.33: Import missing modules.
Martin v. Löwis
2003-01-25
1
-3/+6
*
Merge PyXML 1.11-1.26:
Martin v. Löwis
2003-01-25
1
-24/+732
*
M PyShell.py
Kurt B. Kaiser
2003-01-25
3
-40/+45
*
Import UserDataHandler from PyXML.
Martin v. Löwis
2003-01-25
1
-0/+9
*
Import NodeFilter from DOM2 Traversal/Range.
Martin v. Löwis
2003-01-25
1
-0/+27
*
Merge with PyXML 1.28:
Martin v. Löwis
2003-01-25
1
-22/+71
*
Import from PyXML 1.10.
Martin v. Löwis
2003-01-25
1
-0/+388
*
Merge with PyXML 1.80:
Martin v. Löwis
2003-01-25
1
-327/+1287
*
Import expatbuilder, minicompat from PyXML.
Martin v. Löwis
2003-01-25
2
-0/+1167
*
1. Eliminate putrequest(): only used in asynccall(), merge it there.
Kurt B. Kaiser
2003-01-25
1
-19/+36
*
date and datetime comparison: when we don't know how to
Tim Peters
2003-01-24
1
-0/+38
*
Raise PicklingError when __reduce__() fails, and
Jeremy Hylton
2003-01-24
1
-32/+30
*
rmtree(): Make implementation agree with documentation (both latex and
Barry Warsaw
2003-01-24
1
-13/+13
*
A very minimal start to a test of the shutil module.
Barry Warsaw
2003-01-24
1
-0/+28
*
Change the mode of scripts in the build/scripts* directory to
Guido van Rossum
2003-01-24
1
-0/+12
*
SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).
Tim Peters
2003-01-23
1
-1/+15
*
Reimplemented datetime.now() to be useful.
Tim Peters
2003-01-23
1
-2/+20
*
Use lightweight introspection instead of the inspect module hammer.
Jeremy Hylton
2003-01-23
1
-24/+18
*
Fix for SF bug 661340: test_httplib fails on the mac.
Jeremy Hylton
2003-01-23
2
-41/+65
[prev]
[next]