summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add long double check support to configure test.Travis E. Oliphant2008-06-061-0/+11
* Issue 3501: Make heapq support both __le__ and __lt__.Raymond Hettinger2008-06-061-11/+28
* Fix build issue on OSX 10.4Ronald Oussoren2008-06-066-8/+80
* Document the new ctypes features.Thomas Heller2008-06-061-6/+68
* Add a reminder for the maintainer of whatsnew.Thomas Heller2008-06-061-0/+4
* Performance improvement: Use PyDict_Get/SetItem instead ofThomas Heller2008-06-061-3/+9
* Fix brackets.Georg Brandl2008-06-061-2/+2
* Issue #1798: Add ctypes calling convention that allows safe access of errno.Thomas Heller2008-06-067-27/+330
* Markup fix.Georg Brandl2008-06-061-2/+2
* Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3.Neal Norwitz2008-06-062-2/+2
* Grammar fixAndrew M. Kuchling2008-06-051-2/+2
* Add various itemsAndrew M. Kuchling2008-06-051-8/+76
* Document 'utc' parameterAndrew M. Kuchling2008-06-051-3/+7
* revert 63965 for preformance reasonsBenjamin Peterson2008-06-051-1/+1
* use the more idomatic while TrueBenjamin Peterson2008-06-051-1/+1
* Backport from py3k: Implement the new buffer interface from pep3118Thomas Heller2008-06-051-0/+2
* Backport from py3k: Implement the new buffer interface from pep3118Thomas Heller2008-06-055-24/+455
* Fix preprocessor statement.Thomas Heller2008-06-051-1/+2
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-0552-202/+1124
* Fixed complex.__getnewargs__() to not emit another complex object.Alexandre Vassalotti2008-06-042-1/+10
* Revert revisions 63943 and 63942 (Issue #1798: Add ctypes callingThomas Heller2008-06-047-312/+27
* Fix ctypes.set_errno for gcc.Thomas Heller2008-06-041-2/+4
* Issue #1798: Add ctypes calling convention that allows safe access toThomas Heller2008-06-047-27/+310
* Complete revision of new turtle module's docs.Georg Brandl2008-06-041-1783/+1669
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-0424-1029/+7687
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-1/+7
* make test_mutex more elegantBenjamin Peterson2008-06-031-18/+20
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-022-73/+82
* Fix the -x flag so that is does work.Thomas Heller2008-06-021-1/+1
* Fix misspelled sys.platform name and misspelled filename.Thomas Heller2008-06-022-2/+2
* Patch #2125: Add GetInteger and GetString methods forMartin v. Löwis2008-06-023-0/+63
* Fix issue 2782: be less strict about the format string type in strftime.Gregory P. Smith2008-06-023-21/+32
* Adds a Thread.getIdent() method to provide the _get_ident() value forGregory P. Smith2008-06-014-2/+28
* Make the _H #define's match the header file names. Fix comments toGregory P. Smith2008-06-012-8/+8
* Deprecate htmllib and sgmllib for 3.0.Georg Brandl2008-06-018-8/+26
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-015-136/+284
* Spaces vs. tabs.Georg Brandl2008-06-011-1/+1
* add a warning about bgen being removedBenjamin Peterson2008-06-012-0/+3
* Fix test_sys.Robert Schuppenies2008-06-011-2/+0
* Fix test_descrtut.Georg Brandl2008-06-011-0/+1
* Some style nits. Also clarify in the docstrings what __sizeof__ does.Georg Brandl2008-06-017-18/+18
* Add plain text make target.Georg Brandl2008-06-012-0/+7
* Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.Robert Schuppenies2008-06-019-2/+271
* Typo: encoding -> codeset.Martin v. Löwis2008-06-011-1/+1
* Move sys_stream and sys_isatty out of the have-langinfo block.Martin v. Löwis2008-06-011-1/+1
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-0110-52/+153
* Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A...Gerhard Häring2008-05-313-15/+20
* #3005: add explaining sentence to easydialogs docs.Georg Brandl2008-05-311-4/+6
* #3010: clarification about stdin/use_rawinput.Georg Brandl2008-05-311-1/+6
* Added a note to [] that special forms & special chars lose their meaningMark Summerfield2008-05-311-0/+6