summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use NULL for the ends of tablesBenjamin Peterson2009-04-196-12/+12
* make python3 alias in altbininstallBenjamin Peterson2009-04-191-1/+1
* Fix use of test skipping API.Antoine Pitrou2009-04-191-3/+3
* Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.Antoine Pitrou2009-04-194-29/+137
* Blocked revisions 71725 via svnmergeBenjamin Peterson2009-04-180-0/+0
* Move configure check for broken sem_getvalue outside theMark Dickinson2009-04-182-117/+115
* Merged revisions 71722 via svnmerge fromBenjamin Peterson2009-04-184-8/+79
* Revert accidental changes to Objects/floatobject.cMark Dickinson2009-04-181-10/+4
* The SSE2 detection and enabling could potentially causeMark Dickinson2009-04-187-280/+47
* Merged revisions 71719 via svnmerge fromBenjamin Peterson2009-04-181-146/+146
* rename internal methods of the bytes object to bytes_Benjamin Peterson2009-04-181-102/+102
* Blocked revisions 71715 via svnmergeMark Dickinson2009-04-180-0/+0
* use the more offical skipping apiBenjamin Peterson2009-04-181-3/+3
* add annotations to open()Benjamin Peterson2009-04-181-2/+3
* Blocked revisions 71710 via svnmergeMark Dickinson2009-04-180-0/+0
* Merged revisions 71705 via svnmerge fromMark Dickinson2009-04-181-1/+1
* Add check for C99 round function to configure, and defineMark Dickinson2009-04-185-3/+24
* Added Python/dtoa.c to project files.Hirokazu Yamamoto2009-04-182-0/+7
* Issue #1869 (and 4707, 5118, 5473, 1456775): use the newMark Dickinson2009-04-183-24/+230
* Issue #5781: Only use legacy string<->double conversions whenMark Dickinson2009-04-181-2/+4
* The comments at the top of intobject.h say that it will be removed in 3.1.Mark Dickinson2009-04-181-36/+0
* Removed unused files.Eric Smith2009-04-182-206/+0
* Issue 5780: Fix test_float failures for legacy style float repr.Mark Dickinson2009-04-172-12/+65
* Sort out some confusion in test_float.py: the twoMark Dickinson2009-04-171-15/+12
* Add porting notes.Raymond Hettinger2009-04-171-0/+29
* Silence compiler warnings on VS8.0Mark Dickinson2009-04-171-6/+6
* Add more examples.Raymond Hettinger2009-04-171-0/+4
* Add dtoc.[ch] to the VS8.0 project file.Raymond Hettinger2009-04-171-0/+8
* Add reminder to dtoa.c to check for updates regularly.Mark Dickinson2009-04-171-2/+10
* Merged revisions 71674 via svnmerge fromTarek Ziadé2009-04-172-10/+9
* Nit.Eric Smith2009-04-171-1/+1
* Update list of supported types.Raymond Hettinger2009-04-171-2/+2
* Nits.Raymond Hettinger2009-04-171-4/+4
* Make sure that marshal and pickle continue to output 17Mark Dickinson2009-04-172-4/+4
* Ladies and gentlemen, the new float.__repr__() has arrived.Raymond Hettinger2009-04-171-0/+37
* Simplify PyOS_double_to_string.Eric Smith2009-04-161-33/+31
* Better wording for Issue #5515 entry.Eric Smith2009-04-161-3/+2
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-1616-836/+1497
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-1619-19/+3866
* Merged revisions 71640-71641 via svnmerge fromThomas Heller2009-04-164-20/+1
* Merged revisions 71651 via svnmerge fromR. David Murray2009-04-161-4/+6
* Port r71408 to py3k: issue 5665, add more pickling tests.Collin Winter2009-04-162-9/+168
* Merged revisions 71631 via svnmerge fromR. David Murray2009-04-151-0/+7
* Merged revisions 71627 via svnmerge fromBenjamin Peterson2009-04-153-1/+12
* reference the io momdule in file and directory sectionBenjamin Peterson2009-04-151-0/+4
* other places like this just catch IOErrorBenjamin Peterson2009-04-141-1/+1
* Fix linksRaymond Hettinger2009-04-141-3/+4
* Fix-up links.Raymond Hettinger2009-04-141-6/+6
* New module names are lowercaseRaymond Hettinger2009-04-141-1/+1
* Merged revisions 71589 via svnmerge fromTarek Ziadé2009-04-131-10/+6