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 a use of callable() to silence the warning triggered under -3.
Brett Cannon
2008-08-01
1
-1/+1
*
Silence (Syntax|Deprecation)Warning for 'inspect'. Had to remove tuple
Brett Cannon
2008-08-01
1
-5/+9
*
Remove use of tuple unpacking and dict.has_key() so as to silence
Brett Cannon
2008-08-01
2
-4/+5
*
Remove assignment to True/False to silence the SyntaxWarning that is triggered
Brett Cannon
2008-08-01
1
-5/+5
*
Fix a DeprecationWarning about __getitem__() and exceptions in the 'traceback...
Brett Cannon
2008-08-01
1
-1/+1
*
Correct a crash when two successive unicode allocations fail with a MemoryError:
Amaury Forgeot d'Arc
2008-07-31
1
-0/+14
*
Remove a dummy test that was checked in by mistake
Amaury Forgeot d'Arc
2008-07-31
1
-8/+0
*
#3479: unichr(2**32) used to return u'\x00'.
Amaury Forgeot d'Arc
2008-07-31
1
-0/+1
*
Security patches from Apple: prevent int overflow when allocating memory
Neal Norwitz
2008-07-31
4
-9/+161
*
remove usage of MacOS from Tkinter
Benjamin Peterson
2008-07-31
1
-10/+0
*
Rename testSum to testFsum and move it to proper place in test_math.py
Mark Dickinson
2008-07-31
1
-97/+96
*
Backport test.support.fcmp() from 3.0 to silence -3 warnings.
Brett Cannon
2008-07-31
1
-5/+4
*
Alter recipe to show how to call izip_longest() with
Raymond Hettinger
2008-07-31
1
-2/+1
*
#2542: now that issubclass() may call arbitrary code,
Amaury Forgeot d'Arc
2008-07-31
1
-1/+34
*
I mess up again; BufferError inherits StandardError
Benjamin Peterson
2008-07-30
1
-1/+1
*
add BufferError to the exception hieracrchy
Benjamin Peterson
2008-07-30
1
-0/+1
*
Rename math.sum to math.fsum
Mark Dickinson
2008-07-30
2
-8/+8
*
getrandombits is actually getrandbits
Benjamin Peterson
2008-07-30
1
-3/+3
*
Neaten-up the itertools recipes.
Raymond Hettinger
2008-07-30
1
-6/+4
*
More modifications to tests for math.sum: replace the Python
Mark Dickinson
2008-07-29
1
-39/+39
*
Be less strict with replication timeouts (the machine
Jesus Cea
2008-07-29
1
-7/+19
*
Refinements in the bsddb testsuite
Jesus Cea
2008-07-29
2
-4/+4
*
backport r65264
Benjamin Peterson
2008-07-28
1
-30/+61
*
Remove math.sum tests related to overflow, special values, and behaviour
Mark Dickinson
2008-07-27
1
-65/+10
*
Issue #3449: Update decimal module to use most recent specification
Mark Dickinson
2008-07-27
142
-322/+471
*
Close issue 3437 - missing state change when Allow lines are processed.
Skip Montanaro
2008-07-27
2
-0/+74
*
disable some failing tests in test_locale due to a bug in locale.py.
Antoine Pitrou
2008-07-26
1
-15/+14
*
Fix more buildbot failures on test_locale.
Antoine Pitrou
2008-07-26
1
-5/+10
*
try to fix most buildbot failures on test_locale + add a debug output for the...
Antoine Pitrou
2008-07-26
1
-47/+69
*
convert test_locale to unittest, and add a mechanism to override localconv() ...
Antoine Pitrou
2008-07-25
2
-119/+278
*
#3394: zipfile.writestr doesn't set external attributes, so files are extract...
Antoine Pitrou
2008-07-25
2
-0/+14
*
Issue 1592: Better error reporting for operations on closed shelves.
Raymond Hettinger
2008-07-25
2
-1/+26
*
#2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions
Antoine Pitrou
2008-07-25
1
-0/+3
*
use isinstance
Benjamin Peterson
2008-07-23
1
-1/+1
*
bsddb module updated to version 4.7.2devel9.
Jesus Cea
2008-07-23
14
-139/+492
*
remove unneeded import
Benjamin Peterson
2008-07-22
1
-1/+0
*
don't use assert statement
Benjamin Peterson
2008-07-21
1
-1/+1
*
Issue2378: pdb would delete free variables when stepping into a class statement.
Amaury Forgeot d'Arc
2008-07-21
1
-0/+18
*
Issue 3396. Fixed the autocompletion of 'int.', and worked
Facundo Batista
2008-07-21
1
-6/+11
*
Save the whole of sys.modules instead of using an import tracker.
Georg Brandl
2008-07-20
1
-21/+4
*
Fix misspeeld method name (negative)
Neal Norwitz
2008-07-20
1
-1/+1
*
Remove exception indexing in asyncore.
Georg Brandl
2008-07-20
1
-9/+9
*
Clean-up itertools docs and recipes.
Raymond Hettinger
2008-07-19
1
-55/+17
*
Fix compress() recipe in docs to use itertools.
Raymond Hettinger
2008-07-19
1
-3/+3
*
Merged revisions 65137 via svnmerge from
Benjamin Peterson
2008-07-19
2
-1/+12
*
#3319: don't raise ZeroDivisionError if number of rounds is so
Georg Brandl
2008-07-19
1
-1/+5
*
#3303: fix crash with invalid Py_DECREF in strcoll().
Georg Brandl
2008-07-19
1
-1/+10
*
Add recipe to the itertools docs.
Raymond Hettinger
2008-07-19
1
-0/+18
*
Improve accuracy of gamma test function
Raymond Hettinger
2008-07-19
1
-5/+3
*
Fix issue 3411: default float format spec fails on negative numbers.
Eric Smith
2008-07-19
1
-0/+6
[next]