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
*
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum
1997-05-07
1
-3/+6
*
On popular demand, re-enable the readline event hook.
Guido van Rossum
1997-05-07
1
-1/+0
*
In makesockaddr(), if we don't know the address family, don't raise an
Guido van Rossum
1997-05-07
1
-3/+6
*
Checkin of Jack's buffer mods.
Guido van Rossum
1997-05-05
1
-0/+53
*
Massive changes for separate thread state management.
Guido van Rossum
1997-05-05
1
-27/+64
*
Add -lgl and -lm for imgfile. Better way to configure zlib.
Guido van Rossum
1997-05-05
1
-7/+3
*
Add PYTHONHOME to the usage message.
Guido van Rossum
1997-04-30
1
-0/+2
*
One copy is enough; we already had resource.c.
Guido van Rossum
1997-04-30
1
-240/+0
*
Keep gcc -Wall happy.
Guido van Rossum
1997-04-29
4
-29/+4
*
Renamed inittab.
Guido van Rossum
1997-04-29
1
-1/+1
*
Track updates in rename2.h.
Guido van Rossum
1997-04-29
1
-14/+2
*
Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.
Guido van Rossum
1997-04-29
1
-1/+1
*
Change the exception objects to have the string value "os.error"
Guido van Rossum
1997-04-29
1
-2/+2
*
Adapt Mac specific code to new universal headers (I think -- this is
Guido van Rossum
1997-04-29
1
-3/+3
*
Hm. What was previously checked in was the edited *output* of the old
Guido van Rossum
1997-04-29
1
-704/+693
*
Moved here from ../Python and quickly renamed.
Guido van Rossum
1997-04-29
1
-128/+128
*
Added cgensupport.o.
Guido van Rossum
1997-04-29
1
-0/+3
*
Added cgensupport.c to Setup line for gl module.
Guido van Rossum
1997-04-29
1
-1/+8
*
Added Jeremy's resource module.
Guido van Rossum
1997-04-29
1
-0/+240
*
Quickly renamed.
Guido van Rossum
1997-04-29
2
-250/+247
*
Added Andrew Kuchling's zlib module.
Guido van Rossum
1997-04-29
1
-0/+670
*
Moved rename2's macros relevant to this module here and added comment
Guido van Rossum
1997-04-29
1
-0/+15
*
OK, I lied. On Windows, _IOLBF seems to be the same as full
Guido van Rossum
1997-04-11
1
-4/+8
*
Change in when and how stdin and stdout are set to line-buffering.
Guido van Rossum
1997-04-11
1
-3/+5
*
Keep Microsoft VC happy.
Guido van Rossum
1997-04-11
4
-29/+29
*
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum
1997-04-11
1
-7/+7
*
Removed two unused static function: string_addsep() and
Barry Warsaw
1997-04-11
1
-98/+61
*
My own patch: support writable 'softspace' attribute.
Guido van Rossum
1997-04-11
1
-2/+23
*
(Jack:) fopen arg typo (?) "rw" changed to "rb".
Guido van Rossum
1997-04-11
1
-1/+1
*
(Jack:) Mac only: get GUSI errno.h values too.
Guido van Rossum
1997-04-11
1
-0/+5
*
Remove the Emacs shell-script line. It's not a shell script.
Guido van Rossum
1997-04-11
1
-1/+0
*
The default path components are now all relative instead of absolute paths.
Guido van Rossum
1997-04-11
1
-6/+10
*
Completely revamped the way the default path is constructed.
Guido van Rossum
1997-04-11
1
-34/+531
*
Pass VERSION and VPATH into getpath.c.
Guido van Rossum
1997-04-11
1
-0/+2
*
Bugfix by Sjoerd:
Guido van Rossum
1997-04-11
1
-1/+5
*
Tweaks to keep the Microsoft compiler quier.
Guido van Rossum
1997-04-09
4
-11/+20
*
Give PyErr_Format a new name and make it static.
Guido van Rossum
1997-04-09
1
-0/+5
*
Jim Fulton's version 2.2.
Guido van Rossum
1997-04-09
1
-2810/+2931
*
Unknown changes by Jim Fulton.
Guido van Rossum
1997-04-09
1
-199/+140
*
New version by Sjoerd, with support for IRIX 6 audio library.
Guido van Rossum
1997-04-03
1
-340/+3035
*
Added replace() implementation by Perry Stoll (debugged and reformatted by me).
Guido van Rossum
1997-04-02
1
-1/+167
*
Win32 precision clock() -- Mark Hammond.
Guido van Rossum
1997-04-02
1
-1/+44
*
Support include statement :-(
Guido van Rossum
1997-04-02
1
-0/+1
*
Support assert stmt.
Guido van Rossum
1997-04-02
1
-1/+32
*
remove ConflictError
Guido van Rossum
1997-03-31
1
-1/+0
*
As per GvR recomendation, added support for a 'sync' attribute for the
Roger E. Masse
1997-03-25
1
-0/+18
*
New form of PyFPE_END_PROTECT macro.
Guido van Rossum
1997-03-14
6
-13/+13
*
Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined.
Guido van Rossum
1997-03-14
1
-0/+1
*
Add optional 4th argument to [r]find and [r]index (end of slice).
Guido van Rossum
1997-03-14
1
-9/+27
*
Add Emacs shell-script directive, SunPro version#, and fix typo
Guido van Rossum
1997-03-04
1
-2/+3
[next]