summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for stupid error (I need to remember to do a full 'make clean + make'Facundo Batista2007-11-161-1/+1
* Now in find, rfind, index, and rindex, you can use None as defaults,Facundo Batista2007-11-164-32/+102
* A patch from issue 1378 by roudkerk:Guido van Rossum2007-11-161-81/+5
* add the certificate for the Python SVN repository for testing SSLBill Janssen2007-11-151-0/+31
* Add example for use cases requiring default values.Raymond Hettinger2007-11-151-0/+9
* Example of multiple replacements.Raymond Hettinger2007-11-151-2/+2
* Fixup example in docs.Raymond Hettinger2007-11-151-1/+1
* Small improvement to the implementation of __replace__().Raymond Hettinger2007-11-152-2/+2
* Accept Issac Morland's suggestion for __replace__ to allow multiple replacementsRaymond Hettinger2007-11-153-18/+33
* Add test for __fields__ being read-onlyRaymond Hettinger2007-11-141-0/+8
* Make __fields__ read-only. Suggested by Issac MorlandRaymond Hettinger2007-11-141-1/+1
* Remove dead link from random docs.Georg Brandl2007-11-141-5/+0
* Merge from py3k branch:Amaury Forgeot d'Arc2007-11-133-9/+63
* Add the test from issue 1704621 (the issue itself is already fixed here).Guido van Rossum2007-11-121-0/+7
* readline module cleanupChristian Heimes2007-11-121-99/+90
* Fix TextCalendar.prweek(). This closes issue #1427.Walter Dörwald2007-11-121-1/+1
* Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.Martin v. Löwis2007-11-123-2/+6
* Only set rl_completion_display_matches_hook if thereMartin v. Löwis2007-11-121-31/+38
* Re-word sentenceAndrew M. Kuchling2007-11-121-1/+1
* Fix for #1427: Error in standard module calendarChristian Heimes2007-11-121-8/+12
* Added new decorator syntax to property.__doc__Christian Heimes2007-11-121-4/+14
* Remove duplication of "this".Georg Brandl2007-11-111-1/+1
* Fixed a bug reported (in private email, by Robert Crida) in logging configura...Vinay Sajip2007-11-111-3/+27
* Issue 1416. Add getter, setter, deleter methods to properties that can beGuido van Rossum2007-11-102-1/+120
* Use a freelist to speed-up block allocation and deallocation in collections.d...Raymond Hettinger2007-11-101-7/+27
* Optimize common case for dict.fromkeys().Raymond Hettinger2007-11-091-10/+15
* Add Amaury Forgeot d'Arc.Martin v. Löwis2007-11-091-0/+3
* Correct a comment about testing methods - nowadays mostGeorg Brandl2007-11-091-4/+3
* Fix misleading example.Georg Brandl2007-11-091-1/+2
* Fix seealso link to sets docs. Do not merge to Py3k.Georg Brandl2007-11-091-1/+1
* Reposition the decref (spotted by eagle-eye norwitz).Raymond Hettinger2007-11-081-1/+2
* Add set.isdisjoint()Raymond Hettinger2007-11-084-2/+126
* Backport of Guido's review of my patch.Christian Heimes2007-11-071-7/+5
* Backported fix for bug #1392 from py3k branch r58903.Christian Heimes2007-11-071-1/+19
* Add missing NEWS entryNick Coghlan2007-11-071-0/+3
* Add build option for faster loop execution.Raymond Hettinger2007-11-072-0/+16
* Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset ...Raymond Hettinger2007-11-072-0/+23
* Fix marshal's incorrect handling of subclasses of builtin types (backport can...Raymond Hettinger2007-11-074-16/+25
* Add missing "return NULL" in overflow check in PyObject_Repr().Guido van Rossum2007-11-061-0/+1
* Fixes Issue 1385: The hmac module now computes the correct hmac when usingGregory P. Smith2007-11-064-8/+189
* Clarified the fact that you can have comments for individual archiveMark Summerfield2007-11-051-5/+7
* Added cross-references between the various archive file formats.Mark Summerfield2007-11-055-8/+21
* * db->get_flags is only available in BerkeleyDB >= 4.2Gregory P. Smith2007-11-051-0/+4
* * db->get_types is only available in BerkeleyDB >= 4.2Gregory P. Smith2007-11-051-0/+7
* Add the bsddb.db.DBEnv.lock_id_free method.Gregory P. Smith2007-11-053-14/+35
* Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags andGregory P. Smith2007-11-053-15/+34
* Fix syntax for versionchanged markup.Georg Brandl2007-11-041-4/+3
* Note change to get_dialect semantics in 2.5. Will backport to 2.5.Skip Montanaro2007-11-041-0/+5
* Add a missing quotation mark.Brett Cannon2007-11-031-1/+1
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...Georg Brandl2007-11-029-61/+84