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 |
2001-04-10 |
Ka-Ping Yee | Fix synopsis() so it can handle binary module files. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Ka-Ping Yee | Add getmodulename() and getmoduleinfo() routines to... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Fred Drake | In the typeset versions, the legal notices had grown... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Tim Peters | test_pickle works on sizeof(long)==8 boxes again. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Tim Peters | Ack -- this module mixes tabs and spaces, and what... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Tim Peters | On a sizeof(long)==8 machine, ints in range(2**31,... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Tim Peters | Test full range of native ints. This exposes two more... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Correct the header over the string of licenses -- it... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Guido van Rossum | Append the revision number for each file to the output. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Tim Peters | Mechanical fiddling for easier reading: every "if... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Tim Peters | Critical fix: if cPickle on a sizeof(long)==8 box... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Guido van Rossum | Make on Alpha Tru64 5.1 (as installed on the SF compile... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | Add globals to list of names returned by get_names(). |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Tim Peters | Pickles have a number of storage formats for various... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Fred Drake | Michael Hudson <mwh21@cam.ac.uk>: |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Tim Peters | No functional change -- just added whitespace in places... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | Warn when assigning to __debug__ instead of raising... |
commit | commitdiff | tree | snapshot |
next |