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
*
Added check whether malloc(0) returns NULL or not.
Guido van Rossum
1997-07-10
2
-1/+81
*
Only add 1 byte to all malloc calls when it is known that malloc(0) or
Guido van Rossum
1997-07-10
1
-3/+11
*
Straight from Jeffrey Ollie's web page.
Guido van Rossum
1997-07-10
1
-0/+1137
*
Fix problem discovered by Greg McFarlane: when an imported module
Guido van Rossum
1997-07-10
1
-0/+7
*
(py-shell): Remove support for Emacs 18, implicitly add support for
Barry Warsaw
1997-07-10
1
-15/+7
*
Two improvements suggested by Tim Peters: speed up random() since we
Guido van Rossum
1997-07-10
1
-8/+5
*
New versions straight from Jeffrey Ollie's web site
Guido van Rossum
1997-07-10
3
-169/+700
*
Fix bug reported by Just: anonymous arguments used for tuples should
Guido van Rossum
1997-07-10
1
-1/+3
*
Wrapped up the ~/.netrc support. This is basically just the changes Guido &
Fred Drake
1997-06-24
1
-6/+27
*
fixed typo, "header" ==> "headers"
Fred Drake
1997-06-20
2
-2/+2
*
Mods for user mainloop event handling
Jack Jansen
1997-06-20
1
-2/+3
*
Added dopendingevents call
Jack Jansen
1997-06-20
1
-0/+31
*
Allow specifying own resources for all dialogs
Jack Jansen
1997-06-20
1
-7/+15
*
Module to buffer stdout/stderr until stdin is read. Useful for
Jack Jansen
1997-06-20
1
-0/+110
*
Regenerated
Jack Jansen
1997-06-20
3
-3/+3
*
added SetEventHandler
Jack Jansen
1997-06-20
1
-12/+25
*
Adapted to new event handling. It is now also possible to abort out of
Jack Jansen
1997-06-20
2
-2/+12
*
Added PyMac_SetEventHandler which allows you to replace complete event
Jack Jansen
1997-06-20
1
-43/+71
*
Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return
Jack Jansen
1997-06-16
1
-1/+28
*
MACDEPPATH: Remove `sharedmodules' from default value of this variable
Barry Warsaw
1997-06-13
1
-1/+1
*
Added docstrings by Sue Williams, re-indented to 4 spaces / level.
Fred Drake
1997-06-12
1
-20/+44
*
Fix LaTeX bug found by examining the docstrings added to commands.py.
Fred Drake
1997-06-12
2
-2/+2
*
Added libcommands.tex to list of library reference dependencies.
Fred Drake
1997-06-12
1
-1/+1
*
Documentation for Lib/commands.py, from Sue Williams.
Fred Drake
1997-06-12
4
-2/+100
*
Make imports faster on the Mac, by
Jack Jansen
1997-06-12
2
-8/+106
*
Added prototype for PyMac_RestoreMenuBar
Jack Jansen
1997-06-12
1
-0/+1
*
Replaced MacOS.EnableAppSwitch with MacOS.SchedParams
Jack Jansen
1997-06-12
2
-5/+5
*
Added optional preload arg to some routines (which creates reloaded
Jack Jansen
1997-06-12
1
-5/+9
*
Replaced MacOS.EnableAppswitch by MacOS.SchedParams
Jack Jansen
1997-06-12
4
-6/+6
*
- Restore SIOUX menubar just before exiting, if the console window is kept
Jack Jansen
1997-06-12
2
-21/+27
*
Really nitty-gritty change to prevent latex2html from using a LaTeX-generated
Fred Drake
1997-06-06
2
-2/+2
*
Add sys/types.h include for pid_t when threading.
Guido van Rossum
1997-06-06
1
-0/+1
*
Allow oct() result for 64-bit machines.
Guido van Rossum
1997-06-06
1
-1/+2
*
Use cPickle and cStringIO when available.
Guido van Rossum
1997-06-06
1
-20/+30
*
Clear the ftp cache when it contains more than 10 entries.
Guido van Rossum
1997-06-06
1
-2/+21
*
Catch *all* errors that ftplib can raise (ftplib.all_errors) rather
Guido van Rossum
1997-06-06
1
-8/+10
*
Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMES
Roger E. Masse
1997-06-05
1
-3/+3
*
Changed the reference of 'mappingobject.c' to 'dictobject.c'
Roger E. Masse
1997-06-05
1
-162/+125
*
Small changes (casts etc.) by Jack, for Mac compilation.
Guido van Rossum
1997-06-03
1
-12/+16
*
Doc strings (AMK).
Guido van Rossum
1997-06-03
1
-11/+88
*
Correct typo in last line (test program invocation).
Guido van Rossum
1997-06-03
1
-1/+1
*
Added a variant of the epilogue that has the PythonPowered logo.
Guido van Rossum
1997-06-03
1
-0/+12
*
Move the second import of faqcust to the very end.
Guido van Rossum
1997-06-03
1
-8/+8
*
AMK's regex test suite
Guido van Rossum
1997-06-03
2
-0/+331
*
Use #include "mymath.h" instead of declaring fabs() explicitly.
Guido van Rossum
1997-06-03
1
-2/+1
*
socket_type --> SocketType
Fred Drake
1997-06-03
1
-1/+1
*
Added zlib
Jack Jansen
1997-06-03
1
-0/+2
*
Added USE_ZLIB to nonshared config files
Jack Jansen
1997-06-03
3
-0/+3
*
Removed SetScheduleTimes
Jack Jansen
1997-06-03
1
-26/+66
*
Added zlib (optional on USE_ZLIB)
Jack Jansen
1997-06-03
1
-0/+6
[next]