summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable the full ctypes c_longdouble tests again.Thomas Heller2007-11-022-22/+22
* Issue #1292: On alpha, arm, ppc, and s390 linux systems theThomas Heller2007-11-023-1/+10
* Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport c...Nick Coghlan2007-11-022-0/+21
* Added more file-handling related cross-references.Mark Summerfield2007-11-024-5/+15
* false "fix" undone as correct problem was found and fixed.Gregory P. Smith2007-11-011-4/+0
* Undo revision 58533 58534 fixes. Those were a workaround forGregory P. Smith2007-11-011-3/+2
* Fix bug introduced in revision 58385. Database keys could no longerGregory P. Smith2007-11-012-5/+28
* Fix markup glitch.Georg Brandl2007-11-011-1/+1
* Removed non ASCII text from test as requested by Guido. Sorry :/Christian Heimes2007-11-011-20/+2
* Backport of import tests for bug http://bugs.python.org/issue1293 and bug htt...Christian Heimes2007-11-011-2/+43
* #1364: os.lstat is available on Windows too, as an alias to os.stat.Georg Brandl2007-11-011-2/+3
* Sets are marshalable.Raymond Hettinger2007-10-311-1/+1
* Clarify the reasons why pickle is almost always better than marshalRaymond Hettinger2007-10-311-1/+9