| Commit message (Expand) | Author | Age | Files | Lines |
* | Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler ... | Tim Peters | 2000-09-01 | 1 | -1/+1 |
|
|
* | add user-modifiable recursion_limit | Jeremy Hylton | 2000-08-31 | 2 | -8/+66 |
|
|
* | _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif | Fred Drake | 2000-08-31 | 1 | -6/+3 |
|
|
* | PyOS_CheckStack(): Better ANSI'fy this while we're at it. | Fred Drake | 2000-08-31 | 1 | -1/+1 |
|
|
* | Add a comment explaining the return value of PyOS_CheckStack(). | Fred Drake | 2000-08-31 | 1 | -1/+4 |
|
|
* | Better error message with UnboundLocalError | Paul Prescod | 2000-08-30 | 1 | -11/+39 |
|
|
* | eval_code2(): Guido provides this patch for his suggested elaboration | Barry Warsaw | 2000-08-29 | 1 | -2/+2 |
|
|
* | Replace the run-time 'future-bytecode-stream-inspection' hack to find out | Thomas Wouters | 2000-08-27 | 3 | -59/+19 |
|
|
* | Hard to believe Guido compiled this! Function lacked a return stmt. | Tim Peters | 2000-08-27 | 1 | -1/+1 |
|
|
* | Re-allow 'import mod.submod as s', and change its meaning to what it should | Thomas Wouters | 2000-08-27 | 1 | -2/+5 |
|
|
* | Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), | Guido van Rossum | 2000-08-27 | 2 | -11/+34 |
|
|
* | implements PyOS_CheckStack for Windows and MSVC. this fixes a | Fredrik Lundh | 2000-08-27 | 1 | -0/+29 |
|
|
* | Oops, one pop too many. | Thomas Wouters | 2000-08-27 | 1 | -1/+0 |
|
|
* | Charles Waldman's patch to reinitialize the interpreter lock after a | Guido van Rossum | 2000-08-27 | 1 | -0/+19 |
|
|
* | Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZE | Marc-André Lemburg | 2000-08-25 | 1 | -3/+3 |
|
|
* | Fix allowable node-types for assignment, need to add 'listmaker'. | Thomas Wouters | 2000-08-25 | 1 | -1/+1 |
|
|
* | Improve the exceptions raised by PyErr_BadInternalCall(); adding the | Fred Drake | 2000-08-24 | 1 | -2/+15 |
|
|
* | Support for three-token characters (**=, >>=, <<=) which was written by | Thomas Wouters | 2000-08-24 | 4 | -791/+1195 |
|
|
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 2 | -2/+38 |
|
|
* | This patch partly (some stuff went in already) ports Python to Monterey. | Trent Mick | 2000-08-23 | 1 | -0/+11 |
|
|
* | Remove the dependency information for version.o; this is not part of | Fred Drake | 2000-08-23 | 1 | -1/+0 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 2 | -9/+9 |
|
|
* | com_print_stmt(): Guido rightly points out that the stream expression | Barry Warsaw | 2000-08-21 | 1 | -5/+22 |
|
|
* | Thomas reminds me to bump the MAGIC number for the extended print | Barry Warsaw | 2000-08-21 | 1 | -1/+1 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 2 | -138/+184 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -8/+36 |
|
|
* | Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't | Thomas Wouters | 2000-08-20 | 1 | -1/+3 |
|
|
* | Disallow "import mod.submod as m", because the result is ambiguous. Does it | Thomas Wouters | 2000-08-19 | 1 | -1/+2 |
|
|
* | com_error(): Quiet gcc -Wall warning. | Barry Warsaw | 2000-08-18 | 1 | -1/+0 |
|
|
* | Remove a couple of warnings turned up by "gcc -Wall". | Fred Drake | 2000-08-18 | 2 | -3/+4 |
|
|
* | Do not set a MemoryError exception over another MemoryError exception, | Vladimir Marangozov | 2000-08-18 | 1 | -0/+4 |
|
|
* | SyntaxError__classinit__(): Slight reorg for simplicity. | Barry Warsaw | 2000-08-18 | 1 | -4/+4 |
|
|
* | comples_from_string(): Move s_buffer[] up to the top-level function | Barry Warsaw | 2000-08-18 | 1 | -2/+1 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 4 | -690/+793 |
|
|
* | _PySys_Init(): Fix another Insure discovered memory leak; the PyString | Barry Warsaw | 2000-08-16 | 1 | -1/+2 |
|
|
* | SyntaxError__str__(): Fix two memory problems discovered by Insure. | Barry Warsaw | 2000-08-16 | 1 | -4/+9 |
|
|
* | Fix new compiler warnings. Unused var in compile.c. Argsize mismatches | Tim Peters | 2000-08-15 | 1 | -1/+0 |
|
|
* | my_basename(): Removes the leading path components from a path name, | Fred Drake | 2000-08-15 | 1 | -2/+23 |
|
|
* | Remove the osdefs.h #include; it was not needed in the final version of | Fred Drake | 2000-08-15 | 2 | -2/+0 |
|
|
* | When raising a SyntaxError, make a best-effort attempt to set the | Fred Drake | 2000-08-15 | 1 | -9/+29 |
|
|
* | When raising a SyntaxError, make a best-effort attempt to set the | Fred Drake | 2000-08-15 | 1 | -1/+19 |
|
|
* | SyntaxError__str__(): Do more formatting of the exception here, rather | Fred Drake | 2000-08-15 | 1 | -6/+55 |
|
|
* | Guido pointed out that all names in the sys module have no underscore, | Fred Drake | 2000-08-15 | 1 | -4/+5 |
|
|
* | Fix the parent of WindowsError - both the comments in this source file, and t... | Mark Hammond | 2000-08-15 | 1 | -1/+1 |
|
|
* | The attempt to protect against MS_WIN16 compilers that do not support long | Fred Drake | 2000-08-14 | 1 | -1/+2 |
|
|
* | Add a byte_order value to the sys module. The value is "big" for | Fred Drake | 2000-08-14 | 1 | -0/+13 |
|
|
* | The list comp patch checked for the second child node of the 'listmaker' | Thomas Wouters | 2000-08-13 | 1 | -1/+1 |
|
|
* | The list comprehensions patch partly reversed the removal of UNPACK_LIST, | Thomas Wouters | 2000-08-12 | 1 | -13/+0 |
|
|
* | Clean up a couple of warnings on Win64. The downcast of the strlen size_t | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 2 | -215/+425 |
|
|