summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Backport 1.45: Failed module import was dumping to the console insteadRaymond Hettinger2003-02-211-1/+4
* 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
* Fix typo only present in the r22-maint branch.Fred Drake2002-11-081-1/+1
* Clarify what it means to require Python 1.5.2.Raymond Hettinger2002-11-081-3/+3
* Backport 1.43:Raymond Hettinger2002-10-051-2/+15
* Backport mhammond's 1.6:Michael W. Hudson2002-09-301-1/+5
* Revert Raymond H's checkin. That change depends on a new feature inGuido van Rossum2002-09-241-9/+0
* Backport:Raymond Hettinger2002-09-231-11/+4
* Backport:Raymond Hettinger2002-09-231-0/+9
* Backport patch: Use ascii_letters to avoid UnicodeErrors.Raymond Hettinger2002-09-231-1/+4
* Backport patch #540583: Open MS Help Docs if available.Raymond Hettinger2002-09-231-3/+12
* Backport:Raymond Hettinger2002-09-231-1/+1
* Backport patch 543222. Disable script bindings in shell window.Raymond Hettinger2002-09-233-0/+5
* Backport patches 558535. The standard Windows binding for Edit Select AllRaymond Hettinger2002-09-231-1/+1
* backport tim_one's checkin ofMichael W. Hudson2002-08-231-0/+6
* backport gvanrossum's patch:Anthony Baxter2002-04-181-1/+1
* backport akuchling's patch:Anthony Baxter2002-04-181-5/+2
* I presume most of the fixes currently hitting the tree should go intoMichael W. Hudson2002-03-111-1/+1
* Merge bugfix:Guido van Rossum2002-02-281-1/+1
* Backport of a useful trunk fix:Guido van Rossum2002-02-251-0/+1
* backport tim_one's checkin ofMichael W. Hudson2002-02-221-0/+4
* It's merge time!Michael W. Hudson2002-01-281-2/+2
* 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
* SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()Guido van Rossum2001-12-061-3/+3
* A tiny but useful script that fires off a search on Google.Guido van Rossum2001-12-041-0/+22
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+2
* Checking in Zooko's version per SF patch #476866, plus my changes toGuido van Rossum2001-11-281-395/+429
* Don't initialize tp_type statically, it won't work on Windows. SpottedJack Jansen2001-11-141-1/+1
* Don't override asplit_pat in Scanner_UH3. No reason to do so, and it brokeJack Jansen2001-10-301-1/+0
* Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.Guido van Rossum2001-10-183-11/+59
* Test utility to look for bad stacksize calculations.Jeremy Hylton2001-10-171-0/+43
* Update outdated text about how to fix the font.Guido van Rossum2001-10-081-4/+5
* Replace all instances of err.strerror with err.Jeremy Hylton2001-10-081-6/+6
* Changed the reindenter to strip only trailing spaces and tabs from lines,Tim Peters2001-10-041-3/+16
* Removed files no longer needed.Fred Drake2001-09-283-663/+0
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-231-2/+1
* Fix restore (difflib.restore() became a generator too).Tim Peters2001-09-221-1/+2
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-221-3/+2
* Update description of Tools/compilerJeremy Hylton2001-09-201-3/+2
* Remove setup.py, unnecessary since compiler package is the stdJeremy Hylton2001-09-202-14/+2
* Moved to Tools/compiler along with astgen.pyJeremy Hylton2001-09-201-87/+0
* The compiler package is now part of the standard library.Jeremy Hylton2001-09-2012-5811/+0
* Track changes to compiler APIJeremy Hylton2001-09-172-9/+15
* API change:Jeremy Hylton2001-09-173-10/+109
* Re-created after change to astgen to calculate hardest_arg correctlyJeremy Hylton2001-09-171-577/+603