summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PyObject_Dump(): Use %p format to print the address of the pointer.Barry Warsaw2001-01-231-2/+4
* A few useful definitions if you're using gdb. Copy to ~/.gdbinit toBarry Warsaw2001-01-231-0/+27
* A few miscellaneous helpers.Barry Warsaw2001-01-231-2/+26
* Leak pluggin', bug fixin' and better documentin'. Specifically,Barry Warsaw2001-01-231-56/+72
* A script to search for methods that are missing in Carbon in PythonJack Jansen2001-01-231-0/+145
* Made the about box a bit larger (Apparently MacOSX does something a little di...Jack Jansen2001-01-231-0/+0
* Fixed autoraise glitches.Eric S. Raymond2001-01-231-5/+5
* added a few more __all__ listsSkip Montanaro2001-01-239-1/+26
* Jeremy didn't write PEP 205, Fred did!Andrew M. Kuchling2001-01-231-1/+1
* Sigh... First test before committing. InvalWindowRect and friends are window ...Jack Jansen2001-01-2314-48/+55
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-233-6/+6
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-2315-48/+48
* Expose the autoraise capability. Improve the documentation.Eric S. Raymond2001-01-232-27/+29
* Oops...finish a mangled sentence.Eric S. Raymond2001-01-231-1/+1
* Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee'sEric S. Raymond2001-01-232-182/+247
* Restore alphabetic order. Also try to import rlcompleter and curses, butTim Peters2001-01-231-7/+15
* Added notes about setup.py and cygwin build; removed note aboutGuido van Rossum2001-01-231-5/+12
* Add introductory note about this article's draft statusAndrew M. Kuchling2001-01-231-14/+56
* Added -O option (to run python or python_d w/ -O),Tim Peters2001-01-231-8/+14
* This commit was manufactured by cvs2svn to create tag 'r21a1'.v2.1a1cvs2svn2001-01-231-0/+1
* Clean up some comments and the default VERSION.Guido van Rossum2001-01-231-3/+2
* Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.Guido van Rossum2001-01-231-2/+2
* Get rid of weird @SET_CXX@ macro occurrence.Guido van Rossum2001-01-231-3/+2
* Change SET_DLLLIBRARY to DLLLIBRARY=...Guido van Rossum2001-01-231-1/+1
* The usualGuido van Rossum2001-01-231-392/+357
* Fix some make errors during "make clobber" or "make distclean", causedGuido van Rossum2001-01-231-38/+4
* Add simple test of list comprehension that uses a name that isn'tJeremy Hylton2001-01-232-0/+7
* Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete()Guido van Rossum2001-01-231-2/+1
* Add a new API, PyThreadState_DeleteCurrent() that combinesGuido van Rossum2001-01-232-4/+30
* Visit the initial test element of the listmaker for a listJeremy Hylton2001-01-231-1/+2
* prevent symtable_params() from dereferencing off the end of theJeremy Hylton2001-01-231-0/+2
* A few more contributors.Guido van Rossum2001-01-231-0/+4
* - Use "exec ... in dict" to avoid having to walk on eggshells; localsGuido van Rossum2001-01-221-14/+20
* Typo repair.Tim Peters2001-01-221-1/+1
* Reorganize pickle/cPickle testing so the tests pass regardless of the orderTim Peters2001-01-224-170/+157
* A variety of updates of out-of-date information.Fred Drake2001-01-221-21/+29
* When generating the source package, copy in the LICENSE file from the mainFred Drake2001-01-221-4/+6
* Never mind ignoring a copied LICENSE file; let's do this another way.Fred Drake2001-01-221-1/+0
* Ignore the generated LICENSE file needed for the documentation sourceFred Drake2001-01-221-0/+1
* Change the main targets to generate HTML instead of PostScript.Fred Drake2001-01-221-27/+30
* Added link to the "Python Codecs" project at SourceForge.Fred Drake2001-01-221-8/+18
* Added dictionary.popitem() and the improved XML modules.Andrew M. Kuchling2001-01-221-18/+41
* The "user" module cannot reasonably be tested. Moved to the end (andFred Drake2001-01-221-2/+6
* OK, changed my mind once more on this. The comparison hierarchy isGuido van Rossum2001-01-221-1/+1
* New special case in comparisons: None is smaller than any other objectGuido van Rossum2001-01-221-0/+6
* Change some wording to make this work with PDF generation -- using a PDFFred Drake2001-01-221-2/+3
* Worked around bug SF #125880: changed the text of three sections thatFred Drake2001-01-221-3/+3
* Clean up the docs for the "random" module according to comments from TimFred Drake2001-01-221-90/+71
* Add reference to PEP 232.Andrew M. Kuchling2001-01-221-7/+34
* Remove the dollar sign from the formatting of environment variables --Fred Drake2001-01-221-3/+3