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
*
The constructor from tuple was way too permissive: it allowed bad
Facundo Batista
2007-10-19
2
-10/+63
*
squelch the warning that this test is supposed to trigger.
Gregory P. Smith
2007-10-19
1
-2/+7
*
A cleaner fix than the one committed last night. Generate random rowids that
Gregory P. Smith
2007-10-18
1
-5/+6
*
Fix a weird bug in dbtables: if it chose a random rowid string that contained
Gregory P. Smith
2007-10-18
1
-4/+4
*
cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as a
Gregory P. Smith
2007-10-18
2
-19/+18
*
Issue #1580738. When HTTPConnection reads the whole stream with read(),
Facundo Batista
2007-10-18
2
-3/+15
*
Fix the overflow checking of list_repeat.
Armin Rigo
2007-10-17
1
-0/+9
*
More docs, error messages, and tests
Raymond Hettinger
2007-10-16
2
-6/+14
*
Improve error messages
Raymond Hettinger
2007-10-16
1
-6/+7
*
test_bigbits was not testing what it seemed to.
Armin Rigo
2007-10-15
1
-4/+8
*
Use unittest for assertions
Neal Norwitz
2007-10-14
1
-33/+34
*
Don't raise a string exception, they don't work anymore.
Neal Norwitz
2007-10-14
1
-1/+1
*
Let the O/S supply a port if none of the default ports can be used.
Neal Norwitz
2007-10-14
1
-4/+12
*
Fix an uncollectable reference leak in bsddb.db.DBShelf.append
Gregory P. Smith
2007-10-13
1
-2/+19
*
Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append
Gregory P. Smith
2007-10-12
2
-23/+78
*
Fix test of count.__repr__() to ignore the 'L' if the count is a long
Raymond Hettinger
2007-10-12
1
-1/+4
*
On OS X, use os.uname() instead of gestalt.sysv(...) to get the
Thomas Heller
2007-10-11
1
-10/+3
*
show paste if > 80 columns. Patch 1659326 Tal Einat.
Kurt B. Kaiser
2007-10-10
2
-0/+3
*
Allow cursor color change w/o restart. Patch 1725576 Tal Einat.
Kurt B. Kaiser
2007-10-10
2
-0/+5
*
Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo...
Raymond Hettinger
2007-10-10
1
-1/+18
*
Allow interrupt only when executing user code in subprocess
Kurt B. Kaiser
2007-10-09
2
-3/+13
*
Use the highest cPickle protocol in bsddb.dbshelve. This comes from
Gregory P. Smith
2007-10-09
1
-14/+28
*
Fix a double free when positioning a database cursor to a non-existant
Gregory P. Smith
2007-10-09
1
-0/+20
*
Make the error messages more specific
Raymond Hettinger
2007-10-09
1
-6/+9
*
Eliminate camelcase function name
Raymond Hettinger
2007-10-08
2
-17/+23
*
Better variable names
Raymond Hettinger
2007-10-08
1
-4/+4
*
Add comments to NamedTuple code.
Raymond Hettinger
2007-10-08
2
-3/+23
*
Update docstring of sched, also remove an unused assignment.
Georg Brandl
2007-10-08
1
-6/+6
*
Ensure that this test will pass even if another test left an unwritable TESTFN.
Neal Norwitz
2007-10-06
1
-5/+4
*
Use the host the author likely meant in the first place. pop.gmail.com is
Gregory P. Smith
2007-10-06
1
-4/+1
*
Add __asdict__() to NamedTuple and refine the docs.
Raymond Hettinger
2007-10-05
3
-31/+76
*
configDialog cleanup. Patch 1730217 Tal Einat.
Kurt B. Kaiser
2007-10-04
2
-40/+44
*
textView cleanup. Patch 1718043 Tal Einat.
Kurt B. Kaiser
2007-10-04
4
-50/+54
*
Clean up EditorWindow close.
Kurt B. Kaiser
2007-10-04
3
-14/+19
*
Remove unused theme that was causing a fault in p3k.
Kurt B. Kaiser
2007-10-04
1
-1/+0
*
Assume that the user knows when he wants to end the line; don't insert
Kurt B. Kaiser
2007-10-04
2
-15/+4
*
itertools.count() no longer limited to sys.maxint.
Raymond Hettinger
2007-10-04
1
-1/+6
*
Added a class to store the digits of log(10), so that they can be made
Facundo Batista
2007-10-02
1
-16/+49
*
Made the various is_* operations return booleans. This was discussed
Facundo Batista
2007-10-02
3
-125/+2240
*
Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x)...
Vinay Sajip
2007-09-27
1
-1/+3
*
Minor date change.
Vinay Sajip
2007-09-27
1
-2/+2
*
Change to basicConfig() to fix #1021.
Vinay Sajip
2007-09-27
1
-1/+1
*
Change to flush and close logic to fix #1760556.
Vinay Sajip
2007-09-27
1
-4/+7
*
#1177: accept 2xx responses for https too, not only http.
Georg Brandl
2007-09-24
1
-1/+3
*
Patch # 188 by Philip Jenvey.
Guido van Rossum
2007-09-22
1
-0/+7
*
Patch #1181: add os.environ.clear() method.
Georg Brandl
2007-09-20
1
-0/+8
*
Patch #1541463: optimize performance of cgi.FieldStorage operations.
Georg Brandl
2007-09-20
1
-10/+6
*
Issue #1772851. Optimization of __hash__ to behave better for big big
Facundo Batista
2007-09-19
2
-4/+43
*
Fix obvious typo in threaded test.
Thomas Wouters
2007-09-19
1
-1/+1
*
Issue #1772851. Alters long.__hash__ from being *almost* completely
Facundo Batista
2007-09-19
1
-0/+11
[next]