GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix calculation of hardest_arg.
Jeremy Hylton
2001-09-17
2
-6
/
+6
*
Last set of change to get regression tests to pass
Jeremy Hylton
2001-09-17
3
-5
/
+10
*
Add -p option to invoke Python profiler
Jeremy Hylton
2001-09-17
1
-5
/
+11
*
Only print attributes that start with co_.
Jeremy Hylton
2001-09-17
1
-1
/
+6
*
Handle more syntax errors.
Jeremy Hylton
2001-09-17
2
-29
/
+77
*
Add utility to set filename attribute on all nodes
Jeremy Hylton
2001-09-17
1
-0
/
+9
*
support true division
Jeremy Hylton
2001-09-17
1
-1
/
+3
*
Improve handling of docstrings. I had feared this was a case of
Tim Peters
2001-09-16
1
-5
/
+10
*
Add code generator for yield stmt
Jeremy Hylton
2001-09-14
1
-0
/
+5
*
del no longer necessary now that new module is gone
Jeremy Hylton
2001-09-14
1
-2
/
+0
*
Various sundry changes for 2.2 compatibility
Jeremy Hylton
2001-09-14
2
-137
/
+94
*
The object-being sliced in an assignment to a slice is referenced, not
Jeremy Hylton
2001-09-14
1
-2
/
+2
*
the new new doesn't define CO_xxx as the old new did
Jeremy Hylton
2001-09-14
1
-1
/
+9
*
the names attribute of Global is not a node
Jeremy Hylton
2001-09-14
3
-3
/
+3
*
Fix for bug #442374 - Modulefinder registry support broken
Mark Hammond
2001-09-05
1
-13
/
+36
*
Only output the buffer size error label if it is used.
Jack Jansen
2001-09-05
2
-3
/
+7
*
Don't use a default "int" return type, gcc gives a warning about it.
Jack Jansen
2001-09-04
1
-1
/
+1
*
- Reverse the meaning of the -m option: warnings about multiple /
Guido van Rossum
2001-09-04
1
-35
/
+85
*
Whitespace normalization.
Tim Peters
2001-09-04
1
-4
/
+4
*
PEP 238 documented -Qwarn as warning only for classic int or long
Guido van Rossum
2001-09-04
1
-1
/
+1
[next]