summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* staticforward bites the dust.Jeremy Hylton2002-07-172-3/+3
* Added the "weird" ccTLDs ac, gg, im, and je. These are not recognizedBarry Warsaw2002-07-151-5/+17
* Update freeze to use zlib 1.1.4.Mark Hammond2002-07-031-2/+2
* Patch 574531/Bug 574570 - allow freeze on windows to use the _winregMark Hammond2002-06-281-1/+5
* Mechanically translated string method calls to string methods.Fred Drake2002-06-181-36/+22
* SF patch #552837, submitted by Robert Pyron:Fred Drake2002-06-181-29/+508
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+2
* Remove the only use of a string method.Thomas Heller2002-06-101-1/+1
* Add primitive printing support for Unix and Windows.Guido van Rossum2002-06-105-0/+38
* escape 8-bit chars when generating .py files. fixes bug #566302Just van Rossum2002-06-091-1/+16
* Added the 7 new top level domains, and reworded the nameorgs output.Barry Warsaw2002-06-071-113/+110
* Apply diff2.txt from SF patch http://www.python.org/sf/565471Walter Dörwald2002-06-071-35/+31
* Apply diff.txt from SF patch http://www.python.org/sf/561478Walter Dörwald2002-06-061-1/+2
* Use self.__class__ to instantiate a TreeNode item recursively, toGuido van Rossum2002-05-271-1/+1
* Patch 543222. Disable script bindings in shell window.Raymond Hettinger2002-05-213-0/+5
* Patches 558535. The standard Windows binding for Edit Select AllRaymond Hettinger2002-05-211-1/+1
* moving into the Doc/tools directorySkip Montanaro2002-04-301-128/+0
* Converted to use re in stead of regex and regsub (finally:-).Jack Jansen2002-04-231-54/+65
* SF bug 546078: IDLE calltips cause application error.Tim Peters2002-04-221-0/+6
* Oops: we used PyMem_DEL() to clean up objects, and that's a problem sinceJack Jansen2002-04-191-1/+1
* Use md5.new() constructorAndrew M. Kuchling2002-04-171-1/+1
* Use 2.1's .hexdigest() methodAndrew M. Kuchling2002-04-171-5/+2
* Provisional fix for writefile() [SF bug # 541730].Guido van Rossum2002-04-151-1/+1
* Patch #540583: Open MS Help Docs if available.Martin v. Löwis2002-04-141-3/+12
* - Added support for inherent pointer types (typedefs of arrays)Jack Jansen2002-04-121-0/+34
* Give type name when complaining about using input-only type for outputJack Jansen2002-04-121-2/+2
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-046-23/+23
* Updated freeze.py to the new Makefile symbol layout.Marc-André Lemburg2002-04-044-6/+4
* new script - helps track down symbols exported by modules but notSkip Montanaro2002-03-281-0/+128
* operate as a filter when no files or directories appear on the command lineSkip Montanaro2002-03-261-9/+17
* use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out allFredrik Lundh2002-03-181-0/+0
* Some structures should be passed to Py_BuildValue by reference, not by value,Jack Jansen2002-03-182-2/+10
* Patch #512466: Script to move faqwiz entries.Martin v. Löwis2002-03-182-0/+50
* [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon)Andrew M. Kuchling2002-03-081-1/+1
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
* Patch #520483: Make IDLE OutputWindow handle Unicode.Martin v. Löwis2002-02-231-1/+1
* SF bug #497839: reindent chokes on empty first lines.Tim Peters2002-02-171-0/+4
* Added a module docstring, which doubles as the --help text.Barry Warsaw2002-02-081-16/+81
* www.google.com is better than google.com.Guido van Rossum2002-02-081-1/+1
* smart_backspace_event(): remove now-pointless int() call.Tim Peters2002-01-231-1/+1
* Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smartGuido van Rossum2002-01-232-3/+3
* classifyws(): Fix a "/" to work under -Qnew (as well as without it).Tim Peters2002-01-231-1/+1
* Added some support for Uicode arguments. Still leaves something to be desired...Jack Jansen2002-01-013-1/+23
* Updated to current pathnames.Jack Jansen2002-01-011-3/+3
* Patches by Jens B. Jorgensen with small mods by me:Jack Jansen2001-12-2717-146/+60
* Small change to allow for generation of QuickTime module for Windows.Jack Jansen2001-12-181-0/+4
* OSX tweak: recognize both EXTERN_API_C and EXTERN_API declarations.Just van Rossum2001-12-121-2/+2
* Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txtGuido van Rossum2001-12-111-2/+2
* The module generator now tells its object generators about the module name (t...Jack Jansen2001-12-092-1/+9
* Warning message about unfound file was missing trailing \n.Guido van Rossum2001-12-061-1/+2