summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update nameAndrew M. Kuchling2007-10-231-2/+2
* Shorter name for namedtuple()Raymond Hettinger2007-10-233-22/+24
* Issue 1307 by Derek Shockey, fox the same bug for RCPT.Guido van Rossum2007-10-231-1/+1
* Update Pygments version from externals.Georg Brandl2007-10-231-1/+1
* Bug #1313, fix typo (wrong variable name) in example.Neal Norwitz2007-10-231-1/+1
* Add phuang patch from Issue 708374 which adds offset parameter to mmap module.Travis E. Oliphant2007-10-233-36/+130
* Issue #1307, patch by Derek Shockey.Guido van Rossum2007-10-221-1/+1
* Add Chris Monson so he can edit PEPs.Neal Norwitz2007-10-221-0/+3
* Add :term:s for "new-style class".Georg Brandl2007-10-2111-20/+27
* Add :term:s for iterator.Georg Brandl2007-10-2120-45/+48
* Add :term: for generators.Georg Brandl2007-10-2117-46/+47
* Unify "file-descriptor" to "file descriptor".Georg Brandl2007-10-213-3/+3