summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add David Wolever.Martin v. Löwis2008-03-171-0/+3
* Issue 2321: reduce memory usage (increase the memory that is returnedNeal Norwitz2008-03-172-17/+24
* Added PEP 3127 support to tokenize (with tests); added PEP 3127 to NEWS.Eric Smith2008-03-173-4/+17
* Document unicode.isnumeric() and unicode.isdecimal() (issue2326)Steven Bethard2008-03-171-0/+16
* Use a buffer large enough to ensure we don't overrun, even if the valueNeal Norwitz2008-03-171-1/+1
* Force zlib.crc32 and zlib.adler32 to return a signed integer on all platformsGregory P. Smith2008-03-174-8/+42
* Add necessary headers to back-port new buffer protocol to Python 2.6Travis E. Oliphant2008-03-173-0/+173
* Finished backporting PEP 3127, Integer Literal Support and Syntax.Eric Smith2008-03-177-125/+336
* Add Trent Nelson.Martin v. Löwis2008-03-171-0/+3
* Make isinstance(OldstyleClass, NewstyleClass) return False instead of raisingJeffrey Yasskin2008-03-172-5/+16
* Allow Gnu gcc's to build python on OSX by removing -Wno-long-double,Jeffrey Yasskin2008-03-173-3/+9
* Reformated lines > 79 chars.Eric Smith2008-03-171-8/+12
* Issue 2264: empty float presentation type needs to have at least one digit pa...Eric Smith2008-03-173-18/+76
* Added a footnote to each pointing out that for XML output if an encodingMark Summerfield2008-03-173-5/+29
* Clarified documentation on use of shutdown().Vinay Sajip2008-03-161-1/+2
* #2299: typos in newtypes.rst.Georg Brandl2008-03-161-3/+3
* Update docs to reflect removal of Exact/InexactRaymond Hettinger2008-03-161-26/+4
* Handle memory allocation failure. Found by Adam OlsenNeal Norwitz2008-03-151-2/+3
* Add a warning for code like:Neal Norwitz2008-03-152-0/+10
* Zap one more use of Exact/Inexact.Raymond Hettinger2008-03-151-1/+1
* Removed Exact/Inexact after discussion with Yasskin.Raymond Hettinger2008-03-152-63/+4
* .Skip Montanaro2008-03-151-0/+4
* add %f format to datetime - issue 1158Skip Montanaro2008-03-156-80/+181
* note that fork and forkpty raise OSError on failureSkip Montanaro2008-03-151-2/+4
* Fix lots of broken links in the docs, found by Sphinx' external link checker.Georg Brandl2008-03-1527-65/+45
* Remove obsolete paragraph. #2288.Georg Brandl2008-03-141-4/+0
* Run debug version, cd to PCbuild.Martin v. Löwis2008-03-141-2/+2
* Remove unneeded initializer.Thomas Heller2008-03-141-1/+1
* Issue 705836: Fix struct.pack(">f", 1e40) to behave consistentlyMark Dickinson2008-03-143-9/+13
* Remove a bad test.Brett Cannon2008-03-141-1/+0
* Use -x64 flag.Martin v. Löwis2008-03-141-2/+2
* Patch #2284: add -x64 option to rt.bat.Martin v. Löwis2008-03-142-4/+14
* Leave heapreplace() unchanged.Raymond Hettinger2008-03-141-5/+0
* Convert test_fcntl to unittest.Brett Cannon2008-03-132-63/+85
* Move test_gdbm to use unittest.Brett Cannon2008-03-133-42/+82
* Convert test_contains, test_crypt, and test_select to unittest.Brett Cannon2008-03-134-77/+68
* Move test_tokenize to doctest.Brett Cannon2008-03-134-845/+501
* Move test_thread over to unittest. Commits GHOP 237.Brett Cannon2008-03-133-165/+153
* Simplify the nlargest() code using heappushpop().Raymond Hettinger2008-03-131-6/+2
* Issue 2274: Add heapq.heappushpop().Raymond Hettinger2008-03-135-2/+95
* Consistent tense.Raymond Hettinger2008-03-131-1/+1
* Add 2-to-3 support for the itertools moved to builtins or renamed.Raymond Hettinger2008-03-131-0/+25
* Add class decoratorsAndrew M. Kuchling2008-03-131-1/+8
* #1720705: add docs about import/threading interaction, wording by Nick.Georg Brandl2008-03-131-0/+23
* #2270: fix typo.Georg Brandl2008-03-131-1/+1
* #2265: fix example.Georg Brandl2008-03-131-1/+1
* Improve docs for itemgetter(). Show that it works with slices.Raymond Hettinger2008-03-111-12/+33
* Fix the overflows in expandtabs(). "This time for sure!"Guido van Rossum2008-03-112-50/+65
* Add recipe to docs.Raymond Hettinger2008-03-112-0/+14
* Introduce a lock to fix a race condition which caused an exception in the test.Neal Norwitz2008-03-091-6/+16