Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3e2244c9e113a62088bdf27c5ace167954fcd546
/
Lib
/
plat-irix5
dd8ddac
Fix a typo in the mktemp -> mkstemp patch.
by Guido van Rossum
· 22 years ago
3b0a329
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
by Guido van Rossum
· 22 years ago
bbe500e
Remove obsolete entries from regen scripts.
by Martin v. Löwis
· 23 years ago
48871f2
Remove the old platform-specific FCNTL.py modules; these are no longer
by Fred Drake
· 23 years ago
ddd802c
Replace all the platform-specific TERMIOS modules with a portable version
by Fred Drake
· 24 years ago
dcd3a87
String method conversion.
by Eric S. Raymond
· 24 years ago
0c07b50
The socket constants have been moved to the socket module for a long time;
by Fred Drake
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
def0038
Convert some old-style string exceptions to class exceptions.
by Fred Drake
· 24 years ago
c533e4a
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a
by Thomas Wouters
· 24 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 24 years ago
4edf656
Remove stuff with unsure copyright status
by Guido van Rossum
· 26 years ago
2c2f731
[Sjoerd Mullender]
by Guido van Rossum
· 26 years ago
fa6e254
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
2830dcc
Get rid of the Emacs cruft now that Python-mode guess the desired settings!
by Guido van Rossum
· 27 years ago
9694fca
Convert all remaining *simple* cases of regex usage to re usage.
by Guido van Rossum
· 27 years ago
25bcdb0
Added QUADRO.
by Guido van Rossum
· 28 years ago
8c1529d
regenerated files from IRIX 5.3 headers
by Guido van Rossum
· 28 years ago
dc3372e
new exec syntax
by Guido van Rossum
· 29 years ago
aada0d5
Initial revision
by Guido van Rossum
· 29 years ago
97162b5
exec() -> exec
by Guido van Rossum
· 29 years ago
9d8c5a4
add errno.h
by Guido van Rossum
· 29 years ago
c8718c3
Backward compatibity module for constants from cl.h include file. The
by Sjoerd Mullender
· 29 years ago
d9b6b5c
Write track artist info if given.
by Sjoerd Mullender
· 30 years ago
992ff06
Made play method more robust by adding a try-finally.
by Sjoerd Mullender
· 30 years ago
3d697ce
Support for album.notes and trackN.artist via notes and trackartist
by Sjoerd Mullender
· 30 years ago
73b20df
Added TERMIOS module
by Guido van Rossum
· 30 years ago
e202c38
Can now also give a hashed ID to Cddb.
by Sjoerd Mullender
· 30 years ago
9e1e149
* Lib/sgi/flp.py: fix caching bug (always write the whole file to the cache!)
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
169b612
Constants from <sys/wait.h> (IRIX 5 version)
by Guido van Rossum
· 30 years ago
f624666
Generate some files automatically from system files
by Guido van Rossum
· 30 years ago
70f1418
New files (not really...)
by Guido van Rossum
· 31 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
b2e358d
Use __init__ instead of init.
by Sjoerd Mullender
· 31 years ago
35fe6ec
Not everyone has Guido's bin in his/her PATH...
by Sjoerd Mullender
· 31 years ago
c9d73d1
Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment
by Sjoerd Mullender
· 31 years ago
df56386
* posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')
by Guido van Rossum
· 31 years ago
5cfa5df
* calendar.py: all libC functionality now moved to built-in time module
by Guido van Rossum
· 31 years ago
e6dc0ca
Initial revision
by Guido van Rossum
· 31 years ago
d316607
* ftplib.py: added abort() command (sends oob data).
by Guido van Rossum
· 31 years ago
04321d1
Use type(xxx) in stead of except TypeError.
by Sjoerd Mullender
· 32 years ago
8562c4c
Added some error checking.
by Sjoerd Mullender
· 32 years ago
c9e340d
Definitions from <gl/get.h>
by Guido van Rossum
· 32 years ago
e8a3c28
Added new audio library functionality (getstatus, float sample fmts)
by Jack Jansen
· 32 years ago
4ab6ff8
AWARE.py: New file with definitions for Aware Inc.'s compression
by Sjoerd Mullender
· 32 years ago
3a99727
CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.
by Sjoerd Mullender
· 32 years ago
4fff13f
CL.py: adapted to newest version of CL library.
by Sjoerd Mullender
· 32 years ago
89a7869
* Got entirely rid of path.py.
by Guido van Rossum
· 32 years ago
2db9135
Misc changes and new modules. whrandom is "objectified". SOCKET.py
by Guido van Rossum
· 32 years ago
e7daaa3
New module "CL" (Compression Library) for Irix 4.0.5 and higher.
by Sjoerd Mullender
· 32 years ago
3577113
Added post_mortem() and pm() interfaces to pdb and wdb.
by Guido van Rossum
· 32 years ago
da3eee9
version for new library
by Sjoerd Mullender
· 32 years ago
4e16098
Added a _v21 def to FL.py and added two new input field types
by Guido van Rossum
· 32 years ago
354166f
Changed to use regex directly instead of regexp.
by Guido van Rossum
· 32 years ago
099d923
new file for SGI Video
by Sjoerd Mullender
· 32 years ago
73b715e
Initial revision
by Guido van Rossum
· 32 years ago
ada67ec
Comment out debug prints (by Sjoerd)
by Guido van Rossum
· 32 years ago
e238829
Add CDDA_DATASIZE to exported constants
by Guido van Rossum
· 33 years ago
a3cd071
DISK is written with a K
by Guido van Rossum
· 33 years ago
58230c3
Changed caching code
by Guido van Rossum
· 33 years ago
dee5d8e
The getstatus() method of a Readcd instance always calls
by Guido van Rossum
· 33 years ago
f94e309
Initial revision
by Guido van Rossum
· 33 years ago
9a1425d
Initial revision
by Guido van Rossum
· 33 years ago
25d7caf
posix -> os
by Guido van Rossum
· 33 years ago
26e67b0
Don't import fl (it tries to initialize GL) but assume it's always v2.0.
by Guido van Rossum
· 33 years ago
b5a40dc
Initial revision
by Guido van Rossum
· 33 years ago
24e77d4
Commented out debug print statements; be a little more clever
by Guido van Rossum
· 33 years ago
465c499
Added a cache so that the slow parser isn't such a problem in practice.
by Guido van Rossum
· 33 years ago
bd7fd1a
Use output from h2py.
by Guido van Rossum
· 33 years ago
bdfcfcc
New == syntax
by Guido van Rossum
· 33 years ago
869100a
Get rid of BCOMPAT. New class syntax.
by Guido van Rossum
· 33 years ago
befa293
Attempt at speeding up.
by Guido van Rossum
· 33 years ago
d39e412
Now automatically test for V2.0.
by Guido van Rossum
· 33 years ago
b00649c
Initial revision
by Guido van Rossum
· 33 years ago
ccf0ca2
Changes for FORMS 2.0.
by Guido van Rossum
· 33 years ago
f109f86
Added defines for pixmode.
by Guido van Rossum
· 33 years ago
5f5b137
Added new constants (some? all?) for FORMS version 1.5.
by Guido van Rossum
· 33 years ago
2483cbb
Initial revision
by Guido van Rossum
· 33 years ago
d085cc6
Initial revision
by Guido van Rossum
· 33 years ago
9ddba3e
Enabled logicop arguments (LO_*).
by Guido van Rossum
· 34 years ago
220d9f1
The parser module is now called paenlparser.
by Guido van Rossum
· 34 years ago
c636014
Initial revision
by Guido van Rossum
· 34 years ago