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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Changes so that user-defined classes can implement operations invoked
Guido van Rossum
1992-08-12
5
-42/+609
*
DO_TIMES must now be defined in the Makefile
Guido van Rossum
1992-08-12
1
-4/+0
*
Made module regex optional; added optional module nis.
Guido van Rossum
1992-08-12
1
-2/+14
*
To ignore a call, cast it to (void), not to (void *)...
Guido van Rossum
1992-08-12
1
-1/+1
*
Added error handling and free resources.
Guido van Rossum
1992-08-12
1
-54/+81
*
NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>.
Guido van Rossum
1992-08-12
1
-0/+292
*
Last-minute changes for release.
Guido van Rossum
1992-08-10
1
-1/+1
*
Initial revision
Guido van Rossum
1992-08-10
4
-0/+198
*
added broadcast.py, ftp.py, radio.py
Guido van Rossum
1992-08-10
1
-1/+4
*
*** empty log message ***
Guido van Rossum
1992-08-10
1
-1/+1
*
Almost totally rewritten.
Guido van Rossum
1992-08-10
1
-33/+123
*
Fixed descr of try/finally
Guido van Rossum
1992-08-09
2
-22/+22
*
Added emacs.py (for misc/py-connect.el).
Guido van Rossum
1992-08-09
2
-0/+44
*
Makefile, Configure.py: ##ask --> ##[el]if[yes|no]
Guido van Rossum
1992-08-09
1
-28/+30
*
Warn that _ must be in tt font.
Guido van Rossum
1992-08-07
1
-1/+2
*
Add chapter on classes (mostly from ../misc/CLASSES).
Guido van Rossum
1992-08-07
2
-0/+1196
*
Removed *.libs (now in ./sgi);
Guido van Rossum
1992-08-06
4
-4/+18
*
Replaced max=-1 by max = -1.
Guido van Rossum
1992-08-06
1
-1/+1
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
19
-150/+382
*
Sometimes, recvfrom() returns an empty address; this is not an error.
Guido van Rossum
1992-08-05
1
-26/+10
*
new file for SGI Video
Sjoerd Mullender
1992-08-04
2
-0/+302
*
* Makefile adapted to changes below.
Guido van Rossum
1992-08-04
11
-393/+1249
*
* myselect.h: bzero -> memset
Guido van Rossum
1992-08-04
2
-13/+13
*
cdmodule.c: 2 minor changes by Sjoerd.
Guido van Rossum
1992-08-03
1
-3/+13
*
listobject.c: added optional cmp function to list.sort().
Guido van Rossum
1992-08-03
1
-7/+54
*
New rotor methods: setkey(), encryptmore() and decryptmore().
Guido van Rossum
1992-08-02
1
-8/+89
*
Changes to make it compile under SGI -- revamped new/dealloc a bit.
Guido van Rossum
1992-07-31
1
-39/+25
*
New file rotormodule.c (by Lance Ellinghouse).
Guido van Rossum
1992-07-31
1
-0/+735
*
fileobject.c: fix fatal bug in getline() (forgot to initialize fp now)
Guido van Rossum
1992-07-31
1
-0/+1
*
New module to support decoding multipart messages (also see mimetools).
Guido van Rossum
1992-07-13
1
-0/+118
*
New modules mimetools and rfc822.
Guido van Rossum
1992-07-13
3
-1/+325
*
Changed calendar.py to define lists of literals instead of tuples.
Guido van Rossum
1992-07-09
1
-9/+9
*
Initial revision
Guido van Rossum
1992-07-07
1
-0/+48
*
Added description of pp.py.
Guido van Rossum
1992-07-07
1
-0/+1
*
> * Makefile: always create .ps files; add qua to 'all' target;
Guido van Rossum
1992-07-07
1
-3/+16
*
Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it
Guido van Rossum
1992-07-06
1
-3/+192
*
Makefile: added instann rules and $(*DEST*) defines.
Guido van Rossum
1992-07-06
1
-48/+46
*
added WE_KEY detail format to stdwinmodule.c.
Guido van Rossum
1992-06-30
1
-0/+6
*
Added qgetfd() to cstubs for GL.
Guido van Rossum
1992-06-29
2
-0/+280
*
Added adpcm2lin and lin2adpcm.
Guido van Rossum
1992-06-23
1
-0/+135
*
Use "myselect.h" as intended.
Guido van Rossum
1992-06-23
1
-5/+1
*
Remove bibtex log file.
Guido van Rossum
1992-06-23
1
-1/+1
*
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum
1992-06-23
7
-19/+321
*
sysmodule.c: calling sys.settrace() or sys.setprofile() without
Guido van Rossum
1992-06-19
2
-2/+3
*
Some UNIX types want the exact size of the address structure
Guido van Rossum
1992-06-12
1
-1/+35
*
Fix for SEQUENT by Jaap Vermeulen
Guido van Rossum
1992-06-12
1
-0/+8
*
Fix regexp recognizing comments to cope with unterminated comments.
Guido van Rossum
1992-06-05
1
-2/+1
*
Fix bug in ulaw2lin for 4-byte values
Guido van Rossum
1992-06-05
1
-1/+1
*
Added {get,set}sockopt(). allowbroadcast is now obsolete.
Guido van Rossum
1992-06-05
1
-2/+54
*
Change recipe to build qua.
Guido van Rossum
1992-06-03
1
-1/+1
[prev]
[next]