3095 Commits (6f25d75f25ae83285e3c3e95ca279e49ce5da691)

Author SHA1 Message Date
Mark Dickinson bb28285ea2 Issue #7117: Prepare for backport of py3k float repr. 17 years ago
Georg Brandl f4ffae2b2a #7035: improve docs of the various <method>_errors() functions, and give them docstrings. 17 years ago
Antoine Pitrou efb60c0ceb Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which 17 years ago
Eric Smith 156692752d Removed calls to PyFloat_AsReprString. 17 years ago
Mark Dickinson 026ac7cf69 Allow core Python build to succeed under WITHOUT_COMPLEX. The module build stage still fails. 17 years ago
Neil Schemenauer 7fdd1cb583 Issue #1754094: Improve the stack depth calculation in the compiler. 17 years ago
Benjamin Peterson 7adbb5a35d #7050 fix a SystemError when using tuple unpacking and augmented assignment 17 years ago
Mark Dickinson c3a12775e2 Issue #7019: An attempt to unmarshal bad long data could produce 17 years ago
Mark Dickinson 7e7a3ec901 Issue #7019: Unmarshalling of bad long data could produce unnormalized 17 years ago
Thomas Wouters 448db2155f Merged revisions 74841 via svnmerge from 17 years ago
Thomas Wouters c4dcb3801e Fix issue #1590864, multiple threads and fork() can cause deadlocks, by 17 years ago
Benjamin Peterson 93ed82048f revert unintended changes 17 years ago
Benjamin Peterson 8246968b12 tabbify 17 years ago
Benjamin Peterson d692a71fdd revert r74699 since it loses useful error information 17 years ago
Benjamin Peterson 5515990ee1 PyObject_GetIter can set an error for its self just fine 17 years ago
Benjamin Peterson c0ba828857 better col_offsets for "for" statements with tuple unpacking #6704 17 years ago
Sean Reifscheider 9279e7d177 - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with 17 years ago
Amaury Forgeot d'Arc 982b2fa32d Better name a variable: 'buf' seems to imply a mutable buffer. 17 years ago
Benjamin Peterson 4879c907ce the Slice in x[::] has to have step as None to help the interpreter 17 years ago
R. David Murray e38b0a8ec0 Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from 17 years ago
Hirokazu Yamamoto fcaa2104aa Merged revisions 74040,74042 via svnmerge from 17 years ago
Hirokazu Yamamoto e78e5d2e51 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. 17 years ago
R. David Murray 3310a10a68 Update issue 6070 patch to match the patch that was actually tested 17 years ago
R. David Murray 23a736a4f0 Issue 6070: when creating a compiled file, after copying the mode bits, on 17 years ago
Benjamin Peterson 7d6b01417f Merged revisions 73776 via svnmerge from 17 years ago
Benjamin Peterson 753d16234f when print() gets unicode arguments, sep and end should be unicode by default #4618 17 years ago
Benjamin Peterson 4a3cf191f4 small optimization: avoid popping the current block until we have to 17 years ago
Georg Brandl e323e0e91a Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint. 17 years ago
Alexandre Vassalotti 7274cffa9e Update docstrings for sys.getdlopenflags() and sys.setdlopenflags(). 17 years ago
Benjamin Peterson 8f7b94eae9 use stack macros 17 years ago
Benjamin Peterson b8338ab92c add two generic macros for peeking and setting in the stack 17 years ago
Benjamin Peterson 1a4ceb2f4b fix grammar 17 years ago
Benjamin Peterson d9920c255d remove tmpname support since it's no longer used 17 years ago
Benjamin Peterson f67caf8523 don't need to add the name 'lambda' as assigned 17 years ago
Benjamin Peterson 5ecf57adcf remove unused 'encoding' member from the compiler struct 17 years ago
Benjamin Peterson 8fa3e933c1 update ast version 17 years ago
Benjamin Peterson a72be3b325 when no module is given in a 'from' relative import, make ImportFrom.module NULL 17 years ago
Benjamin Peterson 52c4bec76b give a better error message when deleting () 17 years ago
Benjamin Peterson 5d1ff94b9e set Print.values to NULL if there are no values 17 years ago
Benjamin Peterson d1f5a59edb allow importing from a module named None if it has an 'as' clause 17 years ago
Benjamin Peterson 565e1b6bb7 prevent import statements from assigning to None 17 years ago
Benjamin Peterson 4afbba3d34 keep the slice.step field as NULL if no step expression is given 17 years ago
Alexandre Vassalotti a6e3474d02 Add const qualifier to PyErr_SetFromErrnoWithFilename and to 17 years ago
Benjamin Peterson 4efb5d0b82 remove check for case handled in sub-function 17 years ago
Benjamin Peterson b266481ed8 revert r73361 17 years ago
Benjamin Peterson e5fa5fe8fc remove duplicate check 17 years ago
Benjamin Peterson a5a5728cf0 remove error checks already done in set_context() 17 years ago
Benjamin Peterson 8ea4ded9a6 remove useless assertion 17 years ago
Antoine Pitrou 6987d54116 Merged revisions 73064-73065 via svnmerge from 17 years ago
Antoine Pitrou 46dbe27f7e Issue #5330: C functions called with keyword arguments were not reported by 17 years ago