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
*
Convert CFieldObject tp_members to tp_getset, since there is no
Thomas Heller
2006-06-06
1
-4/+4
*
Add missing svn:eol-style property to text files.
Tim Peters
2006-06-05
1
-65/+65
*
Access _struct attributes directly instead of mucking with getattr.
Tim Peters
2006-06-05
1
-20/+18
*
* fix DBCursor.pget() bug with keyword argument names when no data= is
Gregory P. Smith
2006-06-05
3
-0/+67
*
Whitespace normalization.
Tim Peters
2006-06-05
1
-3/+2
*
forgot to add this file in previous commit
Gregory P. Smith
2006-06-05
1
-0/+112
*
* add support for DBSequence objects [patch #1466734]
Gregory P. Smith
2006-06-05
3
-6/+43
*
* support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]
Gregory P. Smith
2006-06-05
1
-2/+8
*
Whitespace normalization.
Tim Peters
2006-06-05
1
-2/+2
*
Remove doctest.testmod's deprecated (in 2.4) `isprivate`
Tim Peters
2006-06-05
2
-124/+18
*
* support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]
Gregory P. Smith
2006-06-05
2
-0/+10
*
"Flat is better than nested."
Tim Peters
2006-06-05
1
-59/+73
*
bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present
Gregory P. Smith
2006-06-05
1
-0/+3
*
Revert revisions:
Tim Peters
2006-06-04
5
-70/+1
*
Whitespace normalization.
Tim Peters
2006-06-04
45
-45/+0
*
Bug #1500293: fix memory leaks in _subprocess module.
Georg Brandl
2006-06-04
1
-5/+5
*
Patch #1346214: correctly optimize away "if 0"-style stmts
Georg Brandl
2006-06-04
1
-3/+3
*
Patch #1359618: Speed-up charmap encoder.
Martin v. Löwis
2006-06-04
45
-11441/+180
*
Drop Mac wrappers for the WASTE library.
Ronald Oussoren
2006-06-04
2
-414/+0
*
Fixes in struct and socket from merge reviews.
Martin Blais
2006-06-04
4
-24/+24
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-04
5
-1/+70
*
Whitespace normalization.
Tim Peters
2006-06-04
1
-2/+1
*
pprint functions used to sort a dict (by key) if and only if
Tim Peters
2006-06-02
2
-5/+32
*
Fixed struct test to not use unittest.
Martin Blais
2006-06-02
1
-78/+84
*
Fix memory leak found by valgrind.
Neal Norwitz
2006-06-02
1
-2/+4
*
Convert docstrings to comments so regrtest -v prints method names
Neal Norwitz
2006-06-02
1
-7/+7
*
Re-enable a new empty-string test added during the NFS sprint,
Tim Peters
2006-06-01
1
-6/+1
*
Whitespace normalization.
Tim Peters
2006-06-01
1
-10/+10
*
[ 1497053 ] Let dicts propagate the exceptions in user __eq__().
Armin Rigo
2006-06-01
3
-49/+58
*
Some code style tweaks, and remove apply.
Georg Brandl
2006-06-01
1
-63/+67
*
Correctly dispatch Faults in loads (patch #1498627)
Georg Brandl
2006-06-01
1
-3/+3
*
[Bug #1473048]
Andrew M. Kuchling
2006-05-31
2
-0/+32
*
On 64-bit platforms running test_struct after test_tarfile would fail
Neal Norwitz
2006-05-31
1
-0/+6
*
Whitespace normalization.
Tim Peters
2006-05-30
1
-4/+4
*
changed count to return 0 for slices outside the source string
Fredrik Lundh
2006-05-30
1
-1/+2
*
Change wrapping terminology to overflow masking
Bob Ippolito
2006-05-30
1
-3/+3
*
changed find/rfind to return -1 for matches outside the source string
Fredrik Lundh
2006-05-30
1
-0/+8
*
Convert test_exceptions to unittest.
Georg Brandl
2006-05-30
2
-349/+287
*
Do the check for no keyword arguments in __init__ so that
Georg Brandl
2006-05-30
1
-1/+1
*
Disallow keyword args for exceptions.
Georg Brandl
2006-05-30
1
-0/+7
*
Don't fail if the (sub)pkgname already exist.
Neal Norwitz
2006-05-30
1
-0/+3
*
Add a test case for exception pickling. args is never NULL.
Georg Brandl
2006-05-30
1
-0/+13
*
Whitespace normalization.
Tim Peters
2006-05-30
2
-4/+4
*
deprecated_err(): Stop bizarre warning messages when the tests
Tim Peters
2006-05-30
1
-2/+6
*
Add a length check to aifc to ensure it doesn't write a bogus file
Bob Ippolito
2006-05-30
1
-0/+2
*
struct: modulo math plus warning on all endian-explicit formats for compatibi...
Bob Ippolito
2006-05-29
1
-11/+36
*
fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on
Fredrik Lundh
2006-05-29
1
-0/+8
*
Patches #1497027 and #972322: try HTTP digest auth first,
Georg Brandl
2006-05-29
2
-6/+65
*
When adding a module like functools, it helps to let SVN know about the file.
Nick Coghlan
2006-05-29
1
-0/+26
*
Fix #1494787 (pyclbr counts whitespace as superclass name)
Georg Brandl
2006-05-29
1
-2/+4
[next]