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
*
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
*
Bringing the code and test suite into line with doc and NEWS changes
Tim Peters
2003-01-23
1
-28/+90
*
add support for Python's bool type to xmlrpclib - patch # 559288
Skip Montanaro
2003-01-22
1
-37/+56
*
Tweaked time conversion to work in MacPython-OS9.
Jack Jansen
2003-01-22
1
-2/+5
*
Convert booleans to integers in IntVar.set. Fixes #671741.
Martin v. Löwis
2003-01-22
1
-0/+6
*
SF patch #667730: More DictMixin
Raymond Hettinger
2003-01-22
1
-2/+4
*
Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser,
Kurt B. Kaiser
2003-01-22
1
-2/+2
*
M Bindings.py
Kurt B. Kaiser
2003-01-22
4
-24/+34
*
Added DepracationWarnings to the old Standard File calls.
Jack Jansen
2003-01-21
1
-0/+9
*
Tuples and lists don't have a copy() method (yet?).
Jack Jansen
2003-01-21
1
-1/+1
*
Fix from Vinaj for the "writing to closed file" errors. SF 670390.
Guido van Rossum
2003-01-21
2
-11/+14
*
Implemented StandardGetFile and friends with the new EasyDialogs file
Jack Jansen
2003-01-21
1
-96/+20
*
Oops, this file wasn't 8-bit-clean yet. Fixed.
Jack Jansen
2003-01-21
1
-3/+3
*
Spell out the arguments to AskFileForOpen and friends, so help() gives useful
Jack Jansen
2003-01-21
1
-45/+100
[next]