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
*
Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError.
Georg Brandl
2006-06-10
1
-0/+2
*
An object with __call__ as an attribute, when called, will have that attribut...
Brett Cannon
2006-06-09
2
-9/+16
*
Make use of new str.startswith/endswith semantics.
Georg Brandl
2006-06-09
11
-20/+14
*
Remove unused variable
Andrew M. Kuchling
2006-06-09
1
-1/+0
*
Implementing a happy idea from Georg Brandl: make runtest() try to
Tim Peters
2006-06-09
1
-1/+48
*
RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...
Georg Brandl
2006-06-09
1
-1/+31
*
Test file.__exit__.
Georg Brandl
2006-06-09
1
-1/+11
*
Whitespace normalization.
Tim Peters
2006-06-09
5
-81/+3
*
Import wsgiref into the stdlib, as of the external version 0.1-r2181.
Phillip J. Eby
2006-06-09
8
-0/+2182
*
[Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values b...
Andrew M. Kuchling
2006-06-09
2
-2/+7
*
Fix grammar and reflow
Neal Norwitz
2006-06-09
1
-2/+2
*
Remove the temporary hack to force test_optparse to
Tim Peters
2006-06-09
1
-5/+0
*
testUnicodeOpen(): I have no idea why, but making this
Tim Peters
2006-06-09
1
-1/+8
*
AutoFileTests.tearDown(): Removed mysterious undocumented
Tim Peters
2006-06-09
1
-27/+28
*
To boost morale :-), force test_optparse to run immediately
Tim Peters
2006-06-09
1
-0/+5
*
Whitespace normalization.
Tim Peters
2006-06-09
1
-1/+1
*
Buffer objects would return the read or write buffer for a wrapped object when
Brett Cannon
2006-06-08
1
-0/+7
*
Convert test_file to unittest.
Georg Brandl
2006-06-08
1
-332/+305
*
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
Nick Coghlan
2006-06-08
2
-18/+152
*
(arre, arigo) SF bug #1350060
Armin Rigo
2006-06-08
2
-1/+48
*
pasted set_lk_detect line in wrong spot in previous commit. fixed. passes t...
Gregory P. Smith
2006-06-08
1
-1/+1
*
* Turn the deadlock situation described in SF bug #775414 into a
Gregory P. Smith
2006-06-08
2
-0/+11
*
- bsddb: the bsddb.dbtables Modify method now raises the proper error and
Gregory P. Smith
2006-06-08
1
-18/+25
*
* If BuildApplet.py is used as an applet it starts with a version of
Ronald Oussoren
2006-06-07
1
-57/+33
*
SF patch 1501987: Remove randomness from test_exceptions,
Tim Peters
2006-06-07
1
-19/+30
*
dash_R_cleanup(): Clear filecmp._cache. This accounts for
Tim Peters
2006-06-07
1
-1/+2
*
Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...
Thomas Heller
2006-06-06
1
-0/+8
*
Normalized a few cases of whitespace in function declarations.
Martin Blais
2006-06-06
7
-9/+9
*
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
[next]