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
*
Print less in test_socket.
Guido van Rossum
1997-05-09
2
-21/+6
*
removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits.
Guido van Rossum
1997-05-09
2
-103/+5
*
Latest and greatest.
Guido van Rossum
1997-05-09
1
-257/+21
*
Add root.tkraise() to the _test() program so the window doesn't hide
Guido van Rossum
1997-05-09
2
-0/+2
*
Get rid of obsolete support for access statement.
Guido van Rossum
1997-05-09
1
-67/+0
*
Get rid of obsolete ACCESS_MODE opcode.
Guido van Rossum
1997-05-09
1
-1/+0
*
Add warning that it's out of date.
Guido van Rossum
1997-05-08
1
-0/+4
*
forgot to rename import_filetab
Guido van Rossum
1997-05-08
1
-1/+1
*
??? maybe window size
Guido van Rossum
1997-05-08
1
-0/+0
*
Added assert statement.
Guido van Rossum
1997-05-08
1
-0/+0
*
Added assert resword.
Guido van Rossum
1997-05-08
1
-0/+0
*
Tiny utility prints the latest set of reserved words.
Guido van Rossum
1997-05-08
1
-0/+32
*
Checking in old changes -- no idea why (probably window size).
Guido van Rossum
1997-05-08
4
-0/+0
*
The usual.
Guido van Rossum
1997-05-08
20
-172/+564
*
Improve getting the mailbox from the environment.
Guido van Rossum
1997-05-08
1
-5/+5
*
Set correct RFC number.
Guido van Rossum
1997-05-08
1
-1/+1
*
Set correct RFC number. Open input in binary.
Guido van Rossum
1997-05-08
1
-2/+2
*
Oops, missed some renamings.
Guido van Rossum
1997-05-07
5
-14/+11
*
Oops, rename2.h was included by some other headers.
Guido van Rossum
1997-05-07
2
-7/+0
*
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum
1997-05-07
7
-21/+39
*
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
*
- toolboxmodules built first (others depend on it)
Jack Jansen
1997-05-07
2
-20/+19
*
Sometimes tried to modify a tuple. Fixed.
Jack Jansen
1997-05-07
1
-0/+1
*
Version upped to 1.5a1
Jack Jansen
1997-05-07
1
-19/+19
*
Included new MSL error numbers
Jack Jansen
1997-05-07
1
-2/+2
*
Workaround for bug in MSL and CWGUSI interaction that stopped the
Jack Jansen
1997-05-07
1
-0/+7
*
- Various names in CodeFragments.h have changed
Jack Jansen
1997-05-07
1
-4/+17
*
- Changed the m# format for PyArg_ParseTuple back to s#
Jack Jansen
1997-05-07
5
-7/+7
*
c2pstr has moved to a different include file
Jack Jansen
1997-05-07
1
-3/+1
*
c2pstring has moved to a different include file
Jack Jansen
1997-05-07
1
-3/+0
*
Updated for building with MSL libraries
Jack Jansen
1997-05-07
1
-41/+50
*
Updated for (optional) use of MSL libraries
Jack Jansen
1997-05-07
4
-1/+22
*
Updated to use MSL libraries
Jack Jansen
1997-05-07
35
-13881/+13759
*
Avoid the fancy handler for error 401 (request authentication).
Guido van Rossum
1997-05-07
1
-4/+7
*
Updated vc40.mak for Roger. Includes CRLF!
Guido van Rossum
1997-05-06
1
-4179/+4690
*
New dir() function --
Guido van Rossum
1997-05-06
1
-22/+48
*
- Use cfmfile to (finally) implement building fat Pythons
Jack Jansen
1997-05-06
2
-62/+137
*
Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs
Jack Jansen
1997-05-06
1
-0/+235
*
Use spaces exclusively.
Guido van Rossum
1997-05-06
1
-5/+5
*
Added cStringIO and cPickle to the supported modules.
Guido van Rossum
1997-05-06
1
-0/+4
*
Added HAVE_ macros for getpeername, getpid, setvbuf.
Guido van Rossum
1997-05-06
1
-2/+5
*
Keep MS compiler happy: use (int)strlen() when comparing; make sure
Guido van Rossum
1997-05-06
1
-2/+8
*
Fix by Mark Hammond to enable truncate() on Windows.
Guido van Rossum
1997-05-06
1
-0/+6
*
Used operators from abstract.h where possible (arithmetic operators,
Guido van Rossum
1997-05-06
1
-420/+30
*
Use Python.h, not allobjects.h.
Guido van Rossum
1997-05-05
1
-4/+2
*
CloseHandle should be RegCloseKey.
Guido van Rossum
1997-05-05
1
-1/+2
*
Checkin of Jack's buffer mods.
Guido van Rossum
1997-05-05
5
-27/+232
*
Removed misc outdated stuff for 1.5
Guido van Rossum
1997-05-05
1
-24/+1
*
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
Guido van Rossum
1997-05-05
1
-2/+2
[next]