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
*
Patch #553277: Accept callbacks that are callable, not callbacks that are true.
Martin v. Löwis
2002-05-08
1
-1/+1
*
Prevent convert_path from crashing if the path is an empty string. Bugfix ca...
Andrew M. Kuchling
2002-05-06
1
-2/+2
*
random.gauss() uses a piece of hidden state used by nothing else,
Tim Peters
2002-05-05
2
-1/+23
*
Remove all tests that rely on deprecated-in-2.2 features of xrange objects.
Fred Drake
2002-05-02
2
-29/+0
*
Patch 550804: Make os.environ.copy() return a copy.
Martin v. Löwis
2002-05-02
1
-0/+4
*
Added regression tests for xrange object attributes.
Fred Drake
2002-05-02
1
-0/+23
*
Buffer-object repitition and concatenation has worked all along; add a test
Fred Drake
2002-05-02
1
-0/+6
*
Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.
Fred Drake
2002-05-01
1
-0/+3
*
Fred's recent changes to support "-u all" resulted in subset resource
Andrew MacIntyre
2002-04-30
1
-1/+1
*
builtin_zip(): Take a good guess at how big the result list will be,
Tim Peters
2002-04-29
1
-0/+28
*
Mostly in SequenceMatcher.{__chain_b, find_longest_match}:
Tim Peters
2002-04-29
1
-18/+55
*
- New builtin function enumerate(x), from PEP 279. Example:
Guido van Rossum
2002-04-26
1
-0/+118
*
Clean up uses of some deprecated features.
Fred Drake
2002-04-26
3
-17/+20
*
Pass the full pathname to MSVC when compiling a debug version. This
Thomas Heller
2002-04-25
1
-0/+6
*
Append the PC specific include 'PC' and library 'PCBuild' directories
Thomas Heller
2002-04-25
1
-1/+8
*
Fix trivial typo.
Thomas Heller
2002-04-25
1
-1/+1
*
Add more tests for abstract isinstance() and issubclass().
Neil Schemenauer
2002-04-24
1
-4/+93
*
test_resource has no chance of running on Windows.
Tim Peters
2002-04-23
1
-0/+1
*
test_mmap started breaking on Windows, only when run after test_bsddb.
Tim Peters
2002-04-23
1
-1/+1
*
Unit tests for the changes in abstract.c version 2.101. The debug
Barry Warsaw
2002-04-23
1
-0/+144
*
Rewrote the PyUnit description so that it now recommends to use
Barry Warsaw
2002-04-23
1
-6/+16
*
Add tests for the recent resource module change.
Jeremy Hylton
2002-04-23
2
-0/+50
*
Whitespace normalization. Unka Timmy would be proud.
Barry Warsaw
2002-04-23
2
-57/+57
*
SF patch 546244 by John Williams: add Text.dump() method.
Guido van Rossum
2002-04-23
1
-1/+38
*
There was a non-ascii character in the source. Replaced by a hex escape.
Jack Jansen
2002-04-23
1
-1/+1
*
whitespace fixup. test__all__ and test_sundry were failing
Anthony Baxter
2002-04-23
1
-1/+1
*
don't fail if the audio device is busy, just skip.
Anthony Baxter
2002-04-23
1
-1/+1
*
SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)
Anthony Baxter
2002-04-23
1
-19/+26
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
2
-1/+25
*
Fixes based on ideas from Christopher Smith:
Jack Jansen
2002-04-22
1
-5/+21
*
tracking python idle changes:
Steven M. Gava
2002-04-22
1
-1/+1
*
tracking python idle changes:
Steven M. Gava
2002-04-22
1
-4/+12
*
Enable universal newlines on Windows. Note that NEWS needs more words!
Tim Peters
2002-04-21
1
-1/+0
*
Assorted code cleanups for readability. Greatly boosted the size of the
Tim Peters
2002-04-21
1
-26/+33
*
Forward port of patch # 500311: Work around for buggy https servers.
Martin v. Löwis
2002-04-20
1
-1/+2
*
Add test for eval() w/ free variables.
Jeremy Hylton
2002-04-20
2
-0/+11
*
Fix com_arglist() and update grammar fragment.
Jeremy Hylton
2002-04-19
1
-6/+3
*
Fix SF #544995 (zlib crash on second flush call)
Jeremy Hylton
2002-04-19
1
-0/+6
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19
2
-14/+191
*
ceval.c/do_raise(): Tighten the test to disallow raising an instance of
Tim Peters
2002-04-18
1
-0/+26
*
Remove more out-of-date comments and clarify explanation of visit().
Jeremy Hylton
2002-04-18
1
-7/+1
*
Remove out-of-date explanation in doc strings,
Jeremy Hylton
2002-04-18
1
-3/+1
*
SF bug 544733: Cygwin test_mmap fix for Python 2.2.1
Tim Peters
2002-04-18
1
-0/+2
*
SF bug 542984.
Guido van Rossum
2002-04-18
1
-0/+20
*
Apply diff3.txt from SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-17
2
-0/+41
*
Patch #531901 by Mark W. Alexander: adds a new distutils packager
Marc-André Lemburg
2002-04-17
5
-4/+976
*
Added docstrings to the Profile class.
Fred Drake
2002-04-16
1
-0/+31
*
SF bug 544647.
Guido van Rossum
2002-04-16
1
-0/+27
*
test_mktime(): Removed. This wasn't really testing anything useful
Barry Warsaw
2002-04-16
1
-6/+0
*
Whitespace normalization, while using non-whitespace literals for
Barry Warsaw
2002-04-16
1
-26/+26
[next]