Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ee88ff9d057a1d087606e164875599a1f0f6e42a
/
Tools
f06ee5f
/usr/local/bin/python -> /usr/bin/env python
by Guido van Rossum
· 28 years ago
499181a
Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.
by Guido van Rossum
· 28 years ago
d5c58c3
Changed logic so it now replaces anything that has #! and python in
by Guido van Rossum
· 28 years ago
fc05882
Script to fix cprt notice
by Guido van Rossum
· 28 years ago
3ffc503
Removed the USA'isms that aren't really true
by Barry Warsaw
· 28 years ago
7081a69
/usr/bin/env is slightly more portable
by Barry Warsaw
· 28 years ago
00bf8ef
Added a few meta info
by Barry Warsaw
· 28 years ago
2a6e68f
Output original address
by Barry Warsaw
· 28 years ago
de0e8f7
Updated country codes as per ISO3166 10-Feb-1994
by Barry Warsaw
· 28 years ago
cb2b672
implementation complete. need to update country codes
by Barry Warsaw
· 28 years ago
3a7212c
Added `ru' --> Russia
by Barry Warsaw
· 28 years ago
f6d5344
A rewrite for better Python-ish style
by Barry Warsaw
· 28 years ago
e41d00b
Fixed a bug: files that no longer exist remotely would never be
by Guido van Rossum
· 28 years ago
abcb382
(texi2html.py): Minor improvement to HTML 3.0 output for code examples.
by Fred Drake
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
22f7f9e
(texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom
by Fred Drake
· 28 years ago
0282726
(texi2html.py): Tightened the generated HTML slightly. Added -p option to
by Fred Drake
· 28 years ago
a39a25e
(texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation
by Fred Drake
· 28 years ago
be5e342
Note obsolescence
by Guido van Rossum
· 28 years ago
dd6798c
Added NumVersion definition.
by Guido van Rossum
· 28 years ago
c30461d
Insert filename in IOError message.
by Guido van Rossum
· 28 years ago
96c4dd9
OK, now it uses sys.[exec_]prefix and supports
by Guido van Rossum
· 28 years ago
6498cad
Get rid of it totally
by Guido van Rossum
· 28 years ago
f34bf1c
Added warning that this is unsupported
by Guido van Rossum
· 28 years ago
aa233f1
Changes for 1.4 install targets
by Guido van Rossum
· 28 years ago
6100d91
Allow whitespace before '#' in preprocessor directives.
by Guido van Rossum
· 28 years ago
29901ff
Some improvements by Fred Drake.
by Guido van Rossum
· 28 years ago
8e7a54f
More changes by Sjoerd & Jack
by Guido van Rossum
· 28 years ago
e47d5f9
Addition by Jack to test for missing type support
by Guido van Rossum
· 28 years ago
d4cc04c
Add test that script name ends in .py.
by Guido van Rossum
· 28 years ago
f75f80e
Get struct _frozen defn from Python.h; new variable names.
by Guido van Rossum
· 28 years ago
814842f
Removed most of the README text since it is all about the Mac specific
by Guido van Rossum
· 29 years ago
d544d01
Moved customization to bgenlocations.py module.
by Guido van Rossum
· 29 years ago
9a2c546
Create files as temp file and move to real location only when complete.
by Guido van Rossum
· 29 years ago
a0e2422
A few missing casts (Richard Neitzel).
by Guido van Rossum
· 29 years ago
d2966cb
don't die on unreadable files etc.
by Guido van Rossum
· 29 years ago
7d1eba9
Added extra module argument varstuff, to declare extra module-level vars
by Jack Jansen
· 29 years ago
425e9eb
- Added color window/pixmap support
by Jack Jansen
· 29 years ago
1e4ce73
Added Sint8 and Uint8 types
by Jack Jansen
· 29 years ago
0a54ae2
Added cm and qt demos
by Jack Jansen
· 29 years ago
135fb71
BitMap object support
by Jack Jansen
· 29 years ago
7830ab8
Added definitions for GrafPort object and Fixed type.
by Jack Jansen
· 29 years ago
b5cf5da
Changed file signature to CW7 project mgr
by Jack Jansen
· 29 years ago
e48aa96
Fixed bug in cts error message handling.
by Jack Jansen
· 29 years ago
81299f1
Added providence mailer support
by Jack Jansen
· 29 years ago
4ec940a
Added (limited) compuserve error parsing
by Jack Jansen
· 29 years ago
f39ca24
Removed unneeded reference to tkinter
by Jack Jansen
· 29 years ago
945b7b8
comment fix
by Jack Jansen
· 29 years ago
8968624
Script to read and parse error messages from mailer daemons.
by Sjoerd Mullender
· 29 years ago
349a988
Added third argument to call()
by Jack Jansen
· 29 years ago
d40f3c6
New universal headers
by Jack Jansen
· 29 years ago
edb21c4
Fixed typo: == -> =.
by Sjoerd Mullender
· 29 years ago
06f4289
many fixes by anonymous contributor
by Guido van Rossum
· 29 years ago
b95ea18
Added ResObj_OptNew declaration
by Jack Jansen
· 29 years ago
ec38010
Added basic mac documentation.
by Jack Jansen
· 29 years ago
150316e
added getpath.c; added -P exec_prefix; added explanatory note
by Guido van Rossum
· 29 years ago
e830e55
added ftp mirror script
by Guido van Rossum
· 29 years ago
9859018
removed all references to modsupport.h
by Guido van Rossum
· 29 years ago
8d2033f
Two new methods
by Jack Jansen
· 29 years ago
5214a29
Fixed sentence about modulator
by Jack Jansen
· 29 years ago
138497d
Updated
by Jack Jansen
· 29 years ago
9a69112
Jim Fulton's change to support doc strings
by Jack Jansen
· 29 years ago
80adc22
Added missing setselftype method to ManualGenerator
by Jack Jansen
· 29 years ago
6a9df7a
updated comments
by Barry Warsaw
· 29 years ago
268a39f
converted to python
by Barry Warsaw
· 29 years ago
7d0bc83
Ported to Universal Header 2.0.1f (i.e. CW6)
by Jack Jansen
· 29 years ago
ae8a68f
Trying again to check it in. Changes to:
by Jack Jansen
· 29 years ago
ebed751
Templates converted to new naming conventions (thanks to Chak Tan)
by Jack Jansen
· 30 years ago
52e0299
Made the example slightly more complete
by Jack Jansen
· 30 years ago
953dc1a
added transferSize() method
by Guido van Rossum
· 30 years ago
a12bbff
mods by Gregor Schmid -- very nice!
by Guido van Rossum
· 30 years ago
bf6bdb0
removed some harsh words and added some clarifications
by Guido van Rossum
· 30 years ago
e956386
Jaap V's version
by Guido van Rossum
· 30 years ago
6d67b60
backup Makefile too
by Guido van Rossum
· 30 years ago
189f8fb
added "pystone" benchmark
by Guido van Rossum
· 30 years ago
a4007eb
added listing of argument types encountered
by Guido van Rossum
· 30 years ago
26a9d37
new, from ../Demo/www
by Guido van Rossum
· 30 years ago
227a423
the usual
by Guido van Rossum
· 30 years ago
ed3c791
moved lots of scripts from Demo/scripts to Tools/scripts
by Guido van Rossum
· 30 years ago
fd218ca
moved Demo/modulator to Tools/modulator
by Guido van Rossum
· 30 years ago
309e8ac
moved Demo/freeze to Tools/freeze
by Guido van Rossum
· 30 years ago
5f85880
new
by Guido van Rossum
· 30 years ago
d211220
checkin of Jack's original version
by Guido van Rossum
· 30 years ago
ea64dea
another round
by Guido van Rossum
· 30 years ago
9784295
another round... ported to __SC__
by Guido van Rossum
· 30 years ago
d9ff26b
reorganized class structure so Manualgenerator works again
by Guido van Rossum
· 30 years ago
4df16c7
read repair instructions from file
by Guido van Rossum
· 30 years ago
bcf0854
added README
by Guido van Rossum
· 30 years ago
80ffd66
bgenGeneratorGroup.py: changed placement of some blank lines in output
by Guido van Rossum
· 30 years ago
f808012
Use case-dependent variant of fnmatch
by Guido van Rossum
· 30 years ago
01f5a81
Lots of new stuff again. Moved buffer types to some separate files.
by Guido van Rossum
· 30 years ago
f8de068
Lots of changes.
by Guido van Rossum
· 30 years ago
8d6c180
fully adapted to new naming scheme and added some features for AppleEvent generation
by Guido van Rossum
· 30 years ago
8cfc4bf
initial version
by Guido van Rossum
· 30 years ago
514d351
use $INCLUDE path (Mark Hammond)
by Guido van Rossum
· 30 years ago
52c8b26
Use /depot/gnu/plat/bin/perl
by Barry Warsaw
· 30 years ago
705d517
initial checkin
by Guido van Rossum
· 30 years ago
9702c4b
changed script interpreter
by Barry Warsaw
· 30 years ago
d8336c2
Lots of things added. README written (mostly).
by Guido van Rossum
· 30 years ago
07c9645
Get rid of freeze (now its own directory).
by Guido van Rossum
· 30 years ago
Next »