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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug introduced by Jack (duplicate def of qread)
Guido van Rossum
1992-08-13
1
-1/+1
*
Modified to allow other threads to run in a multithreaded environment.
Jack Jansen
1992-08-13
4
-1/+63
*
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
*
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
*
Makefile, Configure.py: ##ask --> ##[el]if[yes|no]
Guido van Rossum
1992-08-09
1
-28/+30
*
Replaced max=-1 by max = -1.
Guido van Rossum
1992-08-06
1
-1/+1
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
9
-82/+201
*
Sometimes, recvfrom() returns an empty address; this is not an error.
Guido van Rossum
1992-08-05
1
-26/+10
*
* Makefile adapted to changes below.
Guido van Rossum
1992-08-04
4
-7/+403
*
* myselect.h: bzero -> memset
Guido van Rossum
1992-08-04
1
-12/+12
*
cdmodule.c: 2 minor changes by Sjoerd.
Guido van Rossum
1992-08-03
1
-3/+13
*
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
*
Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it
Guido van Rossum
1992-07-06
1
-3/+192
*
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
*
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum
1992-06-23
5
-19/+230
*
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 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
*
fixed bugs in generic_setattr (returned NULL instead of
Guido van Rossum
1992-06-03
1
-2/+2
*
Added 1992 to copyright notice
Guido van Rossum
1992-06-03
1
-1/+1
*
added readscaled() function.
Guido van Rossum
1992-06-03
1
-11/+86
*
Initial revision
Guido van Rossum
1992-06-03
1
-0/+408
*
append the default path to $PYTHONPATH; ignore empty $PYTHONPATH.
Guido van Rossum
1992-06-03
1
-5/+19
*
Initial revision
Guido van Rossum
1992-06-01
1
-0/+574
*
Mark's name is Callow, not Callows
Guido van Rossum
1992-05-15
1
-1/+1
*
Added support for CD module
Guido van Rossum
1992-05-15
1
-0/+7
*
Initial revision
Guido van Rossum
1992-05-15
1
-0/+57
*
Added gete?[gu]id functions
Guido van Rossum
1992-05-15
1
-0/+44
*
Wanneer er geen disk in de speler zit falen sommige routines. De
Guido van Rossum
1992-05-06
1
-58/+58
*
Don't use \ for continuation lines; minor changes.
Guido van Rossum
1992-05-06
1
-10/+4
*
Return more structured data in some cases
Guido van Rossum
1992-04-15
1
-16/+13
*
Initial revision
Guido van Rossum
1992-04-13
1
-0/+889
*
Use mkvalue() instead of painfully constructing values
Guido van Rossum
1992-04-13
1
-80/+12
*
change the date to say >= 6 Apr 1992
Guido van Rossum
1992-04-08
1
-1/+1
*
in form_dealloc, only hide the form if it's visible
Guido van Rossum
1992-04-08
1
-1/+2
*
Don't use NULL as 0 int!
Guido van Rossum
1992-04-06
1
-1/+1
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
10
-10/+10
*
Don't define DO_TIMES (now in posixmodule.c)
Guido van Rossum
1992-04-05
1
-9/+1
*
Added times() (from time)
Guido van Rossum
1992-04-05
1
-2/+50
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
lint
Guido van Rossum
1992-03-27
1
-1/+1
[next]