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
*
Tighten up some warning filters, and break some dependencies on the
Tim Peters
2002-04-16
9
-16/+34
*
OK, don't call resetwarnings().
Tim Peters
2002-04-16
1
-2/+0
*
It makes more sense to call resetwarnings() after every test runs than
Tim Peters
2002-04-16
4
-9/+4
*
I expect test_univnewlines to be skipped on Windows. I expect this
Tim Peters
2002-04-15
1
-0/+1
*
Reduce the number of test-suite DeprecationWarnings; start adding
Tim Peters
2002-04-15
3
-3/+12
*
test_main(): Added this so the test can actually get run under the
Barry Warsaw
2002-04-15
2
-21/+20
*
parseaddr(): Don't use rfc822.parseaddr() because this now implies a
Barry Warsaw
2002-04-15
1
-4/+3
*
ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP
Barry Warsaw
2002-04-15
1
-1/+5
*
Apply the second version of SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-15
4
-10/+29
*
SF bug #541883 (Vincent Fiack).
Guido van Rossum
2002-04-15
1
-0/+6
*
Add exit as alias for quit, as the easiest way to address SF bug
Guido van Rossum
2002-04-15
1
-1/+4
*
SF bug #543318 (Frank J. Tobin).
Guido van Rossum
2002-04-15
1
-1/+1
*
Fix from SF bug #541980 (Jacques A. Vidrine).
Guido van Rossum
2002-04-15
1
-1/+4
*
SF bug 543840: complex(string) accepts strings with \0
Tim Peters
2002-04-14
1
-0/+13
*
Test suite for universal newline support.
Jack Jansen
2002-04-14
1
-0/+114
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
2
-2/+2
*
Patch #542569: tp_print tp_repr tp_str in test_bool.py.
Martin v. Löwis
2002-04-14
1
-1/+18
*
BDFL agreed with Tim: rehabilitate randint().
Neal Norwitz
2002-04-13
1
-2/+0
*
Add pop() to UserDict.
Guido van Rossum
2002-04-13
1
-0/+2
*
Partially implement SF feature request 444708.
Guido van Rossum
2002-04-13
2
-3/+15
*
AddrlistClass -> AddressList
Barry Warsaw
2002-04-12
1
-2/+2
*
AddrlistClass -> AddressList
Barry Warsaw
2002-04-12
1
-2/+2
*
I am mad. This test never worked!
Guido van Rossum
2002-04-12
1
-16/+14
*
Add Raymond Hettinger's d.pop(). See SF patch 539949.
Guido van Rossum
2002-04-12
1
-0/+15
*
Clean up the "all" support for -u.
Fred Drake
2002-04-11
1
-1/+2
*
Guido sez to remove the deprecation warning for a year.
Fred Drake
2002-04-11
1
-5/+0
*
Since xmllib is deprecated now, suppress the DeprecationWarning its test
Tim Peters
2002-04-11
1
-1/+5
*
Ignore more deprecation warnings.
Tim Peters
2002-04-11
1
-4/+6
*
Stop sucking up xmllib -- it's deprecated.
Tim Peters
2002-04-11
1
-1/+0
*
I don't expect test_email_codecs to run on Windows.
Tim Peters
2002-04-11
1
-0/+1
*
Added the resource name "all" to enable all of the optional resource uses.
Fred Drake
2002-04-11
1
-2/+11
*
Improve coverage of Objects/weakrefobject.c.
Fred Drake
2002-04-11
1
-0/+16
*
Add deprecation warning to 'pre' module
Andrew M. Kuchling
2002-04-10
1
-0/+6
*
Remove support for importing 'pre' module
Andrew M. Kuchling
2002-04-10
1
-14/+2
*
Sync'ing with standalone email package 2.0.1. This adds support for
Barry Warsaw
2002-04-10
20
-144/+2210
*
Added test case for UTF-8 encoding bug #541828.
Marc-André Lemburg
2002-04-10
1
-0/+16
*
Use random instead of whrandom
Andrew M. Kuchling
2002-04-10
1
-3/+3
*
Add deprecation warnings for modules as documented
Neal Norwitz
2002-04-10
2
-0/+9
*
Add a deprecation warning to reflect the documented deprecation of the
Fred Drake
2002-04-10
1
-0/+5
*
Update docstring to reflect code change to bool
Neal Norwitz
2002-04-09
1
-1/+1
*
Remove unconditional debugging prints.
Thomas Heller
2002-04-09
1
-3/+0
*
Set the warn_dir option to 0 before running the install command.
Thomas Heller
2002-04-09
2
-0/+2
*
Patch #539392: Invoke setlocale, try opening the file in demo mode.
Martin v. Löwis
2002-04-08
1
-2/+18
*
Move knee.py from Lib/ to Demo/imputil/. Fixes #515745.
Martin v. Löwis
2002-04-07
1
-126/+0
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
18
-94/+96
*
- Changed new-style class instantiation so that when C's __new__
Guido van Rossum
2002-04-06
1
-0/+22
*
Add tests for binary pickles.
Guido van Rossum
2002-04-05
1
-0/+12
*
Implement an idea by Paul Rubin:
Guido van Rossum
2002-04-05
2
-14/+18
*
Fix for bug #222395: UTF-16 et al. don't handle .readline().
Marc-André Lemburg
2002-04-05
3
-2/+9
*
Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.
Tim Peters
2002-04-04
1
-2/+2
[next]