summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding Christian Heimes.Martin v. Löwis2007-10-311-0/+3
* Fix some compiler warnings for signed comparisons on Unix and Windows.Neal Norwitz2007-10-311-2/+2
* Make example about hiding None return values at the prompt clearer.Georg Brandl2007-10-301-1/+2
* Use correct markup.Georg Brandl2007-10-301-2/+2
* check in Tal Einat's update to tabpage.pyKurt B. Kaiser2007-10-303-9/+489
* Backport fixes for the code that decodes octal escapes (and for PyStringGuido van Rossum2007-10-292-7/+12
* Patch 1353 by Jacob Winther.Guido van Rossum2007-10-291-0/+1
* Add confirmation dialog before printing. Patch 1717170 Tal Einat.Kurt B. Kaiser2007-10-282-1/+13
* Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)Hye-Shik Chang2007-10-285-4/+5
* - Add support for FreeBSD 8 which is recently forked from FreeBSD 7.Hye-Shik Chang2007-10-285-24/+673
* Update URL for Pygments. 0.8.1 is no longer availableNeal Norwitz2007-10-271-1/+1
* Fix new pop() method on os.environ on ignorecase-platforms.Georg Brandl2007-10-261-1/+1
* 1. Add comments to provide top-level documentation.Kurt B. Kaiser2007-10-261-30/+68
* Correct an ancient bug in an unused path by removing that path: register() isKurt B. Kaiser2007-10-251-5/+1
* ffi_type_longdouble may be already #defined.Thomas Heller2007-10-251-2/+4
* - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CO...Matthias Klose2007-10-252-3/+3
* Missing DECREFsRaymond Hettinger2007-10-251-0/+2
* Bug #1287: make os.environ.pop() work as expected.Georg Brandl2007-10-243-3/+13
* - Build using system ffi library on arm*-linux*.Matthias Klose2007-10-243-5/+146
* Added unittest for calling a function with paramflags (backport from py3k bra...Thomas Heller2007-10-241-0/+18
* Issue 1290. CharacterData.__repr__ was constructing a stringFacundo Batista2007-10-241-1/+1
* Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()Vinay Sajip2007-10-241-5/+5
* Fixup error return and add support for intermixed ints and floats/Raymond Hettinger2007-10-241-1/+7
* Optimize sum() for integer and float inputs.Raymond Hettinger2007-10-242-0/+72
* Fixup news entryRaymond Hettinger2007-10-231-3/+1