3016 Commits (889bb2969d00a548279c7e4dd237c23b100548e2)

Author SHA1 Message Date
Benjamin Peterson 87c8d87b91 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from 17 years ago
Antoine Pitrou 8e124f3244 Merged revisions 73064 via svnmerge from 17 years ago
Martin v. Löwis c15bdef819 Issue #6012: Add cleanup support to O& argument parsing. 17 years ago
Georg Brandl 0c31562a91 Merged revisions 72924 via svnmerge from 17 years ago
Benjamin Peterson 94c65d9a8f Merged revisions 72907 via svnmerge from 17 years ago
Benjamin Peterson f53eec8801 Merged revisions 72871-72872 via svnmerge from 17 years ago
Mark Dickinson bd16edd305 Refactor to remove duplicated nan/inf parsing code in 17 years ago
Hirokazu Yamamoto 8223c24d07 Merged revisions 72698-72699 via svnmerge from 17 years ago
R. David Murray dd226eabe9 Merged revisions 72597 via svnmerge from 17 years ago
Benjamin Peterson 57512588fa fix error handling of PyNumber_InPlaceOr #6000 17 years ago
Benjamin Peterson cc3b8d6883 bytes -> bytearray 17 years ago
Martin v. Löwis 43c57785d3 Rename utf8b error handler to surrogateescape. 17 years ago
Martin v. Löwis e0a2b72e61 Rename the surrogates error handler to surrogatepass. 17 years ago
Benjamin Peterson a5758c0120 Merged revisions 72508 via svnmerge from 17 years ago
Benjamin Peterson 8bc5b68159 these builtins have to be initialized 17 years ago
Benjamin Peterson b173f7853e add a replacement API for PyCObject, PyCapsule #5630 17 years ago
Eric Smith 63376228a3 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 17 years ago
Martin v. Löwis 011e842033 Issue #5915: Implement PEP 383, Non-decodable Bytes in 17 years ago
Mark Dickinson 129ab1d809 Merged revisions 72257 via svnmerge from 17 years ago
Mark Dickinson 725bfd8489 Issue #5914: Add new C-API function PyOS_string_to_double, to complement 17 years ago
Martin v. Löwis aef3fb082c Make PyCodec_SurrogateErrors static. 17 years ago
Martin v. Löwis db12d454e6 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error 17 years ago
Mark Dickinson f489caf5da Issue #5859: Remove use of fixed-length buffers for float formatting 17 years ago
Eric Smith 58a42244cf Issue #1588: Add complex.__format__. 17 years ago
Mark Dickinson d3ca557150 Issue #5864: Fix problem with empty code formatting for floats, 17 years ago
Eric Smith 8374981fb4 Include files missed in r72044. 17 years ago
Eric Smith 6dc46f5eaa Merged revisions 72040 via svnmerge from 17 years ago
Eric Smith cc32a11976 Issue #5835: Deprecate PyOS_ascii_formatd. 17 years ago
Mark Dickinson ce95e5646b Merged revisions 71976 via svnmerge from 17 years ago
Mark Dickinson 6d65df1e8a Internal plumbing changes for float parsing: 17 years ago
Mark Dickinson ad476dab09 Issue #5816: Simplify code for parsing and printing of complex numbers. 17 years ago
Eric Smith b1a03cf716 Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775. 17 years ago
Mark Dickinson 7abf8d4066 The SSE2 detection and enabling could potentially cause 17 years ago
Mark Dickinson 23b6286e8f Merged revisions 71705 via svnmerge from 17 years ago
Mark Dickinson f253786a80 Add check for C99 round function to configure, and define 17 years ago
Eric Smith 241cb4cff5 Removed unused files. 17 years ago
Mark Dickinson 3370cce4dd Issue 5780: Fix test_float failures for legacy style float repr. 17 years ago
Mark Dickinson fd2ad8b4f2 Silence compiler warnings on VS8.0 17 years ago
Mark Dickinson 7f0ea323ee Add reminder to dtoa.c to check for updates regularly. 17 years ago
Mark Dickinson 3e09f43e06 Make sure that marshal and pickle continue to output 17 17 years ago
Eric Smith 193125ad19 Simplify PyOS_double_to_string. 17 years ago
Eric Smith 0923d1d8d7 The other half of Issue #1580: use short float repr where possible. 17 years ago
Mark Dickinson b08a53a99d Issue #1580: use short float repr where possible. 17 years ago
Georg Brandl 406b3d89e2 Merged revisions 71024,71058 via svnmerge from 17 years ago
Benjamin Peterson ef3e4c2b4d Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from 17 years ago
Eric Smith a51d98ffc0 Removed unused #include. 17 years ago
Mark Dickinson 638805f860 Revert removal of atof.c and strtod.c in r71341. We're not quite 17 years ago
Eric Smith a7e33fec94 Removed unused files in preparation for merging py3k-short-float-repr. 17 years ago
Matthias Klose 042f133d82 Merged revisions 71152 via svnmerge from 17 years ago
Benjamin Peterson a921fb0f66 Py_BuildValue's 'c' code should use byte strings #5666 17 years ago