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
*
Get rid of do_clear_break / do_clb command -- it is redundant.
Guido van Rossum
1999-01-27
1
-20/+0
*
pcre_exec(): Andrew Kuchling's patch for pcre memory leak.
Barry Warsaw
1999-01-27
1
-0/+1
*
Add the info "dir" fragment to the info tarball.
Fred Drake
1999-01-27
1
-1/+1
*
Fragment of an info "dir" file for the Python documentation.
Fred Drake
1999-01-27
1
-0/+8
*
Simplify slightly.
Fred Drake
1999-01-27
1
-4/+2
*
Don't build info for the Macintosh module reference by default; it
Fred Drake
1999-01-27
1
-1/+2
*
initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is
Barry Warsaw
1999-01-27
1
-1/+2
*
PyImport_ReloadModule(): Nailed a small memory leak. In the
Barry Warsaw
1999-01-27
1
-0/+1
*
Patches by William Lewis for Nextstep descendants.
Guido van Rossum
1999-01-27
13
-328/+689
*
PyLong_FromString(): Nailed a small memory leak. In the str==start
Barry Warsaw
1999-01-27
1
-0/+1
*
\py@linkToName: New macro to consolidate support for most internal
Fred Drake
1999-01-27
1
-18/+18
*
Added the files for the repr and ConfigParser modules.
Fred Drake
1999-01-27
1
-1/+3
*
Document the repr module. This removes the entire "Code objects and
Fred Drake
1999-01-27
3
-9/+126
*
err_input(): Nailed a small memory leak. If the error is E_INTR, the
Barry Warsaw
1999-01-27
1
-1/+2
*
_PySys_Init(): Nailed small memory leak. The stringobject created for
Barry Warsaw
1999-01-27
1
-0/+1
*
Don't say that the module defines the "following functions" and then
Fred Drake
1999-01-27
1
-9/+5
*
cleaned up ugly hack related to activate events and suspend/resume -- jvr
Just van Rossum
1999-01-27
1
-14/+8
*
Re-format the module docstring and document the new get() argument.
Barry Warsaw
1999-01-26
1
-26/+29
*
Incorporate changes for patched version of ConfigParser.
Fred Drake
1999-01-26
1
-5/+8
*
Patch by Chris Petrilli (not really tested since I don't know this
Guido van Rossum
1999-01-26
1
-6/+17
*
\py@modindex: Format the index entry for the module index more like
Fred Drake
1999-01-26
1
-1/+1
*
Documentation for the ConfigParser module, by Christopher G. Petrilli
Fred Drake
1999-01-26
3
-3/+117
*
Added Sherlock source for Python documentation, and added icons to them all.
Jack Jansen
1999-01-26
3
-0/+0
*
expandtabs__doc__: blank line which was not terminated with \n\ caused
Barry Warsaw
1999-01-26
1
-1/+0
*
Add spawnv and spawnve functions for Win32 platforms.
Guido van Rossum
1999-01-25
1
-0/+178
*
A gift from Fredrik Lundh: fast C implementation of expandtabs().
Guido van Rossum
1999-01-25
1
-0/+75
*
Document the default for tabsize in expandtabs().
Guido van Rossum
1999-01-25
1
-2/+2
*
The usual.
Guido van Rossum
1999-01-25
6
-4/+143
*
Allow recognition of attributes even if they don't have space in front
Fred Drake
1999-01-25
1
-1/+1
*
Change rare occurrences of #if HAVE_LONG_LONG to #ifdef.
Guido van Rossum
1999-01-25
2
-3/+3
*
Make sure not to call realloc() with a NULL pointer -- call malloc()
Guido van Rossum
1999-01-25
1
-1/+4
*
Include myselect.h -- needed on some platforms.
Guido van Rossum
1999-01-25
1
-0/+1
*
Rearrange the -I flags for compiling _tkinter.c so that
Guido van Rossum
1999-01-25
1
-2/+2
*
Don't die if CodeType doesn't exist -- ignore the error. This could
Guido van Rossum
1999-01-25
1
-1/+4
*
There's a macro PycString_IMPORT which the documentation listed as
Guido van Rossum
1999-01-25
1
-1/+1
*
Correct typo in new function get_breaks().
Guido van Rossum
1999-01-25
1
-1/+1
*
Change clear syntax to support three alternatives:
Guido van Rossum
1999-01-25
1
-3/+47
*
Change clear_break() to the old signature clear_break(file, line).
Guido van Rossum
1999-01-25
1
-26/+40
*
Ai! complex_nonzero() has && which should be ||, else decidedly
Guido van Rossum
1999-01-25
1
-1/+1
*
Only do ttyname() when HAVE_TTYNAME is defined.
Guido van Rossum
1999-01-25
1
-0/+18
*
Adding sherlock search templates for Python and Python FAQ.
Jack Jansen
1999-01-25
3
-0/+14
*
Added Icn module to toolboxmodules
Jack Jansen
1999-01-25
3
-0/+3
*
Set PythonCore version number to sys.hexversion, and removed version
Jack Jansen
1999-01-25
23
-0/+0
*
Script to synchronize files with / in their name and their _s_ counterparts.
Just van Rossum
1999-01-24
1
-0/+89
*
Test checkin, to see whether I really can do it. --jvr schpeaking.
Just van Rossum
1999-01-23
1
-2/+0
*
Test checkin, to see whether I really can do it. --jvr schpeaking.
Just van Rossum
1999-01-22
1
-0/+2
*
Add "term" to AUTOCLOSE.
Fred Drake
1999-01-22
1
-1/+1
*
Header for PyObject_DelItem() mentioned non-existing 3rd argument.
Guido van Rossum
1999-01-22
1
-1/+1
*
Updated for 1.5.2b1
Jack Jansen
1999-01-22
2
-7/+7
*
In unpackevent, get the direct object (----) before asking for missed paramet...
Jack Jansen
1999-01-22
1
-0/+7
[next]