Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5049bcb164cdfbf834eb95602f8c29ff035a9408
5049bcb
another round (sigh :-( )
by Guido van Rossum
· 30 years ago
6bb1adc
small changes by Soren Larsen
by Guido van Rossum
· 30 years ago
a8a8d4a
removed GPL mumbo jumbo
by Guido van Rossum
· 30 years ago
deaa105
Lots of formatting changes by Barry, and a few real changes.
by Guido van Rossum
· 30 years ago
cfec359
#updated copywrite notice by removing the GPL language according to
by Barry Warsaw
· 30 years ago
6f4f5f7
some more changes for NT and Borland
by Guido van Rossum
· 30 years ago
caffcdf
moved some stuff around for fewer confusion
by Guido van Rossum
· 30 years ago
06d511d
added PyErr_SetInterrupt(); NT ifdefs
by Guido van Rossum
· 30 years ago
575d561
added PyErr_SetInterrupt()
by Guido van Rossum
· 30 years ago
e23e1fb
moved bgen to Tools
by Guido van Rossum
· 30 years ago
2cc9b2b
why not commit the bug list and ChangeLog
by Guido van Rossum
· 30 years ago
7a84c5a
pseudo progress bar (not finished)
by Guido van Rossum
· 30 years ago
7aa87cc
added morse library (not finished yet)
by Guido van Rossum
· 30 years ago
b7a3835
added evtedit.py for SystemClick()
by Guido van Rossum
· 30 years ago
227a423
the usual
by Guido van Rossum
· 30 years ago
fc8a01f
(py-delete-char): must have 'supersede value for 'delete-selection and
by Barry Warsaw
· 30 years ago
1b761a6
cope with triple-quoted strings (says Barry)
by Guido van Rossum
· 30 years ago
04cba5b
the usual
by Guido van Rossum
· 30 years ago
e109aa7
add warning about recompiling myreadline.o; add Tools/
by Guido van Rossum
· 30 years ago
8b131c5
the usual
by Guido van Rossum
· 30 years ago
03ad99f
added test for CC value not matching cache
by Guido van Rossum
· 30 years ago
7849da8
added PicklingError exception
by Guido van Rossum
· 30 years ago
a320fd3
changes for MPW
by Guido van Rossum
· 30 years ago
b6fe704
add casts to malloc() calls
by Guido van Rossum
· 30 years ago
5fe6058
a few peephole optimizations
by Guido van Rossum
· 30 years ago
8d617a6
various tuple related optimizations; remove unused b/w compat code from ceval.c
by Guido van Rossum
· 30 years ago
53e8d44
changes in NT tests
by Guido van Rossum
· 30 years ago
59461c7
use PROTO macro around fn prototype
by Guido van Rossum
· 30 years ago
599de5a
addet SETTUPLEITEM and added cast to GETTUPLEITEM
by Guido van Rossum
· 30 years ago
65bc7a7
(python-font-lock-keywords): better defaults.
by Barry Warsaw
· 30 years ago
74d9cc5
(py-keep-region-active): new function.
by Barry Warsaw
· 30 years ago
c723b75
#(python-font-lock-keywords): paren typo
by Barry Warsaw
· 30 years ago
4f005cf
(python-font-lock-keywords): new variable
by Barry Warsaw
· 30 years ago
850437a
(py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b).
by Barry Warsaw
· 30 years ago
14af844
bump to version 2.0 now that I'm taking over
by Barry Warsaw
· 30 years ago
7b0f568
#initial stylistic rewrite
by Barry Warsaw
· 30 years ago
3b0a5cd
Initial revision
by Jack Jansen
· 30 years ago
6c4f003
changes (suggested) by Soren Larsen
by Guido van Rossum
· 30 years ago
d01c100
clarified expanding %xx and form for print_form
by Guido van Rossum
· 30 years ago
85c4ff2
added macdnr
by Guido van Rossum
· 30 years ago
ea6e19c
added code objects
by Guido van Rossum
· 30 years ago
3d54de2
clarified code objects
by Guido van Rossum
· 30 years ago
46f2157
added ref to vars()
by Guido van Rossum
· 30 years ago
124107b
reverse sense of PyMac_Idle test
by Guido van Rossum
· 30 years ago
5510dc2
socket.py
by Guido van Rossum
· 30 years ago
50d5e8a
no longer need to include IN.py or SOCKET.py
by Guido van Rossum
· 30 years ago
687ec18
changes for MPW
by Guido van Rossum
· 30 years ago
0374771
remove some unused local variables
by Guido van Rossum
· 30 years ago
23f43d1
correct some return values and remove some unused variables
by Guido van Rossum
· 30 years ago
d5f5385
include macglue.h so we can use HAVE_UNIVERSAL_HEADERS;
by Guido van Rossum
· 30 years ago
cfa00ea
don't use math at all
by Guido van Rossum
· 30 years ago
51b1c1c
avoid math, don't abort when overflow check fails
by Guido van Rossum
· 30 years ago
1dba24e
remove redundant backslashes; some cosnetics
by Guido van Rossum
· 30 years ago
7b5430f
raise EOFError when load() hits EOF, instead of KeyError
by Guido van Rossum
· 30 years ago
cd259d0
fix several cosmetic things, add buffering to makefile
by Guido van Rossum
· 30 years ago
09b39fa
moved lots of stuff to Tools/scripts
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
b5f9460
allow safe_import to be called with up to 4 args and check for . in name
by Guido van Rossum
· 30 years ago
f16d5fa
The final bit of my Mac documentation.
by Jack Jansen
· 30 years ago
d211220
checkin of Jack's original version
by Guido van Rossum
· 30 years ago
df804f8
converted docs for Jim Roskind's profiler
by Guido van Rossum
· 30 years ago
f4aac48
minor update
by Guido van Rossum
· 30 years ago
0bf4d89
add warning about strop
by Guido van Rossum
· 30 years ago
dc46c7f
small nits and new files
by Guido van Rossum
· 30 years ago
b721ef1
Half the mactcp documentation (macdnr still to come)
by Jack Jansen
· 30 years ago
81b3060
en weer twee!
by Guido van Rossum
· 30 years ago
51bbdfb
totally rewritten, for new macro set
by Guido van Rossum
· 30 years ago
64f0845
Added a missing line
by Jack Jansen
· 30 years ago
dcb0a9b
Yet another one...
by Jack Jansen
· 30 years ago
ad0ee83
changes for NT/Borland C
by Guido van Rossum
· 30 years ago
6964f73
include mymath.h
by Guido van Rossum
· 30 years ago
d9b6b5c
Write track artist info if given.
by Sjoerd Mullender
· 30 years ago
8675115
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
by Guido van Rossum
· 30 years ago
e4be9be
Three down, two to go...
by Jack Jansen
· 30 years ago
ea39abd
more stuff
by Guido van Rossum
· 30 years ago
e26c263
more stuff
by Guido van Rossum
· 30 years ago
a12ef94
added WWW sections
by Guido van Rossum
· 30 years ago
7defee7
document restriction on group names
by Guido van Rossum
· 30 years ago
8df3637
changes refs to SO_* symbols
by Guido van Rossum
· 30 years ago
61d34f4
added quote and unquote
by Guido van Rossum
· 30 years ago
d6304d0
added cgi
by Guido van Rossum
· 30 years ago
2120d12
In interactive mode ask for output file
by Jack Jansen
· 30 years ago
16df2aa
Under MW also be more conservative about events to request
by Jack Jansen
· 30 years ago
7c750e1
added html parser and supporting cast
by Guido van Rossum
· 30 years ago
eb9e9d2
layout changes; quote & as well
by Guido van Rossum
· 30 years ago
c7acf2a
handle class exceptions
by Guido van Rossum
· 30 years ago
cebfa70
fix stupid bug (db should be dict)
by Guido van Rossum
· 30 years ago
780620f
added DictType as alias for DictionaryType
by Guido van Rossum
· 30 years ago
5e38b6f
handle class exceptions; added runeval; made runctx obsolete
by Guido van Rossum
· 30 years ago
051ab12
make the type a parameter of the DL_IMPORT macro, for Borland C
by Guido van Rossum
· 30 years ago
0fbec64
for BorlandC
by Guido van Rossum
· 30 years ago
464a0a1
for MPW __SC__
by Guido van Rossum
· 30 years ago
07e3a7e
for MPW __SC__ compiler
by Guido van Rossum
· 30 years ago
caeaafc
don't complain about too many args if arg is a dict
by Guido van Rossum
· 30 years ago
ea64dea
another round
by Guido van Rossum
· 30 years ago
8cebe38
all bgen modules now work with MWerks
by Guido van Rossum
· 30 years ago
e7134aa
return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts
by Guido van Rossum
· 30 years ago
Next »