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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow interrupt only when executing user code in subprocess
Kurt B. Kaiser
2007-10-09
2
-3/+13
*
remove another sleepycat reference
Gregory P. Smith
2007-10-09
1
-1/+1
*
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
2
-1/+33
*
Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API
Gregory P. Smith
2007-10-09
3
-188/+264
*
Make the error messages more specific
Raymond Hettinger
2007-10-09
1
-6/+9
*
Eliminate camelcase function name
Andrew M. Kuchling
2007-10-08
1
-2/+2
*
Eliminate camelcase function name
Raymond Hettinger
2007-10-08
4
-36/+50
*
#1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.
Georg Brandl
2007-10-08
2
-15/+194
*
Better variable names
Raymond Hettinger
2007-10-08
1
-4/+4
*
Missed a line in the docs
Raymond Hettinger
2007-10-08
1
-1/+1
*
Add comments to NamedTuple code.
Raymond Hettinger
2007-10-08
3
-6/+28
*
Update docstring of sched, also remove an unused assignment.
Georg Brandl
2007-10-08
1
-6/+6
*
#1123: fix the docs for the str.split(None, sep) case.
Georg Brandl
2007-10-08
1
-23/+32
*
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
*
Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module.
Gregory P. Smith
2007-10-06
1
-4/+12
*
Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390
Gregory P. Smith
2007-10-06
1
-1/+7
*
Restore BEGIN/END THREADS macros which were squashed in the previous checkin
Raymond Hettinger
2007-10-05
1
-5/+21
*
Add a note about fixing some more warnings found by Coverity.
Neal Norwitz
2007-10-05
1
-0/+2
*
Fix Coverity #159.
Neal Norwitz
2007-10-05
1
-1/+1
*
Fix Coverity #158: Check the correct variable.
Neal Norwitz
2007-10-05
1
-1/+1
*
dict could be NULL, so we need to XDECREF.
Neal Norwitz
2007-10-05
1
-2/+2
*
move descriptions of ac_(in|out)_buffer_size to the right place
Fred Drake
2007-10-05
2
-13/+13
*
Add __asdict__() to NamedTuple and refine the docs.
Raymond Hettinger
2007-10-05
6
-161/+227
*
wrap lines to <80 characters before fixing errors
Fred Drake
2007-10-05
2
-178/+190
*
Coverity #151: Remove deadcode.
Neal Norwitz
2007-10-04
1
-13/+0
*
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
4
-17/+82
*
enumerate() is no longer bounded to using sequences shorter than LONG_MAX. T...
Raymond Hettinger
2007-10-03
2
-6/+53
*
Added note in footnote about string comparisons about
Mark Summerfield
2007-10-03
1
-2/+3
*
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
*
Fix error introduced by r58288; if a tuple is length 0 return its repr and
Brett Cannon
2007-09-30
1
-4/+4
*
tuple.__repr__ did not consider a reference loop as it is not possible from
Brett Cannon
2007-09-30
3
-0/+24
*
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
*
#1208: document match object's boolean value.
Georg Brandl
2007-09-27
1
-17/+20
*
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
*
Add various items
Andrew M. Kuchling
2007-09-25
1
-18/+105
*
Typo fix
Andrew M. Kuchling
2007-09-24
1
-1/+1
*
Remove stray odd character; grammar fix
Andrew M. Kuchling
2007-09-24
1
-2/+2
*
#1177: accept 2xx responses for https too, not only http.
Georg Brandl
2007-09-24
1
-1/+3
*
#1196: document default radix for int().
Georg Brandl
2007-09-24
1
-11/+12
*
Fix typo and double word.
Georg Brandl
2007-09-24
1
-2/+2
[next]