2001-02-27 |
Jeremy Hylton | remove commented-out vestiges of access statement |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Skip Montanaro | conditionally include unistd.h to pick up confstr decla... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | pydoc: text and HTML documentation generator for intera... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | inspect: a module for getting information out of live... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | SetListCellIndent() argument was guessed incorrectly... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Soundex has gone. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Soundex has gone. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Dialog and Window objects are (finally) different beasts. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Use the filename, not the pathname, in the definitions... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Moshe Zadka | Fixing bug #227562 by calling URLopener.http_error_def... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | Add warnings about undefined "global" |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Add Vladimir Marangozov's object allocator. It is disab... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | Preliminary support for future nested scopes |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Martin v. Löwis | Document XML changes. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Barry Warsaw | Updates to describe function attributes. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Barry Warsaw | Updates to the semantics of function and method attributes. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Mention setup.py in the instructions |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Update build notes to mention setup.py |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Add missing dependents of graminit.h. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Generate grammar source files in srcdir. Ignore the... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Don't create the Include directory if building outside... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Fred Drake | Make sure ConfigParser uses .optionxform() consistently... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Tim Peters | Add __future__.py to std library, + dull test to verify... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Fred Drake | cleanup_helper(): Added missing "void" type for the... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Fred Drake | The return value from PyObject_ClearWeakRefs() is no... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Barry Warsaw | instancemethod_setattro(): Raise TypeError if an attemp... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Barry Warsaw | Additional tests for current, PEP described semantics: |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Barry Warsaw | main(): Slightly more informative error message when... |
commit | commitdiff | tree | snapshot |
2001-02-24 |
Barry Warsaw | (py-parse-state): Teach python-mode how to scan code... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Tim Peters | Shuffle premature decref; nuke unreachable code block. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Jack Jansen | Hide the ProgressBar before raising KeyboardInterrupt... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Jack Jansen | Turn on the "multifinder aware" bit. This should always... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Do not hide a failure to create a temporary file; if... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Minor adjustments, including markup corrections. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Fix extra backslash in example. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Another name. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Fix up the markup in some recently-added portions of... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Barry Warsaw | Describe -s a little more generically. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Barry Warsaw | symtable_update_free_vars(), symtable_undo_free(), |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Jeremy Hylton | Fix for bug 133489: compiler leaks memory |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Barry Warsaw | Py_Main(): When compiled by Insure (i.e. __INSURE__... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Barry Warsaw | _Py_ReleaseInternedStrings(): Private API function... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Andrew M. Kuchling | Patch #103899: Don't compile modules configured in... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Andrew M. Kuchling | Patch #103937: Attempt to get the BSDDB autodetection... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Mark Hammond | Checkin updated version of patch #103933 . As Thomas... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Tim Peters | Patch 103928: Correct zlib freeze settings for Win32. |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Fred Drake | Work around the broken formatting of sys.ps1 prompts... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Fred Drake | cd to the html/ directory to generate the global module... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Fred Drake | The ACKS file is in the current directory when converte... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Fred Drake | Remove entry for soundex module! |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Barry Warsaw | _PyObject_Dump(): If argument is NULL, print "NULL... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Guido van Rossum | In try_3way_to_rich_compare(), swap the call to default... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Fred Drake | Sequence indexes are non-negative, not natural (0 is... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Fred Drake | Remove documentation for the soundex module; the module... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Tim Peters | asin micro-optimization suggested in email. |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Tim Peters | Windows: Remove soundex from pythoncore subproject. |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Andrew M. Kuchling | Mention the removal of soundex.c |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Andrew M. Kuchling | Patch #103926: fix two warnings from Tru64's compiler |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Andrew M. Kuchling | Remove soundex module, as stated by GvR. |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Martin v. Löwis | Patch #103885: Add dynamic registration and lookup... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Jeremy Hylton | Fix previous checkin, hopelessly broken as it was;... |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Tim Peters | Add a line to "python -h" output about PYTHONCASEOK. |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Andrew M. Kuchling | Rip out various module-enabling switches, made obsolete... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Andrew M. Kuchling | Move the signal module back into Setup.config.in so... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Jeremy Hylton | replace exec with simple assignments |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Jack Jansen | Release a PYC resource after reading it. No need to... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Jack Jansen | Waste 2.0 has many more options for the undo label. |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Jack Jansen | Use re in stead of regex, so we get rid of the annoying... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Jack Jansen | The code to write timestamps couldn't handle negative... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Tim Peters | Bug #133297: cmath.asin is the same as cmath.asinh. |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Andrew M. Kuchling | Patch #103544: always compile the dl and nis modules... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Andrew M. Kuchling | Add Donovan Baarda for fixing a tortuous zlibmodule... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Andrew M. Kuchling | Add test case from bug #124981: zlib decompress of... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Andrew M. Kuchling | Patch #103373 from Donovan Baarda: This patch: |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Andrew M. Kuchling | Patch #103854: raises an exception if a non-Attr node... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Andrew M. Kuchling | Added test for patch #103473: test an unquoted cookie... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Barry Warsaw | (py-execute-region): This one's easy... kill the tempor... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Jack Jansen | On OSX passing NULL to NewUniversalFilterProc() does... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Andrew M. Kuchling | Patch #103473 from dougfort: Some sites (amazon.com... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Guido van Rossum | The code in PyImport_Import() tried to save itself... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Barry Warsaw | import.c -> importexc.c |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Barry Warsaw | import -> importexc |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Barry Warsaw | import.c -> importexc.c |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Tim Peters | Rename some constants for easier readability. |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Tim Peters | Mechanical edits just so I can read it. |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Moshe Zadka | Updated to use new Python features |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Moshe Zadka | Fixed to use new Python features and use more commonly... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Moshe Zadka | Changed to use the fact that str(long) doesn't produce... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Tim Peters | Improve accuracy. In the .tex file, note the new ... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Tim Peters | Added missing \item. See also bug 133213, about damage... |
commit | commitdiff | tree | snapshot |
2001-02-20 |
Tim Peters | Flesh out PlaySound() docs enough so that SND_ALIAS... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Jeremy Hylton | SF patch #103749: implicit tuple + default arg |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Jeremy Hylton | Fix for implicit tuple + default arguments, courtesy... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | ConfigParser.optionxform(): Document this since it... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Tim Peters | Clean up the "docs". |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Wrap a bunch of long lines. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Fix a few small typos in the docstrings. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Michael Hudson <mwh21@cam.ac.uk>: |
commit | commitdiff | tree | snapshot |
next |