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
*
Undo revision 58533 58534 fixes. Those were a workaround for
Gregory P. Smith
2007-11-01
1
-3/+2
*
Fix bug introduced in revision 58385. Database keys could no longer
Gregory P. Smith
2007-11-01
1
-4/+21
*
Removed non ASCII text from test as requested by Guido. Sorry :/
Christian Heimes
2007-11-01
1
-20/+2
*
Backport of import tests for bug http://bugs.python.org/issue1293 and bug htt...
Christian Heimes
2007-11-01
1
-2/+43
*
check in Tal Einat's update to tabpage.py
Kurt B. Kaiser
2007-10-30
3
-9/+489
*
Patch 1353 by Jacob Winther.
Guido van Rossum
2007-10-29
1
-0/+1
*
Add confirmation dialog before printing. Patch 1717170 Tal Einat.
Kurt B. Kaiser
2007-10-28
2
-1/+13
*
Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
Hye-Shik Chang
2007-10-28
4
-3/+4
*
- Add support for FreeBSD 8 which is recently forked from FreeBSD 7.
Hye-Shik Chang
2007-10-28
4
-24/+670
*
Fix new pop() method on os.environ on ignorecase-platforms.
Georg Brandl
2007-10-26
1
-1/+1
*
1. Add comments to provide top-level documentation.
Kurt B. Kaiser
2007-10-26
1
-30/+68
*
Correct an ancient bug in an unused path by removing that path: register() is
Kurt B. Kaiser
2007-10-25
1
-5/+1
*
Bug #1287: make os.environ.pop() work as expected.
Georg Brandl
2007-10-24
1
-0/+6
*
Added unittest for calling a function with paramflags (backport from py3k bra...
Thomas Heller
2007-10-24
1
-0/+18
*
Issue 1290. CharacterData.__repr__ was constructing a string
Facundo Batista
2007-10-24
1
-1/+1
*
Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()
Vinay Sajip
2007-10-24
1
-5/+5
*
Shorter name for namedtuple()
Raymond Hettinger
2007-10-23
2
-22/+22
*
Issue 1307 by Derek Shockey, fox the same bug for RCPT.
Guido van Rossum
2007-10-23
1
-1/+1
*
Add phuang patch from Issue 708374 which adds offset parameter to mmap module.
Travis E. Oliphant
2007-10-23
1
-0/+44
*
Issue #1307, patch by Derek Shockey.
Guido van Rossum
2007-10-22
1
-1/+1
*
Remove duplicate crasher.
Georg Brandl
2007-10-21
1
-8/+0
*
Add a crasher for the long-standing issue with closing a file
Armin Rigo
2007-10-21
1
-0/+14
*
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
[next]