- 01458c7 Remove the uses of WITHOUT_COMPLEX introduced in r75471 by Mark Dickinson · 15 years ago
- ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
- 42e3055 Merged revisions 75440 via svnmerge from by Mark Dickinson · 15 years ago
- e441cb7 Issue #1754094: Improve the stack depth calculation in the compiler. by Neil Schemenauer · 15 years ago
- 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
- bd27aef Merged revisions 75223 via svnmerge from by Benjamin Peterson · 15 years ago
- b4d286d silence with (void) two warnings about computed and unused value of POP() by Ezio Melotti · 15 years ago
- 2683ab0 Merged revisions 75141 via svnmerge from by Mark Dickinson · 15 years ago
- defa04e star_expr now always has two nodes by Benjamin Peterson · 15 years ago
- 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
- 2e4b0e1 Merged revisions 74464 via svnmerge from by Benjamin Peterson · 15 years ago
- 642d96a - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 15 years ago
- e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
- bfc3099 Merged revisions 73750 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 6f82818 Merged revisions 73683,73786 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 2e24deb update ast version by Benjamin Peterson · 15 years ago
- 260484d Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 1c0c003 Merged revisions 74040,74042 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- c963731 refactor logic a little when no sep or end is passed by Benjamin Peterson · 15 years ago
- 70f5276 In most cases, the parser will protect True, False, and None from being assign to. by Benjamin Peterson · 16 years ago
- 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 16 years ago
- 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 16 years ago
- b1715f1 use stack altering macros here by Benjamin Peterson · 16 years ago
- 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 16 years ago
- ac8c730 this is better written as an assertion by Benjamin Peterson · 16 years ago
- fec42da update comments by Benjamin Peterson · 16 years ago
- 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 16 years ago
- 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 16 years ago
- 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 16 years ago
- 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 16 years ago
- c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 16 years ago
- 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 16 years ago
- 94c65d9 Merged revisions 72907 via svnmerge from by Benjamin Peterson · 16 years ago
- f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 16 years ago
- bd16edd Refactor to remove duplicated nan/inf parsing code in by Mark Dickinson · 16 years ago
- 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- dd226ea Merged revisions 72597 via svnmerge from by R. David Murray · 16 years ago
- 5751258 fix error handling of PyNumber_InPlaceOr #6000 by Benjamin Peterson · 16 years ago
- cc3b8d6 bytes -> bytearray by Benjamin Peterson · 16 years ago
- 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 16 years ago
- e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 16 years ago
- a5758c0 Merged revisions 72508 via svnmerge from by Benjamin Peterson · 16 years ago
- 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 16 years ago
- b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
- 6337622 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. by Eric Smith · 16 years ago
- 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 16 years ago
- 129ab1d Merged revisions 72257 via svnmerge from by Mark Dickinson · 16 years ago
- 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 16 years ago
- aef3fb0 Make PyCodec_SurrogateErrors static. by Martin v. Löwis · 16 years ago
- db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 16 years ago
- f489caf Issue #5859: Remove use of fixed-length buffers for float formatting by Mark Dickinson · 16 years ago
- 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 16 years ago
- d3ca557 Issue #5864: Fix problem with empty code formatting for floats, by Mark Dickinson · 16 years ago
- 8374981 Include files missed in r72044. by Eric Smith · 16 years ago
- 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 16 years ago
- cc32a11 Issue #5835: Deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
- ce95e56 Merged revisions 71976 via svnmerge from by Mark Dickinson · 16 years ago
- 6d65df1 Internal plumbing changes for float parsing: by Mark Dickinson · 16 years ago
- ad476da Issue #5816: Simplify code for parsing and printing of complex numbers. by Mark Dickinson · 16 years ago
- b1a03cf Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775. by Eric Smith · 16 years ago
- 7abf8d4 The SSE2 detection and enabling could potentially cause by Mark Dickinson · 16 years ago
- 23b6286 Merged revisions 71705 via svnmerge from by Mark Dickinson · 16 years ago
- f253786 Add check for C99 round function to configure, and define by Mark Dickinson · 16 years ago
- 241cb4c Removed unused files. by Eric Smith · 16 years ago
- 3370cce Issue 5780: Fix test_float failures for legacy style float repr. by Mark Dickinson · 16 years ago
- fd2ad8b Silence compiler warnings on VS8.0 by Mark Dickinson · 16 years ago
- 7f0ea32 Add reminder to dtoa.c to check for updates regularly. by Mark Dickinson · 16 years ago
- 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 16 years ago
- 193125a Simplify PyOS_double_to_string. by Eric Smith · 16 years ago
- 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 16 years ago
- b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 16 years ago
- 406b3d8 Merged revisions 71024,71058 via svnmerge from by Georg Brandl · 16 years ago
- ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 16 years ago
- a51d98f Removed unused #include. by Eric Smith · 16 years ago
- 638805f Revert removal of atof.c and strtod.c in r71341. We're not quite by Mark Dickinson · 16 years ago
- a7e33fe Removed unused files in preparation for merging py3k-short-float-repr. by Eric Smith · 16 years ago
- 042f133 Merged revisions 71152 via svnmerge from by Matthias Klose · 16 years ago
- a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 16 years ago
- a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 16 years ago
- a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 16 years ago
- acc9dcc remove unused variable by Benjamin Peterson · 16 years ago
- d1e5493 rewrite error handling to make sense by Benjamin Peterson · 16 years ago
- 22081a1 fix ref leaks by Benjamin Peterson · 16 years ago
- 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 16 years ago
- 0759dd6 Merged revisions 70965 via svnmerge from by Brett Cannon · 16 years ago
- e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 16 years ago
- a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 16 years ago
- 92af5d9 Fix a leaking "pathname" in import.c by Kristján Valur Jónsson · 16 years ago
- e1b0445 get_file() no longer leaks a FILE structure. If given a file descriptor, it calls dup() to get a new handle. Then both the FILE object and the fd can be closed. by Kristján Valur Jónsson · 16 years ago
- f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 16 years ago
- 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 16 years ago
- bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
- 9309583 Merged revisions 70378 via svnmerge from by Nick Coghlan · 16 years ago
- 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
- 3c2ac44 Fix a typo in a comment. by Brett Cannon · 16 years ago
- 4f447fb Issue #5273: Fixed import failure on unicode path. (especially on windows) by Hirokazu Yamamoto · 16 years ago
- 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
- dcaf329 instead of hacking __locals__ in during bytecode generation, put it in the symtable by Benjamin Peterson · 16 years ago