index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
plat-irix5
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
4
-34/+34
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-6/+6
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
2
-6/+6
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
14
-1083/+1083
*
Fixed invalid syntax.
Sjoerd Mullender
2004-03-03
2
-2/+2
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
6
-15/+11
*
Fix a typo in the mktemp -> mkstemp patch.
Guido van Rossum
2002-08-10
1
-1/+1
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-2/+4
*
Remove obsolete entries from regen scripts.
Martin v. Löwis
2001-07-31
1
-3/+0
*
Remove the old platform-specific FCNTL.py modules; these are no longer
Fred Drake
2001-05-09
1
-97/+0
*
Replace all the platform-specific TERMIOS modules with a portable version
Fred Drake
2001-02-27
1
-576/+0
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-12/+11
*
The socket constants have been moved to the socket module for a long time;
Fred Drake
2001-02-02
1
-133/+0
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
8
-22/+22
*
Convert some old-style string exceptions to class exceptions.
Fred Drake
2000-08-18
4
-5/+10
*
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a
Thomas Wouters
2000-07-16
1
-1/+1
*
typos fixed by Rob Hooft
Jeremy Hylton
2000-06-28
3
-5/+5
*
Remove stuff with unsure copyright status
Guido van Rossum
1999-03-12
1
-54/+0
*
[Sjoerd Mullender]
Guido van Rossum
1998-08-07
1
-20/+20
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-140/+140
*
Get rid of the Emacs cruft now that Python-mode guess the desired settings!
Guido van Rossum
1998-03-26
1
-4/+0
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
3
-19/+17
*
Added QUADRO.
Guido van Rossum
1996-12-13
1
-0/+1
*
regenerated files from IRIX 5.3 headers
Guido van Rossum
1996-06-11
6
-8/+612
*
new exec syntax
Guido van Rossum
1995-09-18
1
-3/+3
*
Initial revision
Guido van Rossum
1995-09-18
1
-0/+147
*
exec() -> exec
Guido van Rossum
1995-08-28
1
-3/+3
*
add errno.h
Guido van Rossum
1995-08-28
1
-0/+1
*
Backward compatibity module for constants from cl.h include file. The
Sjoerd Mullender
1995-05-17
2
-236/+260
*
Write track artist info if given.
Sjoerd Mullender
1995-03-01
1
-0/+2
*
Made play method more robust by adding a try-finally.
Sjoerd Mullender
1995-02-01
1
-37/+47
*
Support for album.notes and trackN.artist via notes and trackartist
Sjoerd Mullender
1995-02-01
1
-2/+11
*
Added TERMIOS module
Guido van Rossum
1994-09-12
2
-1/+341
*
Can now also give a hashed ID to Cddb.
Sjoerd Mullender
1994-09-06
1
-41/+56
*
* Lib/sgi/flp.py: fix caching bug (always write the whole file to
Guido van Rossum
1994-08-23
1
-14/+4
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
5
-45/+128
*
Constants from <sys/wait.h> (IRIX 5 version)
Guido van Rossum
1994-06-03
1
-0/+14
*
Generate some files automatically from system files
Guido van Rossum
1994-05-23
1
-0/+10
*
New files (not really...)
Guido van Rossum
1993-12-29
5
-0/+528
*
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum
1993-12-17
3
-13/+11
*
Use __init__ instead of init.
Sjoerd Mullender
1993-11-08
4
-13/+14
*
Not everyone has Guido's bin in his/her PATH...
Sjoerd Mullender
1993-10-11
1
-3/+3
*
Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment
Sjoerd Mullender
1993-09-27
1
-10/+52
*
* posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')
Guido van Rossum
1993-07-06
1
-0/+1
*
* calendar.py: all libC functionality now moved to built-in time module
Guido van Rossum
1993-06-23
1
-0/+6
*
Initial revision
Guido van Rossum
1993-06-03
1
-0/+12
*
* ftplib.py: added abort() command (sends oob data).
Guido van Rossum
1993-05-24
4
-11/+40
*
Use type(xxx) in stead of except TypeError.
Sjoerd Mullender
1993-03-29
1
-54/+52
*
Added some error checking.
Sjoerd Mullender
1993-03-29
1
-1/+10
[next]