2001-04-13 |
Ka-Ping Yee | Robustify getfile() against classes that lie about... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Ka-Ping Yee | Word-wrap the list of cross-references. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Ka-Ping Yee | Another pass through the topic table to fill in cross... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Ka-Ping Yee | Make force-loading optional; don't force-load in intera... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Ka-Ping Yee | Remove duplicate type objects from isroutine() and... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Martin v. Löwis | Patch #415777: new grouping strategy. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Fred Drake | Update the helper scripts that push development docs... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Fred Drake | Add entry for ColorPicker documentation as well. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Fred Drake | Documentation for Just's ColorPicker module, so the... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Guido van Rossum | Note additions to pydoc and pstats. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Eric S. Raymond | Added a test main to the pstats library that can help... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | _synthesize(): Helper function: when the users passes... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Pop loop off the loop stack before handling the loop... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Use new _implicitNameOp() to generate name op code... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Guido van Rossum | Because this code was derived from Python 1.6.1 (amongs... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ka-Ping Yee | Fix linking to classes (in class tree, and add links... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ka-Ping Yee | Fix call to ModuleScanner from GUI search interface. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | Added warning that FancyURLopener prompts the user... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Add support for visitAssAttr to findOp(). |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | pyassem.py: |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ka-Ping Yee | Added a big new Helper class to provide interactive... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | Added module synopsis for the chapter summary. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tim Peters | Bug 415514 reported that e.g. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Revise handling of tuple arguments so that the variable... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | Convert several \seetext references to \seerfc and... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ka-Ping Yee | Give up trying to keep dynamically loaded extensions... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ka-Ping Yee | Robustify getcomments() so it doesn't crash on empty... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ka-Ping Yee | Remove forking. Doesn't work in Windows. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | Work around the conversion of ">>" and "<<" to guilleme... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Guido van Rossum | Update copyright to PSF. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ka-Ping Yee | Typo fixes and small touches. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ka-Ping Yee | Properly qualify methods inherited from classes in... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Steve Purcell | - New fail*() methods, and comprehensive set of assert... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Only treat an AugAssign as def if its the target is... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Fix unpackSequence() to use _nameOp() rather than LOAD_FAST |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Inside a class scope always use LOAD_NAME, STORE_NAME... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Preliminary support for nested scopes |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Jeremy Hylton | Define constants for types of scopes |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | Added a lot of text from Steve Purcell's HTML documenta... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | Use "2.1c1" since that is what Guido used for the Pytho... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | Update to reflect the new string repr -- \n instead... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Guido van Rossum | Prepare for release candidate 1... aka 2.1c1. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | Markup nit: use \envvar to mark environment variables. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Fred Drake | When forming the <A> tag for a \seepep or \seerfc,... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tim Peters | Update Windows build # and installer for 2.1c1. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Andrew M. Kuchling | Explain popitem() |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Guido van Rossum | Note that __debug__ assignments are legal again. |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tim Peters | Fix for SF bug #415514: "%#x" % 0 caused assertion... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tim Peters | Reverting the "unixware7" patch: atan2(0, 1) should... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Guido van Rossum | SOCKET.py and TERMIOS.py are no longer used in this... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Barry Warsaw | (py-pdbtrack-track-stack-file): On Ken's suggestion... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Fred Drake | Fixed bug in example. |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Guido van Rossum | Noted the improved RISCOS port and the new Unixware... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Guido van Rossum | Unixware 7 support by Billy G. Allie (SF patch 413011) |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Barry Warsaw | Added news about the updated python-mode.el |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Barry Warsaw | Bumping to version 4.0 since we now support only XEmacs... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Barry Warsaw | intermediate |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Barry Warsaw | Added some additional documentation describing how... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Fred Drake | Include a synopsis for the chapter overview. |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Jeremy Hylton | typo |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Jeremy Hylton | [finishing fix from earlier checkins] |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Jeremy Hylton | Add support for extra (*) arguments to preorder. |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Jeremy Hylton | Generate docstrings. |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Jeremy Hylton | Add lineno attributes to Discard nodes |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Jeremy Hylton | Make sure the docstring is always entered as the first... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Jeremy Hylton | Test cases for examples of ext call error handling. |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Jeremy Hylton | Fix exception handling for non-PyFunction objects,... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Moshe Zadka | Idiotic braino caused HTTP openers to ignore proxies. |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Moshe Zadka | Fixing bug 405999 -- clarifying differences between... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Fred Drake | Based on a comment by Konrad Hinsen on python-list: |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Ka-Ping Yee | Add a close_request method to the BaseServer so that... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Neil Schemenauer | Use INSTALL_SCRIPT to install script files. INSTALL_PR... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Added definition of "test fixture". |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Some new names. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Updated version of RISCOS support. SF patch 411213... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Completely revamped BeOS notes, by Donn Cave (SF patch... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | This is for BeOS users who want to build all the module... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | The lower() and tkraise() methods were calling the... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Typo: "BuildApple" --> "BuildApplet" |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Bump version numbers for upcoming release candidate. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Update the XML conversion specification. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Remove the mapping() function from the documentation. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Add note that difflib was added in Python 2.1. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Include py_curses.h *after* defining _XOPEN_SOURCE_EXTE... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | mapping(): Remove this function since it does not... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Use the WeakKeyDictionary and WeakValueDictionary class... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Thomas Heller | Since bdist_wininst.py contains the installer executabl... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Normalize tabs to spaces. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Add reference to the DDJ article discussing a similar... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Add corresponding support for the alltt environment... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Import the alltt package and wrap that environment... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Fix two unqualified except: clauses. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Fix an unqualified except:. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Try an except: after an import into "except ImportError". |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | Add documentation for getmoduleinfo() and getmodulename(). |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Some other tests, when failing, don't always remove... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | When doing the quick test to see whether large files... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | When zlib can't be imported, zipfile raises RuntimeErro... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Ka-Ping Yee | Fix typo in instantiation of ErrorDuringImport. |
commit | commitdiff | tree | snapshot |
next |