Movatterモバイル変換
[0]ホーム
- 175a46d- #119862 - getargs.c - patched memory leakby Moshe Zadka· 24 years ago
- d5ceef4Use Py_CHARMASK for ctype macros. Fixes bug #232787.by Moshe Zadka· 24 years ago
- 23ec9eb- exceptions.c - make_class() Added a "goto finally" so that ifby Moshe Zadka· 24 years ago
- 93fe3d7- Importing should now be safe with multiple Py_Initialize/Py_Finalizeby Moshe Zadka· 24 years ago
- 4bdc967Fix memory leak with from import ...by Moshe Zadka· 24 years ago
- 641efd3Fixed bug in complex(). No SF idby Moshe Zadka· 24 years ago
- 5f45415SF bug 119622: compile errors due to redundant atof decls.by Moshe Zadka· 24 years ago
- 0ae1490This commit was manufactured by cvs2svn to create branch 'release20-maint'.by cvs2svn· 25 years ago
- 237b5f4Andy Dustman <adustman@users.sourceforge.net>:by Fred Drake· 25 years ago
- 0be483fDo a better job at staying on-screen :P (Sorry, it's late here.) I'mby Thomas Wouters· 25 years ago
- 8fb62a2Adjust debugging code in the implementation of the DUP_TOPX bytecode, useby Thomas Wouters· 25 years ago
- 48fba73Remove the last gcc -Wall warning about possible use of an uninitializedby Fred Drake· 25 years ago
- 35ba689Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg,by Tim Peters· 25 years ago
- e693df9Avoid a couple of "value computed is not used" warnings from gcc -Wall;by Fred Drake· 25 years ago
- a6c2eb5Donn Cave <donn@u.washington.edu>:by Fred Drake· 25 years ago
- 98dc065SF "bug" 115973: patches from Norman Vine so that shared libraries andby Tim Peters· 25 years ago
- 1f7838bDetect conflicting Python DLL on module import under Windows - as per [ Patch #101676 ]by Mark Hammond· 25 years ago
- 8429448_PyImport_Fini(): Closed small memory leak when an embedded app callsby Barry Warsaw· 25 years ago
- 42c83afThe 2.0b2 change to write .pyc files in exclusive mode (if possible)by Tim Peters· 25 years ago
- d5fadf7Rationalize use of limits.h, moving the inclusion to Python.h.by Fred Drake· 25 years ago
- 9e28515Andrew Kuchling <akuchlin@mems-exchange.org>:by Fred Drake· 25 years ago
- 0afff38Special case the "s#" PyArg_Parse() token for Unicode objects:by Marc-André Lemburg· 25 years ago
- 55a8338On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race conditionby Guido van Rossum· 25 years ago
- d1ba443This patch adds a new Python C API called PyString_AsStringAndSize()by Marc-André Lemburg· 25 years ago
- e84b740Obscure marshal fixes:by Tim Peters· 25 years ago
- 9e8181bMake better use of GNU Pth -- patch by Andy Dustman.by Guido van Rossum· 25 years ago
- 691270fDeferred the attribute name object type checking to the underlyingby Marc-André Lemburg· 25 years ago
- 6f25618Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() orby Guido van Rossum· 25 years ago
- a454ebdAdded B format char to Py_BuildValue (same as b,h,i, but makesby Jack Jansen· 25 years ago
- b763b9dCast UCHAR_MAX to int before doing the comparison for overflow of theby Jack Jansen· 25 years ago
- fd1f1becom_continue_stmt(): Improve error message when continue is foundby Fred Drake· 25 years ago
- bbcf2a7This patch hopefully fixes the problem with "es#" and "es" inby Marc-André Lemburg· 25 years ago
- f26cda6The GCC version is loooooooooong; put it on a new line.by Guido van Rossum· 25 years ago
- f4d189fAll right. More uniformity, and extra blank lines.by Guido van Rossum· 25 years ago
- 7ca7b5aUse periods, not semicolons between Copyright and All Rights Reserved.by Guido van Rossum· 25 years ago
- 547936cFix the char* vs. const char* mismatch for the argument of aix_loaderror()by Vladimir Marangozov· 25 years ago
- 76ad68aChange the copyright notice according to CNRI's wishes, withby Guido van Rossum· 25 years ago
- 1fa0b89changed \x to consume exactly two hex digits. implements PEP-223by Fredrik Lundh· 25 years ago
- 412f246PyInterpreterState_New is not thread-safe, and the recent fix to _PyPcloseby Tim Peters· 25 years ago
- 8586991REMOVED all CWI, CNRI and BeOpen copyright markings.by Guido van Rossum· 25 years ago
- 7bd25beCosmetics on Py_Get/SetRecursionLimit (for the style guide)by Vladimir Marangozov· 25 years ago
- b69a27ecode part of patch #100895 by Fredrik Lundhby Jeremy Hylton· 25 years ago
- d320c34Revert removal of void from function definition. Guido sez I can take itby Tim Peters· 25 years ago
- b709df3refactor __del__ exception handler into PyErr_WriteUnraisableby Jeremy Hylton· 25 years ago
- 349ff6fSet the recursion limit to 1000 -- 2500 was not enough, let's be conservative.by Guido van Rossum· 25 years ago
- 51de690Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs;by Tim Peters· 25 years ago
- ee5adfbadd user-modifiable recursion_limitby Jeremy Hylton· 25 years ago
- 592f2d6_PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endifby Fred Drake· 25 years ago
- 399739fPyOS_CheckStack(): Better ANSI'fy this while we're at it.by Fred Drake· 25 years ago
- e8de31cAdd a comment explaining the return value of PyOS_CheckStack().by Fred Drake· 25 years ago
- e68140dBetter error message with UnboundLocalErrorby Paul Prescod· 25 years ago
- 093abe0eval_code2(): Guido provides this patch for his suggested elaborationby Barry Warsaw· 25 years ago
- dd13e4fReplace the run-time 'future-bytecode-stream-inspection' hack to find outby Thomas Wouters· 25 years ago
- e868211Hard to believe Guido compiled this! Function lacked a return stmt.by Tim Peters· 25 years ago
- e753ef8Re-allow 'import mod.submod as s', and change its meaning to what it shouldby Thomas Wouters· 25 years ago
- 0df002cAdd three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),by Guido van Rossum· 25 years ago
- 2f15b25implements PyOS_CheckStack for Windows and MSVC. this fixes aby Fredrik Lundh· 25 years ago
- 0ae722eOops, one pop too many.by Thomas Wouters· 25 years ago
- fee3a2dCharles Waldman's patch to reinitialize the interpreter lock after aby Guido van Rossum· 25 years ago
- dc3d606Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZEby Marc-André Lemburg· 25 years ago
- b59290fFix allowable node-types for assignment, need to add 'listmaker'.by Thomas Wouters· 25 years ago
- 6d63adfImprove the exceptions raised by PyErr_BadInternalCall(); adding theby Fred Drake· 25 years ago
- 434d082Support for three-token characters (**=, >>=, <<=) which was written byby Thomas Wouters· 25 years ago
- ef8ace3Charles G. Waldman <cgw@fnal.gov>:by Fred Drake· 25 years ago
- 635f6fbThis patch partly (some stuff went in already) ports Python to Monterey.by Trent Mick· 25 years ago
- b745a04Remove the dependency information for version.o; this is not part ofby Fred Drake· 25 years ago
- 46dfa5frequire list comprehensions to start with a for clauseby Skip Montanaro· 25 years ago
- 24703a0com_print_stmt(): Guido rightly points out that the stream expressionby Barry Warsaw· 25 years ago
- 45ab2b6Thomas reminds me to bump the MAGIC number for the extended printby Barry Warsaw· 25 years ago
- 23c9ec8PEP 214, Extended print Statement, has been accepted by the BDFL.by Barry Warsaw· 25 years ago
- 29c574ePEP 214, Extended print Statement, has been accepted by the BDFL.by Barry Warsaw· 25 years ago
- 0400515Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn'tby Thomas Wouters· 25 years ago
- 8bad612Disallow "import mod.submod as m", because the result is ambiguous. Does itby Thomas Wouters· 25 years ago
- 73f77b4com_error(): Quiet gcc -Wall warning.by Barry Warsaw· 25 years ago
- 04e654aRemove a couple of warnings turned up by "gcc -Wall".by Fred Drake· 25 years ago
- 0888ff1Do not set a MemoryError exception over another MemoryError exception,by Vladimir Marangozov· 25 years ago
- 87bec35SyntaxError__classinit__(): Slight reorg for simplicity.by Barry Warsaw· 25 years ago
- 5ca1ef9comples_from_string(): Move s_buffer[] up to the top-level functionby Barry Warsaw· 25 years ago
- 5215225Apply SF patch #101135, adding 'import module as m' and 'from module importby Thomas Wouters· 25 years ago
- f2581c9_PySys_Init(): Fix another Insure discovered memory leak; the PyStringby Barry Warsaw· 25 years ago
- 77c9f50SyntaxError__str__(): Fix two memory problems discovered by Insure.by Barry Warsaw· 25 years ago
- b59ab42Fix new compiler warnings. Unused var in compile.c. Argsize mismatchesby Tim Peters· 25 years ago
- 185a29bmy_basename(): Removes the leading path components from a path name,by Fred Drake· 25 years ago
- a811a5bRemove the osdefs.h #include; it was not needed in the final version ofby Fred Drake· 25 years ago
- dcf08e0When raising a SyntaxError, make a best-effort attempt to set theby Fred Drake· 25 years ago
- 83cb797When raising a SyntaxError, make a best-effort attempt to set theby Fred Drake· 25 years ago
- 1aba577SyntaxError__str__(): Do more formatting of the exception here, ratherby Fred Drake· 25 years ago
- a2b6ad6Guido pointed out that all names in the sys module have no underscore,by Fred Drake· 25 years ago
- 557a044Fix the parent of WindowsError - both the comments in this source file, and the previous exceptions.py have WindowsError as a sub-class of OSError.by Mark Hammond· 25 years ago
- ccede59The attempt to protect against MS_WIN16 compilers that do not support longby Fred Drake· 25 years ago
- 099325eAdd a byte_order value to the sys module. The value is "big" forby Fred Drake· 25 years ago
- 87df80dThe list comp patch checked for the second child node of the 'listmaker'by Thomas Wouters· 25 years ago
- 361852fThe list comprehensions patch partly reversed the removal of UNPACK_LIST,by Thomas Wouters· 25 years ago
- 29b8381Clean up a couple of warnings on Win64. The downcast of the strlen size_tby Trent Mick· 25 years ago
- 803d6e5list comprehensions. seeby Skip Montanaro· 25 years ago
- 0be5aabMerge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyby Thomas Wouters· 25 years ago
- 6947d0b-- from Trent Mick: [Patch #101010] replace use of INT_PTRby Fredrik Lundh· 25 years ago
- 6c2f0c7When returning an error from jcompile() (which is passed through byby Guido van Rossum· 25 years ago
- ed473a4Avoid dumping core when PyErr_NormalizeException() is called withoutby Guido van Rossum· 25 years ago
- aa39a7eInitialized opcode and oparg to silence a gcc -Wall warning.by Moshe Zadka· 25 years ago
[8]ページ先頭