2002-06-27 |
Fred Drake | Added support for some of the more recently defined... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Fred Drake | Clean up some markup. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Neal Norwitz | dis.dis() also supports modules |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Disabled non-carbon builds (for the moment still option... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Neal Norwitz | Whitespace normalization (remove tabs) |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Fred Drake | Fix various typos reported to python-docs. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Fred Drake | Fix typo reported to python-docs. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Make the prototype match the declaration in the GUSI... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Undefine DPRINTF before defining it, there was a confli... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Undefine TRUE and FALSE before redefining them. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Got rid of an extraneous semicolon. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Changed some prototypes to match the exact definition... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | In plugin projects use (by default) the new mwerks_shca... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Close the project after generating it, so we don't... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | - Got rid of non-carbon builds |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Fixed a few showstoppers in the process of making MacPy... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Fixed various MacPython-specific issues found by attemp... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Raymond Hettinger | Apply SF 562987 modernizing Cookie to subclass from... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Fred Drake | Suppress the variable verbose output from test.xmltests... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Turns out GetArgv() options can be 4-tuples too, with... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | This module broke on the Mac (where it can't work,... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Andrew M. Kuchling | Add some acks |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Andrew M. Kuchling | Describe textwrap module |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Raymond Hettinger | Fix bug #573916. Sender and recipients reversed in... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Ka-Ping Yee | Also look up variable names in __builtins__ if not... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Skip Montanaro | add seealso link to the bisect module |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Skip Montanaro | add /F's PriorityQueue example |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Kurt B. Kaiser | Shutdown subprocess debugger and associated Proxies... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Andrew M. Kuchling | Add a reminder |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Andrew M. Kuchling | Add a reminder |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Jeremy Hylton | Silence compiler warning |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Fred Drake | Add convenience module to run all the XML tests. |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Fred Drake | Talk about interfaces rather than implementation classe... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Fred Drake | Added some more links to the "See also" section. |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Fred Drake | When talking about interfaces, use the interface names... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Raymond Hettinger | Close bug 480337: Dict used before dicts explained... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Raymond Hettinger | Close bug 417930 by clarifying augmented assignment... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Skip Montanaro | Not sure how I forgot to check these in - thought I... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Raymond Hettinger | Fix SF bug 568269 by enclosing 'computername' in a... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Raymond Hettinger | Minor English grammar correction |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Kurt B. Kaiser | Remove all EditorWindow BREAK tags when closing Debugger |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Raymond Hettinger | Fix spacing in loop example |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Raymond Hettinger | Fix SF bug 546434 -- buffer slice type inconsistent. |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Piers Lauder | fix incorrect size calc. in IMAP4_SSL.read |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Barry Warsaw | In the Extension() call, add runtime_library_dirs so... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Kurt B. Kaiser | Clear associated breakpoints when closing an edit window. |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Raymond Hettinger | Fix SF bug 572567: Memory leak in object comparison. |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Neal Norwitz | SF # 572928 One word change for lib/libgettext.tex |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Jack Jansen | - Got rid of non-carbon stuff |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Michael W.... | Random tweaks & updates. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Piers Lauder | Fix IMAP4_SSL read and send methods to take account... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Fred Drake | Convert the example C code to ANSI rather than K&R. |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Fred Drake | Correct the RE equivalent of scanf()'s %x and %X patterns. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Jack Jansen | Patch #557719 by Tony Lownds, slightly massaged by... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Guido van Rossum | Add a check that the bug Jeremy just fixed in _PyTuple_... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Guido van Rossum | Mention private vars in __slots__. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Jeremy Hylton | Fix for SF bug 571885 |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Jack Jansen | - Got rid of newmodule.c |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Raymond Hettinger | SF 569257 -- Name mangle double underscored variable... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Corrected return type and value information for PyUnico... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Fix the docstring for sys.getrefcount(). |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Jack Jansen | Disable the test for importing very long lists for... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Make the docs for string.capitalize() match those of... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Add a note that divmod() with complex numbers is deprec... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Added reference to the Expat home page. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Try to improve the explanation of the "raise" statement... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Jack Jansen | Open the source file in universal newline mode. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Clean up docstrings: |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Tim Peters | Removed the generator future-stmt -- not needed for... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Simplify the production for argument list, making sure... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Raymond Hettinger | SF 563530 added missing methods for emulating numeric... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Kurt B. Kaiser | 1. Debugger Breakpoints, finish implementation |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Guido van Rossum | I get failures half of the time that I run this, so... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Raymond Hettinger | SF 570727 indexer() class no longer needed since lists... |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Michael W.... | Fix the bug described in |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Mention pymemcompat.h. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Minor tweaks to existing items (radian/degree, and... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Typo: bites --> bytes |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Add description of the deadlock problem with child... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Add a note about "as" not being a keyword, though it... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Jeremy Hylton | Define NDEBUG for releae builds, just like Python. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Note the limitation that mime_decode_header() only... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Jeremy Hylton | Add implementation of _compile() and use default compil... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Jeremy Hylton | Add a default implementation of compile() to the base... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Played contortionist games with the argument_list produ... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Jeremy Hylton | Only import msvccompiler on win32 platforms. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Michael fixed the race conditions and removed the sleeps. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | \productioncont: Replace leading spaces with  ... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Refactor the generation of signature lines for funcdesc... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Patch from SF bug 570483 (Tim Northover). |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Patch from SF bug 570483 (Tim Northover). |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Corect speling and add \n\ to line ends in new docstrin... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Clarified documentation for os.access(). |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Mechanically translated string method calls to string... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | SF patch #552837, submitted by Robert Pyron: |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Clarified description of error handling for shutil... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Michael W.... | About the new but unreferenced new_class, Guido sez: |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Fred Drake | Update description of the Expat library. |
commit | commitdiff | tree | snapshot |
next |