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
*
Provisional fix for writefile() [SF bug # 541730].
Guido van Rossum
2002-04-15
1
-1/+1
*
Patch #540583: Open MS Help Docs if available.
Martin v. Löwis
2002-04-14
1
-3/+12
*
- Added support for inherent pointer types (typedefs of arrays)
Jack Jansen
2002-04-12
1
-0/+34
*
Give type name when complaining about using input-only type for output
Jack Jansen
2002-04-12
1
-2/+2
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
6
-23/+23
*
Updated freeze.py to the new Makefile symbol layout.
Marc-André Lemburg
2002-04-04
4
-6/+4
*
new script - helps track down symbols exported by modules but not
Skip Montanaro
2002-03-28
1
-0/+128
*
operate as a filter when no files or directories appear on the command line
Skip Montanaro
2002-03-26
1
-9/+17
*
use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out all
Fredrik Lundh
2002-03-18
1
-0/+0
*
Some structures should be passed to Py_BuildValue by reference, not by value,
Jack Jansen
2002-03-18
2
-2/+10
*
Patch #512466: Script to move faqwiz entries.
Martin v. Löwis
2002-03-18
2
-0/+50
*
[Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon)
Andrew M. Kuchling
2002-03-08
1
-1/+1
*
Fix by Edward K Ream to make breakpoints work on Windows: insert a
Guido van Rossum
2002-02-25
1
-0/+1
*
Patch #520483: Make IDLE OutputWindow handle Unicode.
Martin v. Löwis
2002-02-23
1
-1/+1
*
SF bug #497839: reindent chokes on empty first lines.
Tim Peters
2002-02-17
1
-0/+4
*
Added a module docstring, which doubles as the --help text.
Barry Warsaw
2002-02-08
1
-16/+81
*
www.google.com is better than google.com.
Guido van Rossum
2002-02-08
1
-1/+1
*
smart_backspace_event(): remove now-pointless int() call.
Tim Peters
2002-01-23
1
-1/+1
*
Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart
Guido van Rossum
2002-01-23
2
-3/+3
*
classifyws(): Fix a "/" to work under -Qnew (as well as without it).
Tim Peters
2002-01-23
1
-1/+1
*
Added some support for Uicode arguments. Still leaves something to be desired...
Jack Jansen
2002-01-01
3
-1/+23
*
Updated to current pathnames.
Jack Jansen
2002-01-01
1
-3/+3
*
Patches by Jens B. Jorgensen with small mods by me:
Jack Jansen
2001-12-27
17
-146/+60
*
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]