Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2bb57b81f211f5c16d9542620b180dd5097d57c7
2bb57b8
Changed makefile() args from r/w to rb/wb, for non-unix compatability.
by Jack Jansen
· 29 years ago
0d12ead
Try to normalize urls referring to local files (code copied from posixpath)
by Jack Jansen
· 29 years ago
e708f40
Include GUSI.h if compiling for mac with gusi-sockets
by Jack Jansen
· 29 years ago
5ebca87
Allow makefile('rb') or 'wb'.
by Jack Jansen
· 29 years ago
c743c8d
Modified for GUSI
by Jack Jansen
· 29 years ago
b852b74
For gusi-based python
by Jack Jansen
· 29 years ago
3df881c
GUSI-based python projects
by Jack Jansen
· 29 years ago
2d3f94e
Comment fix
by Jack Jansen
· 29 years ago
508537b
Include GUSI.h if using gusi-sockets
by Jack Jansen
· 29 years ago
e8a0a5c
Module to convert a mail message to or from quoted-printable. The
by Sjoerd Mullender
· 29 years ago
5416e20
mark strftime as varargs
by Guido van Rossum
· 29 years ago
f4a5912
add remove==unlink; mark strftime as varargs
by Guido van Rossum
· 29 years ago
ad1f7ee
get rid of bogus name for init_tkinter()
by Guido van Rossum
· 29 years ago
0f6f812
better way to define ComplexType
by Guido van Rossum
· 29 years ago
a98b0a1
improved test()
by Guido van Rossum
· 29 years ago
7bb7ecd
even better way to normalize spaces in add_flowing_data
by Guido van Rossum
· 29 years ago
93dc801
better way to normalize spaces in add_flowing_data
by Guido van Rossum
· 29 years ago
f69da22
fix several bogus var refs in error reporting
by Guido van Rossum
· 29 years ago
feeadef
document OverflowError exception on mktime()
by Guido van Rossum
· 29 years ago
264302d
atol supports trailing l/L if base is 0
by Guido van Rossum
· 29 years ago
c171552
document non-BSD SIGCHLD behaviour
by Guido van Rossum
· 29 years ago
789742b
change jars email
by Guido van Rossum
· 29 years ago
8c07bb4
listdir no longer returns . or ..; added remove==unlink
by Guido van Rossum
· 29 years ago
71b1815
hypot is now always supported
by Guido van Rossum
· 29 years ago
d2966cb
don't die on unreadable files etc.
by Guido van Rossum
· 29 years ago
3326b67
Re-binhexed all projects.
by Jack Jansen
· 29 years ago
4fbb6d9
Added cmath module
by Jack Jansen
· 29 years ago
d390325
Modules implementing WWW and URL suite, and a module to control netscape.
by Jack Jansen
· 29 years ago
7e156a7
Added missing get() method
by Jack Jansen
· 29 years ago
bdd0747
Fixed access to Quickdraw globals. Unfortunately, they now have to be
by Jack Jansen
· 29 years ago
05a6d8f
remove rcs history
by Guido van Rossum
· 29 years ago
e36e1fe
support fast mode for gdmb
by Guido van Rossum
· 29 years ago
15ad9a6
only use 'j' for imaginary constants
by Guido van Rossum
· 29 years ago
c96ef6a
properly initialize optional arguments to apply()
by Guido van Rossum
· 29 years ago
faa436c
use only j for imaginary constants
by Guido van Rossum
· 29 years ago
efa3143
add keyword args to CanvasItem class __init__
by Guido van Rossum
· 29 years ago
15c4fec
more recent linux header files
by Guido van Rossum
· 29 years ago
8c8a02a
speed up unquote() by using atoi() instead of eval()
by Guido van Rossum
· 29 years ago
44a4d59
support 'whence' arg to seek()
by Guido van Rossum
· 29 years ago
0eaa74b
add acct() method to send new account name
by Guido van Rossum
· 29 years ago
ba42664
fix typo in _setval() return value
by Guido van Rossum
· 29 years ago
6700142
backward compatible interface for bsddb
by Guido van Rossum
· 29 years ago
0182c06
inherit error from _mod.error
by Guido van Rossum
· 29 years ago
13ad35a
real test for executable script
by Guido van Rossum
· 29 years ago
5bb05da
correct retrieving return value of os.waitpid()
by Guido van Rossum
· 29 years ago
eacce12
add missing loop step to parseplist()
by Guido van Rossum
· 29 years ago
f7476c5
fix default arg for read() -- should be -1
by Guido van Rossum
· 29 years ago
06d7441
add ComplexType
by Guido van Rossum
· 29 years ago
7241879
use 'j' instead of 'i' for imaginary constants
by Guido van Rossum
· 29 years ago
1e7b2aa
Removed unused var
by Jack Jansen
· 29 years ago
9fbcc6a
(py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp.
by Barry Warsaw
· 29 years ago
996e6dc
Corrected format string in api_version_warning.
by Sjoerd Mullender
· 29 years ago
b89f32e
Added prototype for PySys_SetArgv
by Jack Jansen
· 29 years ago
6c6ad83
Set default item for dialog
by Jack Jansen
· 29 years ago
76c79e9
Added 16-bit pixel support for some operations.
by Jack Jansen
· 29 years ago
ba1de3b
Fixed off-by-one error in rle-decode, and allow whitespace in base64
by Jack Jansen
· 29 years ago
61f3df4
Added rgbFgColor and a few other members of CGrafPort
by Jack Jansen
· 29 years ago
79fb732
Added Fm module
by Jack Jansen
· 29 years ago
00bd2e5
adde cmath; added version numbers to tk/tcl libs
by Guido van Rossum
· 29 years ago
3206268
added default hypot() implementation
by Guido van Rossum
· 29 years ago
b123691
64-bit patch
by Guido van Rossum
· 29 years ago
b28911c
added new.classobj()
by Guido van Rossum
· 29 years ago
c0fd1c0
fix argcount bug for build_node_children
by Guido van Rossum
· 29 years ago
ca42b16
clear addr buffer before calling getsockname
by Guido van Rossum
· 29 years ago
71aa32f
complex math
by Guido van Rossum
· 29 years ago
f595fde
changes for pow(**) and complex
by Guido van Rossum
· 29 years ago
c7fea2f
add sigrelse() call for SunOS 4.1; add some fflush() calls
by Guido van Rossum
· 29 years ago
d8b4925
added complex and c objects
by Guido van Rossum
· 29 years ago
97ead3f
Hack to force loading of cobject.o
by Guido van Rossum
· 29 years ago
39739ea
better power implementation
by Guido van Rossum
· 29 years ago
cf3d108
Added PyComplex_AsCComplex
by Guido van Rossum
· 29 years ago
ff4af06
__hpux -> hpux equivalence
by Guido van Rossum
· 29 years ago
b0352fa
fix args options for setcheckinterval
by Guido van Rossum
· 29 years ago
beeda8a
changes for power (**) operator
by Guido van Rossum
· 29 years ago
50564e8
changes for complex and power (**) operator
by Guido van Rossum
· 29 years ago
8a5c5d2
changes for complex numbers
by Guido van Rossum
· 29 years ago
0bfd6c3
Added power (**) operator
by Guido van Rossum
· 29 years ago
5990592
added decl for PyComplex_AsCComplex
by Guido van Rossum
· 29 years ago
3d1f095
changes for ** (power) operator
by Guido van Rossum
· 29 years ago
b17d5de
changes for complex numbers
by Guido van Rossum
· 29 years ago
e0dbd59
bump api version
by Guido van Rossum
· 29 years ago
3ca2a95
added complex and c object.h; get rid of Py_FatalError
by Guido van Rossum
· 29 years ago
f9fca92
complex numbers a la Konrad Hinsen
by Guido van Rossum
· 29 years ago
77654a7
opaque C object a la Jim Fulton
by Guido van Rossum
· 29 years ago
3a50f8a
- Added FontInfo support - Added (read-)access to members of [C]GrafPort object
by Jack Jansen
· 29 years ago
bf220a1
Added font manager toolbox module
by Jack Jansen
· 29 years ago
195e33e
- Fixed bug in getfillable() - Added setcallback() method to set a user-callback
by Jack Jansen
· 29 years ago
6259af9
An interface to the font manager
by Jack Jansen
· 29 years ago
c8a9949
Various fixes/enhancements, thanks to Ivan and Just:
by Jack Jansen
· 29 years ago
1d8ede7
Fixed GetPen and SetPt arguments
by Jack Jansen
· 29 years ago
04a02e7
Added support for PenState and Patterns (and the accompanying qd globals)
by Jack Jansen
· 29 years ago
b539406
Added support for cursors, and a way to get at the qd global 'arrow'
by Jack Jansen
· 29 years ago
7d1eba9
Added extra module argument varstuff, to declare extra module-level vars
by Jack Jansen
· 29 years ago
29c6121
A different binhexer, apparently:-(
by Jack Jansen
· 29 years ago
6601964
Fixed example
by Jack Jansen
· 29 years ago
e8ea21b
Added pathname2url and url2pathname methods (only correct for unix and
by Jack Jansen
· 29 years ago
b678975
(Minimal) instructions on how to build python from source
by Jack Jansen
· 29 years ago
b696b25
Added missing newline
by Jack Jansen
· 29 years ago
5a01fe0
Common header file for all plugin modules
by Jack Jansen
· 29 years ago
f4e7d2a
Added (dummy) expanduser and expandvar methods
by Jack Jansen
· 29 years ago
Next »