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
2001-10-30
4
-5/+5
*
To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis).
Tim Peters
2001-10-30
1
-0/+4
*
Just changed some continued-line indentation to read better, due to
Tim Peters
2001-10-30
1
-3/+3
*
Fix SF bug #456386: test_commands regression failure (Andrew Dalke)
Guido van Rossum
2001-10-30
1
-1/+1
*
Minimal test for __del__ hook.
Guido van Rossum
2001-10-30
1
-0/+12
*
directory chooser (requires a recent version of Tk)
Fredrik Lundh
2001-10-29
1
-0/+52
*
Rename "dictionary" (type and constructor) to "dict".
Tim Peters
2001-10-29
5
-49/+49
*
SF bug #476138: tempfile behavior across platforms
Tim Peters
2001-10-29
2
-4/+16
*
Update to reflect changes to the low-level logreader: share the info
Fred Drake
2001-10-29
1
-10/+19
*
Add a test for the insertion of user-provided ADD_INFO records.
Fred Drake
2001-10-29
1
-2/+12
*
Allow user code to call the addinfo() method on the profiler object.
Fred Drake
2001-10-29
1
-0/+3
*
Use connect_ex() instead of connect().
Jeremy Hylton
2001-10-29
1
-12/+9
*
Fix for SF bug 453099 -- select not defensive
Jeremy Hylton
2001-10-29
1
-5/+16
*
more loading from cfg files
Steven M. Gava
2001-10-29
1
-17/+61
*
more of config dialog reading from files
Steven M. Gava
2001-10-29
4
-38/+82
*
Use sendall() in the stream test instead of send().
Guido van Rossum
2001-10-29
1
-1/+1
*
Test sendall().
Guido van Rossum
2001-10-29
1
-1/+1
*
Add 'sendall' to list of socket methods.
Guido van Rossum
2001-10-29
1
-1/+1
*
added finditer sanity check
Fredrik Lundh
2001-10-28
2
-3/+13
*
dictionary() constructor:
Tim Peters
2001-10-27
1
-4/+4
*
dict_constructor(): The last test was passing for the wrong reason (it
Tim Peters
2001-10-26
1
-1/+1
*
Re-arrange things and remove some unused variables/imports to keep pychecker
Fred Drake
2001-10-26
2
-4/+14
*
further work supporting reading config dialog values form config files.
Steven M. Gava
2001-10-26
1
-20/+40
*
dynamic option menu widget.
Steven M. Gava
2001-10-26
1
-0/+34
*
further work on loading config dialog values from the config files
Steven M. Gava
2001-10-26
1
-61/+15
*
Generalize dictionary() to accept a sequence of 2-sequences. At the
Tim Peters
2001-10-26
1
-8/+43
*
Allow assignment to newinstance.__dict__.
Guido van Rossum
2001-10-26
1
-0/+26
*
Fix two typos, one noted by Noah Spurrier in SF bug #475166, the
Guido van Rossum
2001-10-26
1
-2/+2
*
A fix for SF bug #472560, extra newlines returned by get_param() when
Barry Warsaw
2001-10-25
3
-1/+51
*
Applying proposed patch for bug #474583, optional support for
Barry Warsaw
2001-10-25
2
-132/+224
*
Ignore the posixfile deprecation warning for the test suite.
Fred Drake
2001-10-25
1
-0/+3
*
(experimental) "finditer" method/function. this works pretty much
Fredrik Lundh
2001-10-24
1
-0/+10
*
Add a warning to the posixfile module stating that it will go away.
Fred Drake
2001-10-24
1
-0/+7
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
25
-144/+177
*
SF bug #473525 pyclbr broken
Tim Peters
2001-10-24
1
-5/+6
*
Apply the first chunk of the second patch from SF bug #471720:
Guido van Rossum
2001-10-23
1
-3/+11
*
test_curses is an expected skip on Linux too.
Guido van Rossum
2001-10-23
1
-0/+1
*
font/tabs config dialog page now reads its data from the config file
Steven M. Gava
2001-10-23
3
-30/+108
*
SF bug [#473864] doctest expects spurios space.
Tim Peters
2001-10-23
1
-0/+6
*
Record that test_curses doesn't run on win32.
Tim Peters
2001-10-22
1
-0/+1
*
Fixed denial-of-weak-ref-support test; Jeremy changed the error message
Fred Drake
2001-10-22
1
-1/+1
*
A few formatting nits:
Jeremy Hylton
2001-10-22
1
-5/+5
*
Patch #473187: Add a test script that exercises most of the functions in
Andrew M. Kuchling
2001-10-22
2
-1/+214
*
sre.split should return the last segment, even if empty
Fredrik Lundh
2001-10-22
1
-0/+1
*
Fix for SF bug #472940: can't getattr() attribute shown by dir()
Guido van Rossum
2001-10-22
1
-5/+5
*
Methods of built-in types now properly check for keyword arguments
Guido van Rossum
2001-10-22
1
-0/+9
*
Make tabnanny happy. (Piers, please run the test suite before
Guido van Rossum
2001-10-22
1
-7/+7
*
update version number
Piers Lauder
2001-10-21
1
-1/+1
*
fixed character set description in docstring (SRE uses Python
Fredrik Lundh
2001-10-21
1
-80/+15
*
fix send method not noticing when partial sends happen
Piers Lauder
2001-10-21
1
-1/+7
[next]