summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document use_rawinput. (Although now that I think more about it, aGuido van Rossum2001-03-241-1/+6
* This commit was manufactured by cvs2svn to create tag 'r21b2'.v2.1b2cvs2svn2001-03-231-0/+1
* main(): Application of SF patch #405851, which allows this test to beBarry Warsaw2001-03-231-0/+12
* pydoc changed overnight in such a way that it no longer worked from theTim Peters2001-03-231-3/+3
* Fix a memory leak -- there's no need to INCREF() the result ofGuido van Rossum2001-03-231-1/+0
* In Jython, `@' is not allowed in module names. Extend the TESTFN testBarry Warsaw2001-03-231-3/+7
* Finishing touch to Ping's changes. This is a patch that Ping sent meGuido van Rossum2001-03-231-11/+11
* Two minor changes for better Jython compatibility. Finn Bock says:Barry Warsaw2001-03-231-3/+3
* Update Mac OS X platform notes.Fred Drake2001-03-231-4/+8
* Strengthen the constraints on calling PyObject_GC_Fini().Fred Drake2001-03-231-0/+5
* Make socket.getservbyname test optional on socket module having thatBarry Warsaw2001-03-231-5/+6
* call_sys_exitfunc(): Remove unused variable f.Fred Drake2001-03-231-1/+1
* Change rfc822_escape() to ensure there's a consistent amount of whitespaceAndrew M. Kuchling2001-03-231-3/+4
* Add nested scopes spec to appendix.Jeremy Hylton2001-03-234-32/+161
* Remove the annoying __version__ definitions.Fred Drake2001-03-233-4/+0
* Lots of small changes to make this work with the Python DOM bindingsFred Drake2001-03-231-91/+95
* setlocale(): In _locale-missing compatibility function, stringBarry Warsaw2001-03-231-2/+1
* Pick up the "encode" function from esistools instead of defining our ownFred Drake2001-03-231-15/+9
* No quotes around the "future" in the first use of the term "futureFred Drake2001-03-231-1/+1
* Re-write to no longer depend on an old version of PyXML. This nowFred Drake2001-03-231-46/+273
* Pick the "escape" function from the standard library instead of from PyXML.Fred Drake2001-03-231-1/+1
* Add conversions for more of the markup -- not all of this was around whenFred Drake2001-03-231-1/+32
* Add entry for the futures appendix in the reference manual.Fred Drake2001-03-231-3/+3
* Include the futures appendix.Fred Drake2001-03-231-0/+3
* Revise the markup so that this formats and uses markup consistently withFred Drake2001-03-231-28/+32
* Several changes for Jython portability. This closes SF patchBarry Warsaw2001-03-231-9/+18
* flesh out __all__Jeremy Hylton2001-03-231-14/+6
* Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit().Ka-Ping Yee2001-03-231-32/+37
* Extend isclass() to work for extension classes (by looking for __bases__).Ka-Ping Yee2001-03-231-1/+1
* Add some initial text for the appendix on future statements and nested scopes.Jeremy Hylton2001-03-231-0/+149
* Note that assignments to __debug__ are illegalJeremy Hylton2001-03-231-0/+2
* News items for my recent checkinsJeremy Hylton2001-03-231-0/+16
* Script for starting pydoc with a GUI in Windows.Ka-Ping Yee2001-03-231-0/+2
* Make it illegal to assign to __debug__ as per Guido's request.Jeremy Hylton2001-03-231-1/+12
* Browser compatibility fixes.Ka-Ping Yee2001-03-231-7/+8
* Revert to ver 1.22, which was the version before the nested scopesJeremy Hylton2001-03-231-91/+106
* Small formatting improvements.Ka-Ping Yee2001-03-231-10/+13
* Show inherited methods, with hyperlinks to the base class they came from.Ka-Ping Yee2001-03-231-112/+168
* Bump version number.Fred Drake2001-03-231-1/+1
* Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).Tim Peters2001-03-231-1/+1
* Provide a StopTokenizing exception for conveniently exiting the loop.Ka-Ping Yee2001-03-231-10/+11
* Explain the difference between NL and NEWLINE.Ka-Ping Yee2001-03-231-1/+4
* Give a slightly better explanation of excepthook.Ka-Ping Yee2001-03-231-4/+6
* Don't have trace() skip the top frame; return them all.Ka-Ping Yee2001-03-232-6/+7
* When creating an attribute node using createAttribute() orFred Drake2001-03-231-1/+2
* Update to the most recent weakref changes.Fred Drake2001-03-231-11/+4
* Convert the weakref test suite to PyUNIT, and add tests that exercise weakFred Drake2001-03-232-260/+252
* When the regression test is run in verbose mode, make the PyUNIT-basedFred Drake2001-03-231-1/+1
* Add support for weak references to the function and method types.Fred Drake2001-03-232-3/+13
* Add the necessary field for weak reference support to the function andFred Drake2001-03-232-0/+2