Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4dd6b84e5fafb53a678c7c6eeb50bba0f3ce800a
/
Lib
/
irix5
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