summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include a link to Francois's po-utils.Barry Warsaw2000-09-131-2/+3
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-135-4/+20
* Bump version to 0.9.3pre.Greg Ward2000-09-131-1/+1
* Fix install directories on Mac OS (now that the "install" commandGreg Ward2000-09-131-13/+4
* Fix install directories on Mac OS: now everything goes toGreg Ward2000-09-131-2/+2
* Changed/added a bunch of section labels so HTML files will be named nicely.Greg Ward2000-09-131-6/+10
* Improve Windows and Mac OS-specific instructions for running theGreg Ward2000-09-121-10/+27
* Typo fix -- it's 'ext_modules', not 'extensions'.Greg Ward2000-09-121-3/+3
* Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc.Fred Drake2000-09-121-186/+122
* Documentation is good. Let's release more.Fred Drake2000-09-122-3/+3
* Make this script handle PyVarObject* functions as well as PyObject*Fred Drake2000-09-121-4/+5
* Added a note that multiple threads breaks command-.Jack Jansen2000-09-121-0/+2
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-09-121-0/+39
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-09-121-7/+106
* Moved to Unsupported.Jack Jansen2000-09-1210-0/+18
* Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>:Fred Drake2000-09-122-54/+62
* Re-wrapped some wide comments.Fred Drake2000-09-121-28/+43
* Add note that the various \see* macros are only defined in the contextFred Drake2000-09-121-0/+3
* Change the title of the link to the document index to be more specific.Fred Drake2000-09-121-2/+2
* Add a reference item pointing to the Namespaces in XML recommendation.Fred Drake2000-09-121-14/+24
* \seetitle: New macro for building reference list content.Fred Drake2000-09-123-4/+43
* When referring to namespaces, always say "namespaces" instead ofFred Drake2000-09-124-53/+54
* Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().Fred Drake2000-09-122-0/+25
* When formatting the API manual, use the generated api.tex rather thanFred Drake2000-09-121-2/+2
* Bastian Kleineidam: fix so it cleans up the temporary script-buildingGreg Ward2000-09-121-20/+13
* Upped SIZE to 16MB so IDE can run test.autotest (sigh).Jack Jansen2000-09-111-0/+0
* Final tweaks for 2.0b1Jack Jansen2000-09-1134-8/+42
* Deleted ancient file.Guido van Rossum2000-09-111-410/+0
* add index entries for list comprehensionsSkip Montanaro2000-09-111-0/+2
* Windows installer: In the Start menu IDLE shortcut, explictly invoke theTim Peters2000-09-111-1/+2
* Some updates and fix a bunch of really small consistency nits.Fred Drake2000-09-111-45/+38
* Add documentation for the \pep and \seepep macros.Fred Drake2000-09-111-6/+21
* Untabify. When compiling in -tt mode, an inconsistent Tab use errorFred Drake2000-09-111-408/+407
* Delete some debugging prints.Greg Ward2000-09-111-2/+0
* Added --plat-name option to override sysconfig.get_platform() inGreg Ward2000-09-112-4/+18
* Minor tweaks to get rid of some '\XXX' remarks.Greg Ward2000-09-111-11/+12
* This shouldn't have been here in the first place.Jack Jansen2000-09-101-241/+0
* Release notes for 2.0b1. It is not much, but I can't find all the info back:-(Jack Jansen2000-09-101-11/+14
* Don't include various of the Lib:plat-* folders.Jack Jansen2000-09-101-4/+17
* The logic for finding long matches before short ones was wrong (why did I nev...Jack Jansen2000-09-101-7/+7
* Updated for 2.0b1Jack Jansen2000-09-105-148/+126
* Patch for [ Bug #113828 ] getpythonregpath with null data in registry keyMark Hammond2000-09-101-8/+14
* General cleanup in preparation for a bugfix: removed unused code, uselessTim Peters2000-09-101-65/+27
* Added --python and --fix-python options for better control over whatGreg Ward2000-09-101-16/+33
* Close SF bug 110826: a complaint about the way Python #define'd NULL.Tim Peters2000-09-103-11/+4
* The installer now displays info about version of distutilsThomas Heller2000-09-091-263/+278
* The windows installer must also look under the HKEY_CURRENT_USER keyThomas Heller2000-09-091-240/+240
* Do not try to fix bugs while sleeping.Fred Drake2000-09-091-4/+0
* Kevin Jacobs <jacobs@darwin.cwru.edu>:Fred Drake2000-09-091-1/+2
* Fix for bug 113934. string*n and unicode*n did no overflow checking atTim Peters2000-09-092-4/+36