index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport 1.45: Failed module import was dumping to the console instead
Raymond Hettinger
2003-02-21
1
-1/+4
*
SF # 627900, Bytecode copy bug in freeze
Neal Norwitz
2002-11-12
1
-1/+2
*
Handle the Content-Type header a little more appropriately: if it
Fred Drake
2002-11-12
1
-0/+3
*
Fix typo only present in the r22-maint branch.
Fred Drake
2002-11-08
1
-1/+1
*
Clarify what it means to require Python 1.5.2.
Raymond Hettinger
2002-11-08
1
-3/+3
*
Backport 1.43:
Raymond Hettinger
2002-10-05
1
-2/+15
*
Backport mhammond's 1.6:
Michael W. Hudson
2002-09-30
1
-1/+5
*
Revert Raymond H's checkin. That change depends on a new feature in
Guido van Rossum
2002-09-24
1
-9/+0
*
Backport:
Raymond Hettinger
2002-09-23
1
-11/+4
*
Backport:
Raymond Hettinger
2002-09-23
1
-0/+9
*
Backport patch: Use ascii_letters to avoid UnicodeErrors.
Raymond Hettinger
2002-09-23
1
-1/+4
*
Backport patch #540583: Open MS Help Docs if available.
Raymond Hettinger
2002-09-23
1
-3/+12
*
Backport:
Raymond Hettinger
2002-09-23
1
-1/+1
*
Backport patch 543222. Disable script bindings in shell window.
Raymond Hettinger
2002-09-23
3
-0/+5
*
Backport patches 558535. The standard Windows binding for Edit Select All
Raymond Hettinger
2002-09-23
1
-1/+1
*
backport tim_one's checkin of
Michael W. Hudson
2002-08-23
1
-0/+6
*
backport gvanrossum's patch:
Anthony Baxter
2002-04-18
1
-1/+1
*
backport akuchling's patch:
Anthony Baxter
2002-04-18
1
-5/+2
*
I presume most of the fixes currently hitting the tree should go into
Michael W. Hudson
2002-03-11
1
-1/+1
*
Merge bugfix:
Guido van Rossum
2002-02-28
1
-1/+1
*
Backport of a useful trunk fix:
Guido van Rossum
2002-02-25
1
-0/+1
*
backport tim_one's checkin of
Michael W. Hudson
2002-02-22
1
-0/+4
*
It's merge time!
Michael W. Hudson
2002-01-28
1
-2/+2
*
Small change to allow for generation of QuickTime module for Windows.
Jack Jansen
2001-12-18
1
-0/+4
*
OSX tweak: recognize both EXTERN_API_C and EXTERN_API declarations.
Just van Rossum
2001-12-12
1
-2/+2
*
Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txt
Guido van Rossum
2001-12-11
1
-2/+2
*
The module generator now tells its object generators about the module name (t...
Jack Jansen
2001-12-09
2
-1/+9
*
Warning message about unfound file was missing trailing \n.
Guido van Rossum
2001-12-06
1
-1/+2
*
SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()
Guido van Rossum
2001-12-06
1
-3/+3
*
A tiny but useful script that fires off a search on Google.
Guido van Rossum
2001-12-04
1
-0/+22
*
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
Jack Jansen
2001-11-30
1
-0/+2
*
Checking in Zooko's version per SF patch #476866, plus my changes to
Guido van Rossum
2001-11-28
1
-395/+429
*
Don't initialize tp_type statically, it won't work on Windows. Spotted
Jack Jansen
2001-11-14
1
-1/+1
*
Don't override asplit_pat in Scanner_UH3. No reason to do so, and it broke
Jack Jansen
2001-10-30
1
-1/+0
*
Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.
Guido van Rossum
2001-10-18
3
-11/+59
*
Test utility to look for bad stacksize calculations.
Jeremy Hylton
2001-10-17
1
-0/+43
*
Update outdated text about how to fix the font.
Guido van Rossum
2001-10-08
1
-4/+5
*
Replace all instances of err.strerror with err.
Jeremy Hylton
2001-10-08
1
-6/+6
*
Changed the reindenter to strip only trailing spaces and tabs from lines,
Tim Peters
2001-10-04
1
-3/+16
*
Removed files no longer needed.
Fred Drake
2001-09-28
3
-663/+0
*
Generalize file.writelines() to allow iterable objects.
Tim Peters
2001-09-23
1
-2/+1
*
Fix restore (difflib.restore() became a generator too).
Tim Peters
2001-09-22
1
-1/+2
*
Make difflib.ndiff() and difflib.Differ.compare() generators. This
Tim Peters
2001-09-22
1
-3/+2
*
Update description of Tools/compiler
Jeremy Hylton
2001-09-20
1
-3/+2
*
Remove setup.py, unnecessary since compiler package is the std
Jeremy Hylton
2001-09-20
2
-14/+2
*
Moved to Tools/compiler along with astgen.py
Jeremy Hylton
2001-09-20
1
-87/+0
*
The compiler package is now part of the standard library.
Jeremy Hylton
2001-09-20
12
-5811/+0
*
Track changes to compiler API
Jeremy Hylton
2001-09-17
2
-9/+15
*
API change:
Jeremy Hylton
2001-09-17
3
-10/+109
*
Re-created after change to astgen to calculate hardest_arg correctly
Jeremy Hylton
2001-09-17
1
-577/+603
[next]