summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Correct buggy module docstring.Jeremy Hylton2002-12-111-17/+30
* Fix one bug and reformat lots of code.Jeremy Hylton2002-12-111-50/+72
* Fixed typo.Jack Jansen2002-12-051-1/+1
* add logmerge.py (pydoc is already installed)Skip Montanaro2002-12-051-0/+1
* simple setup.py to install some interesting scripts in $(prefix)/bin.Skip Montanaro2002-12-051-0/+16
* * when given, port should be converted to intSkip Montanaro2002-12-051-1/+3
* allow optional port specified as part of the hostname, e.g.,Skip Montanaro2002-12-051-3/+6
* Added PEP253 support.Jack Jansen2002-12-031-11/+114
* Get rid of 1.5.2 compatibility hack. :-)Guido van Rossum2002-12-031-8/+0
* Fixed two silly bugs in the PEP252 support code, added an assertJack Jansen2002-11-281-3/+10
* refactor universal line endings detectionJust van Rossum2002-11-261-8/+8
* Polish some bits to silence pychecker.Thomas Heller2002-11-261-1/+1
* Don't look for modules in the registry any longer.Thomas Heller2002-11-261-38/+0
* Add a note that this file should be kept compatible with Python 1.5.2,Thomas Heller2002-11-251-2/+10
* Added a class PEP252Mixin. By adding this to your ObjectDefinition youJack Jansen2002-11-251-2/+127
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-251-2/+6
* Sort names independent of the Python version. Fix hex constant warning.Martin v. Löwis2002-11-241-7/+11
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-3/+90
* Expand negative hexadecimal constants.Martin v. Löwis2002-11-231-9/+25
* Patch #542562, file 25252: Remove changelog.Martin v. Löwis2002-11-221-38/+0
* Patch #494845: Support string concatenation, detect non-string data,Martin v. Löwis2002-11-221-37/+163
* Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML.Thomas Heller2002-11-141-0/+14
* Tim wins a bet. Don't use re.Guido van Rossum2002-11-131-2/+2
* Fix SF # 464405, freeze doesn't like DOS files on LinuxNeal Norwitz2002-11-121-2/+2
* SF # 627900, Bytecode copy bug in freezeNeal Norwitz2002-11-121-1/+2
* Handle the Content-Type header a little more appropriately: if itFred Drake2002-11-121-0/+3
* Clarify the meaning of "requires Python 1.5.2".Raymond Hettinger2002-11-081-3/+4
* Add --check-tkinter to setup.py. Install IDLE. Fixes #634078.Martin v. Löwis2002-11-061-5/+24
* Use column= rather than col=; with Tk 8.4 col= no longer works.Guido van Rossum2002-11-061-3/+3
* Support sdist.Martin v. Löwis2002-11-051-0/+4
* Oops, committed this in the wrong place.Guido van Rossum2002-10-281-740/+0
* Beginnings of a spreadsheet I used as an example on Linux Lunacy II.Guido van Rossum2002-10-271-0/+740
* FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead ofBarry Warsaw2002-10-211-67/+68
* Some fixes based on feedback from Hans Petter Langtangen.Barry Warsaw2002-10-211-41/+44
* Fix a typo, update (only one) style improvement, whitespaceBarry Warsaw2002-10-211-5/+5
* Verify that lower-higher case delta are 16-bit.Martin v. Löwis2002-10-181-3/+11
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-2/+2
* Added -b tag option to limit output to a specific branch only.Guido van Rossum2002-09-291-5/+43
* Remove unnecessary importsNeal Norwitz2002-09-121-4/+0
* Remove unused local variablesNeal Norwitz2002-09-122-2/+0
* Remove unnecessary importsNeal Norwitz2002-09-127-10/+0
* Remove another mention of "import string".Walter Dörwald2002-09-121-3/+2
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-1170-346/+271
* Extended IDLE's open module menu item to handle hierarchical module names.Raymond Hettinger2002-09-081-2/+15
* Whitespace normalization.Tim Peters2002-08-233-3/+3
* Moved CoreFoundation type support to bgen/macsupport.Jack Jansen2002-08-221-0/+11
* iUse PyDoc_STR() around docstrings.Jack Jansen2002-08-161-1/+1
* This is my patchMichael W. Hudson2002-08-151-34/+15
* Convert characters from the locale's encoding on output.Martin v. Löwis2002-08-102-1/+15
* A tool to transform gprof(1) output into HTML, so you can click on aGuido van Rossum2002-08-091-0/+78