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
*
Fix SF #433233: syntax error.
Guido van Rossum
2001-06-15
1
-2/+2
*
Bring SRE up do date with Python 2.1
Guido van Rossum
2001-06-13
4
-86/+218
*
Backported two fixes from the Py2.1 tree (pre-unittest rewrite):
Barry Warsaw
2001-06-04
1
-3/+9
*
The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting)
Barry Warsaw
2001-06-04
1
-3/+3
*
Lib/xml/sax/xmlreader.py - import the exceptions this module can raise
Moshe Zadka
2001-04-13
1
-0/+3
*
Inspired by Tim Peters' 1.14->1.15 checkin to asynchat
Moshe Zadka
2001-04-11
1
-1/+1
*
- #233253 - distutils/command/build_ext.py - the --define and --undef options
Moshe Zadka
2001-03-31
1
-1/+19
*
- distutils/command/install.py - make .get_outputs() produce a list of unique
Moshe Zadka
2001-03-31
1
-1/+5
*
- #227562 - urllib.py - call URLopener.http_error_default when
Moshe Zadka
2001-03-31
1
-4/+22
*
- xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteral
Moshe Zadka
2001-03-31
1
-1/+1
*
Treat \r as whitespace too, when removing trailing whitespace
Moshe Zadka
2001-03-31
1
-1/+1
*
- #12195 - webbrowser.py - there was typo in Mac code
Moshe Zadka
2001-03-31
1
-1/+1
*
The ".pth" code knew about the layout of Python trees on unix and
Moshe Zadka
2001-03-31
1
-0/+2
*
- #130306 - statcache.py - full of thread problems.
Moshe Zadka
2001-03-31
1
-18/+13
*
Fix two typos in __imul__. Closes Bug #117745.
Moshe Zadka
2001-03-31
1
-2/+2
*
curses.ascii - space (ASCII 32) is now considered whitespace
Moshe Zadka
2001-03-31
1
-1/+1
*
atexit.py - mutate list of functions in thread-safe way
Moshe Zadka
2001-03-31
1
-2/+1
*
#123924: Windows - using OpenSSL, problem with socket in httplib.py.
Moshe Zadka
2001-03-31
1
-1/+4
*
- #119833 - close socket in smtplib if there was an error connecting
Moshe Zadka
2001-03-31
2
-16/+27
*
Fixing #125452 - shlex.shlex hangs when it encounters a string with an
Moshe Zadka
2001-03-31
1
-0/+5
*
#126161 and 123634 -- Unicode strings could not be pickled correctly.
Moshe Zadka
2001-03-30
1
-0/+2
*
Fixing #409651 -- \ in a character group
Moshe Zadka
2001-03-30
1
-1/+1
*
In Lib/locale.py, setlocale emulation, use != and not is not to compare
Moshe Zadka
2001-03-30
1
-1/+1
*
Merge Moshe's patch (fix argcnt for _cmp() into the 2.0.1 branch.
Guido van Rossum
2001-03-20
1
-2/+2
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2001-01-02
79
-12768/+33
*
the usual (part II)
Jeremy Hylton
2000-10-16
1
-30/+40
*
Test for math.* exceptional behavior only in verbose mode, so that the
Tim Peters
2000-10-16
2
-31/+40
*
the usual
Jeremy Hylton
2000-10-16
10
-259/+488
*
find(): Application of (slightly modified) SF patch #101928 by Ulf
Barry Warsaw
2000-10-16
1
-4/+4
*
Bump version to 1.0.1.
Greg Ward
2000-10-15
1
-1/+1
*
Fixed minor problem with reset().
Lars Gustäbel
2000-10-14
1
-1/+2
*
Removed debugging code at bottom.
Greg Ward
2000-10-14
1
-8/+0
*
Untabified.
Greg Ward
2000-10-14
8
-14/+14
*
Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding
Greg Ward
2000-10-14
1
-3/+6
*
Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if
Greg Ward
2000-10-14
1
-2/+4
*
Bastian Kleineidam: fix up any supplied command-line options.
Greg Ward
2000-10-14
1
-1/+16
*
Now supports entire Python 2.0 language and still supports Python
Jeremy Hylton
2000-10-13
4
-93/+463
*
Updated test suite to latest pulldom changes.
Lars Gustäbel
2000-10-13
2
-19/+19
*
Moved appendChild calls back to DOMEventStream.
Lars Gustäbel
2000-10-13
1
-7/+27
*
Clear siblings, now that they are being set.
Paul Prescod
2000-10-13
1
-0/+2
*
Make the regrtest.py -l (findleaks) option considerably less obnoxious.
Neil Schemenauer
2000-10-13
1
-4/+10
*
Fix SF bug #116263: support for from .. import *
Jeremy Hylton
2000-10-12
3
-4/+13
*
If the status line is invalid, assume it is a pre-1.0 response. The
Jeremy Hylton
2000-10-12
1
-3/+10
*
Recreated after installer source code changes.
Thomas Heller
2000-10-12
1
-246/+246
*
two fixes for redirects:
Jeremy Hylton
2000-10-12
1
-24/+31
*
cosmetic changes only:
Jeremy Hylton
2000-10-12
1
-118/+118
*
Added a test for the StringIO write() error I just fixed.
Guido van Rossum
2000-10-12
2
-0/+9
*
[ Bug #116636 ] Bug in StringIO.write()
Guido van Rossum
2000-10-12
1
-0/+2
*
Anonymous patch to add Darwin 1.2 to the list of BSDs.
Guido van Rossum
2000-10-12
1
-1/+1
*
Added some single tuple/list unpacking for JPython regression testing.
Barry Warsaw
2000-10-12
1
-0/+12
[next]