Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
21eb0b56a85958982cbf145e0befccffdde64911
21eb0b5
mac CW-only fix for messy windows upon exit
by Jack Jansen
· 29 years ago
b7d0df4
Allow mac user to set "command line flags" by option-starting python.
by Jack Jansen
· 29 years ago
292b0f9
Added code so you canset "command line options" if you
by Jack Jansen
· 29 years ago
cc456fb
Un-installing of AE handlers fixed (AE is very picky that you specify
by Jack Jansen
· 29 years ago
7571f30
A new home for scripts/applets
by Jack Jansen
· 29 years ago
0db1ef9
fix bogus DECREF in finally clause
by Guido van Rossum
· 29 years ago
b158909
\temporary 'fix' for brokenness
by Guido van Rossum
· 29 years ago
23ebeba
Made more ppc-savvy
by Jack Jansen
· 29 years ago
4cae5e6
- Added getplatform() - (temporarily?) removed newmodule reference
by Jack Jansen
· 29 years ago
614cf81
Undef 'argument' before including mac headers
by Jack Jansen
· 29 years ago
8cb4b1f
Module with one function to read Python modules and extract class and
by Sjoerd Mullender
· 29 years ago
ff8b494
changes for keyword args to built-in functions and classes
by Guido van Rossum
· 29 years ago
ce0a6de
never close the file in imp.load_...
by Guido van Rossum
· 29 years ago
a83f270
changes for keyword args to built-in functions and classes
by Guido van Rossum
· 29 years ago
bebdc37
changes for keyword args to built-in functions and classes
by Guido van Rossum
· 29 years ago
454674d
add forgotten PyObject_SetAttrString
by Guido van Rossum
· 29 years ago
07b14dd
add locking where it exists
by Guido van Rossum
· 29 years ago
ef38b78
use newgetargs
by Guido van Rossum
· 29 years ago
f8afdcf
improved comments for curses, dbhash
by Guido van Rossum
· 29 years ago
e42fc2f
use getnewargs where it makes sense
by Guido van Rossum
· 29 years ago
53bb7ff
be more suspicious of getlocals()
by Guido van Rossum
· 29 years ago
bdd207a
better policy regarding NULL locals
by Guido van Rossum
· 29 years ago
3fc9d73
new version
by Guido van Rossum
· 29 years ago
ffa257d
Initial revision
by Guido van Rossum
· 29 years ago
2e5168c
Get magic number from interpreter (using module imp).
by Sjoerd Mullender
· 29 years ago
aa3e163
Added flush() method.
by Sjoerd Mullender
· 29 years ago
ff99a72
change obsolete isfile to isvalid; add lock and unlock commands
by Guido van Rossum
· 29 years ago
ec9ea61
remove comment about obsolete variable
by Guido van Rossum
· 29 years ago
a79f5a3
implemented 'add' command and commit for added files
by Guido van Rossum
· 29 years ago
cf1025b
fixed arg checking for keys() and close()
by Guido van Rossum
· 29 years ago
79ae53e
Initial revision
by Guido van Rossum
· 29 years ago
ae75f49
added dbhash; Tk is now officially at 4.0
by Guido van Rossum
· 29 years ago
24f42ac
suppress . and .. in listdir return value
by Guido van Rossum
· 29 years ago
681d79a
keyword arguments and faster calls
by Guido van Rossum
· 29 years ago
11a3f0c2
NT specific change for nicer error message (Mark H)
by Guido van Rossum
· 29 years ago
2271bf7
changes for keyword arguments and fast function call; added abstract.c
by Guido van Rossum
· 29 years ago
884afd6
keyword arguments and faster function calls
by Guido van Rossum
· 29 years ago
e15dee5
Generic Abstract Object Interface
by Guido van Rossum
· 29 years ago
3c78079
include abstract.h
by Guido van Rossum
· 29 years ago
a827537
Generic Abstract Object Interface
by Guido van Rossum
· 29 years ago
e4b4038
Various toolbox routines have gotten new names.
by Jack Jansen
· 29 years ago
bc60864
The three most important suites, generated by gensuitemodule
by Jack Jansen
· 29 years ago
5ccd826
Gensuitemodule generates python classes from aete/aeut resources
by Jack Jansen
· 29 years ago
40775ba
Split aepack and aetypes off from aetools (it was getting too big)
by Jack Jansen
· 29 years ago
5ae5fdf
Generated anew after fixing aescan.py
by Jack Jansen
· 29 years ago
7433568
Also scan AERegistry.h and AEObjects.h and create .py definition files.
by Jack Jansen
· 29 years ago
829f88c
Added GetErrorString method (convert OSErr number to string)
by Jack Jansen
· 29 years ago
761c5ab
Tk 4.0 and Tcl 7.4 are now standard
by Guido van Rossum
· 29 years ago
677dfc3
Tommy's mail explaining status
by Guido van Rossum
· 29 years ago
7f64e24
Official version 1.26 directly from Ken
by Guido van Rossum
· 29 years ago
1311e3c
args to call_object must be tuple or NULL
by Guido van Rossum
· 29 years ago
b89ab8c
something close to Ken's latest version ...
by Guido van Rossum
· 29 years ago
d3f9a1a
fix read(0), readline(0); make tuple for call_object args
by Guido van Rossum
· 29 years ago
3212031
rename arglist to alist (conflict with new grammar symbol)
by Guido van Rossum
· 29 years ago
9f02331
Ignore a few more names when comparing directories.
by Sjoerd Mullender
· 29 years ago
611be70
replace vars() with locals() and globals(); 3rd raise arg; typos
by Guido van Rossum
· 29 years ago
8fd0219
typos
by Guido van Rossum
· 29 years ago
ab330d4
add missing definitin of longstringitem
by Guido van Rossum
· 29 years ago
95a5b9c
correct description of list.insert()
by Guido van Rossum
· 29 years ago
d6ac380
fix bug in example (should close file at all times)
by Guido van Rossum
· 29 years ago
6b686e9
correct typo; document sys.platform
by Guido van Rossum
· 29 years ago
fb502e9
documented globals() and locals()
by Guido van Rossum
· 29 years ago
abfa2ca
added pointer to libimp.tex for __import__ example
by Guido van Rossum
· 29 years ago
0bf8475
documented default flag, mode; changed gdbm into a pointer to dbm
by Guido van Rossum
· 29 years ago
f10570b
3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value))
by Guido van Rossum
· 29 years ago
7faeab3
new MAGIC; some changes to default files for imp.load_... functions
by Guido van Rossum
· 29 years ago
e78c5d0
ignore control-l (parallelling change to tokenizer.c)
by Guido van Rossum
· 29 years ago
aaf1839
added sys.platform
by Guido van Rossum
· 29 years ago
e40bddc
new grammar
by Guido van Rossum
· 29 years ago
872537c
added locals() and globals(); [raw_]input() uses readline()
by Guido van Rossum
· 29 years ago
064a62b
err() should be varargs -- and fix one call
by Guido van Rossum
· 29 years ago
ef4ee62
added getpalatform()
by Guido van Rossum
· 29 years ago
807b7be
normalized flag arg and made flag, mode default args; minor cosmetics
by Guido van Rossum
· 29 years ago
55ea8a7
pass $PLATFORM into config.c
by Guido van Rossum
· 29 years ago
3b46a50
new opcodes RAISE_VARARGS, CALL_FUNCTION
by Guido van Rossum
· 29 years ago
5bb73ed
new grammar symbols arglist and argument
by Guido van Rossum
· 29 years ago
94d32b1
ignore control-l in whitespace
by Guido van Rossum
· 29 years ago
a996b91
new grammar for 3rd raise arg and keyword parameters
by Guido van Rossum
· 29 years ago
fec75d6
#changed all email address to go through python.org
by Barry Warsaw
· 29 years ago
4dba7e2
(py-append-to-process-buffer): XEmacs doesn't have last-input-start or
by Barry Warsaw
· 29 years ago
4d82c9a
(python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el value
by Barry Warsaw
· 29 years ago
e64bfee
(py-process-filter): if command takes a long time, input typed before
by Barry Warsaw
· 29 years ago
6e98f33
(py-shell): cope with make-comint instead of make-shell
by Barry Warsaw
· 29 years ago
f74f63a
Initial port to CodeWarrior CFM68K support (mainly by disabling
by Jack Jansen
· 29 years ago
eceb3e3
Porting to CW CFM68K
by Jack Jansen
· 29 years ago
f9480ce
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
by Jack Jansen
· 29 years ago
464f62b
added support for -L flag (local operation)
by Guido van Rossum
· 29 years ago
2ba1b4c
add -L option
by Guido van Rossum
· 29 years ago
bab4725
delete file after checkin
by Guido van Rossum
· 29 years ago
903afd0
add bug comment
by Guido van Rossum
· 29 years ago
c503c97
restructured index somewhat
by Guido van Rossum
· 29 years ago
ab75eb2
rewritten using rcslib.py
by Guido van Rossum
· 29 years ago
40de53c
use the new rcslib
by Guido van Rossum
· 29 years ago
8608ab6
initial checkin
by Guido van Rossum
· 29 years ago
72974f3
define RCSProxyClient here instead of in RCSProxy.py
by Guido van Rossum
· 29 years ago
802c437
rewritten and documented
by Guido van Rossum
· 29 years ago
79ed32d
barry's contributions
by Guido van Rossum
· 29 years ago
92457b9
added seekable option; save unix from lines; speed up islast()
by Guido van Rossum
· 29 years ago
6cb15a0
add User-agent hdr; read and close the file upon http error
by Guido van Rossum
· 29 years ago
2ab1992
make split and splitfields, join and joinfields synonyms
by Guido van Rossum
· 29 years ago
Next »