summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow interrupt only when executing user code in subprocessKurt B. Kaiser2007-10-092-3/+13
* remove another sleepycat referenceGregory P. Smith2007-10-091-1/+1
* Use the highest cPickle protocol in bsddb.dbshelve. This comes fromGregory P. Smith2007-10-091-14/+28
* Fix a double free when positioning a database cursor to a non-existantGregory P. Smith2007-10-092-1/+33
* Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C APIGregory P. Smith2007-10-093-188/+264
* Make the error messages more specificRaymond Hettinger2007-10-091-6/+9
* Eliminate camelcase function nameAndrew M. Kuchling2007-10-081-2/+2
* Eliminate camelcase function nameRaymond Hettinger2007-10-084-36/+50
* #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.Georg Brandl2007-10-082-15/+194
* Better variable namesRaymond Hettinger2007-10-081-4/+4
* Missed a line in the docsRaymond Hettinger2007-10-081-1/+1
* Add comments to NamedTuple code.Raymond Hettinger2007-10-083-6/+28
* Update docstring of sched, also remove an unused assignment.Georg Brandl2007-10-081-6/+6
* #1123: fix the docs for the str.split(None, sep) case.Georg Brandl2007-10-081-23/+32
* Ensure that this test will pass even if another test left an unwritable TESTFN.Neal Norwitz2007-10-061-5/+4
* Use the host the author likely meant in the first place. pop.gmail.com isGregory P. Smith2007-10-061-4/+1
* Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module.Gregory P. Smith2007-10-061-4/+12
* Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390Gregory P. Smith2007-10-061-1/+7
* Restore BEGIN/END THREADS macros which were squashed in the previous checkinRaymond Hettinger2007-10-051-5/+21
* Add a note about fixing some more warnings found by Coverity.Neal Norwitz2007-10-051-0/+2
* Fix Coverity #159.Neal Norwitz2007-10-051-1/+1
* Fix Coverity #158: Check the correct variable.Neal Norwitz2007-10-051-1/+1
* dict could be NULL, so we need to XDECREF.Neal Norwitz2007-10-051-2/+2
* move descriptions of ac_(in|out)_buffer_size to the right placeFred Drake2007-10-052-13/+13
* Add __asdict__() to NamedTuple and refine the docs.Raymond Hettinger2007-10-056-161/+227
* wrap lines to <80 characters before fixing errorsFred Drake2007-10-052-178/+190
* Coverity #151: Remove deadcode.Neal Norwitz2007-10-041-13/+0
* configDialog cleanup. Patch 1730217 Tal Einat.Kurt B. Kaiser2007-10-042-40/+44
* textView cleanup. Patch 1718043 Tal Einat.Kurt B. Kaiser2007-10-044-50/+54
* Clean up EditorWindow close.Kurt B. Kaiser2007-10-043-14/+19
* Remove unused theme that was causing a fault in p3k.Kurt B. Kaiser2007-10-041-1/+0
* Assume that the user knows when he wants to end the line; don't insertKurt B. Kaiser2007-10-042-15/+4
* itertools.count() no longer limited to sys.maxint.Raymond Hettinger2007-10-044-17/+82
* enumerate() is no longer bounded to using sequences shorter than LONG_MAX. T...Raymond Hettinger2007-10-032-6/+53
* Added note in footnote about string comparisons aboutMark Summerfield2007-10-031-2/+3
* Added a class to store the digits of log(10), so that they can be madeFacundo Batista2007-10-021-16/+49
* Made the various is_* operations return booleans. This was discussedFacundo Batista2007-10-023-125/+2240
* Fix error introduced by r58288; if a tuple is length 0 return its repr andBrett Cannon2007-09-301-4/+4
* tuple.__repr__ did not consider a reference loop as it is not possible fromBrett Cannon2007-09-303-0/+24
* Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x)...Vinay Sajip2007-09-271-1/+3
* Minor date change.Vinay Sajip2007-09-271-2/+2
* #1208: document match object's boolean value.Georg Brandl2007-09-271-17/+20
* Change to basicConfig() to fix #1021.Vinay Sajip2007-09-271-1/+1
* Change to flush and close logic to fix #1760556.Vinay Sajip2007-09-271-4/+7
* Add various itemsAndrew M. Kuchling2007-09-251-18/+105
* Typo fixAndrew M. Kuchling2007-09-241-1/+1
* Remove stray odd character; grammar fixAndrew M. Kuchling2007-09-241-2/+2
* #1177: accept 2xx responses for https too, not only http.Georg Brandl2007-09-241-1/+3
* #1196: document default radix for int().Georg Brandl2007-09-241-11/+12
* Fix typo and double word.Georg Brandl2007-09-241-2/+2