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
*
SF patch #708201, unchecked return value in import.c by Jason Harper
Neal Norwitz
2003-03-23
1
-0/+2
*
Make private function and data static.
Neal Norwitz
2003-03-23
1
-2/+3
*
slot_sq_contains(): This leaked a reference to the result of calling
Tim Peters
2003-03-23
1
-11/+12
*
Refactored some of the Py_TRACE_REFS code. New private API function
Tim Peters
2003-03-23
3
-10/+27
*
Oops! Used a wrong preprocessor symbol.
Tim Peters
2003-03-23
1
-1/+1
*
When Py_TRACE_REFS is defined, a list of all live objects is maintained in
Tim Peters
2003-03-23
2
-6/+28
*
Correct error in last checkin noticed by Neal Norwitz. And some more.
Kurt B. Kaiser
2003-03-22
1
-4/+4
*
M PyShell.py
Kurt B. Kaiser
2003-03-22
2
-19/+95
*
Improve error message handling.
Kurt B. Kaiser
2003-03-22
1
-3/+21
*
Include Python.h first which defines _XOPEN_SOURCE
Neal Norwitz
2003-03-22
1
-3/+3
*
Back out previous change as discussed on python-checkins
Neal Norwitz
2003-03-22
1
-1/+0
*
Stop creating empty CVS directories in the csv subtree.
Tim Peters
2003-03-22
1
-1/+7
*
Add lib/mimelib.tex to dependencies
Neal Norwitz
2003-03-22
1
-0/+1
*
Lots of tweaks to make this work in the new setting. Not fully tested yet.
Jack Jansen
2003-03-22
2
-33/+44
*
Tools to build a disk image with a binary installer for MacPython-OSX,
Jack Jansen
2003-03-21
5
-0/+300
*
use os.path.realpath() instead of os.readlink()
Just van Rossum
2003-03-21
1
-3/+1
*
email is at version 2.5 now
Barry Warsaw
2003-03-21
1
-1/+1
*
Email version 2.5 -- I will now backport this to Python 2.2.3.
Barry Warsaw
2003-03-21
1
-1/+1
*
Add PEP 307 section
Andrew M. Kuchling
2003-03-21
1
-0/+44
*
Add PEP305 section
Andrew M. Kuchling
2003-03-21
1
-0/+50
*
Update datetime section a bit
Andrew M. Kuchling
2003-03-21
1
-16/+15
*
_PyFloat_Pack4(): Removed needless call of floor().
Tim Peters
2003-03-21
1
-1/+1
*
Give a better error message when a string of the wrong size is
Jack Jansen
2003-03-21
2
-5/+9
*
Generate all the standard OSA suite packages. Has absolute pathname
Jack Jansen
2003-03-21
1
-0/+44
*
Got rid of the "enum not found" interaction, and added code to allow
Jack Jansen
2003-03-21
1
-20/+43
*
Allow gensuitemodule to be run non-interactively, from the OSX command
Jack Jansen
2003-03-21
1
-22/+79
*
Rename variables _seq to _it and seq to it, to emphasize that this is
Guido van Rossum
2003-03-21
1
-5/+5
*
Added _csv module, and getting rid of macfs.
Jack Jansen
2003-03-21
2
-2/+4
*
Getting rid of macfs.
Jack Jansen
2003-03-21
2
-11/+11
*
Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ...
Jack Jansen
2003-03-21
3
-5/+9
*
Patch 702620 by Donovan Preston: Fix AE inheritance.
Jack Jansen
2003-03-21
2
-9/+10
*
only set $PYTHONHOME when building a standalone app.
Just van Rossum
2003-03-21
1
-1/+3
*
Patch #681927 from Robin Dunn: add option to add shared libraries or
Just van Rossum
2003-03-21
1
-1/+15
*
Get locale module to build on aix4
Neal Norwitz
2003-03-21
1
-1/+1
*
Get rid of warning on IRIX
Neal Norwitz
2003-03-21
1
-1/+2
*
Changed the DLL base-address assignment for _csv so it no longer
Tim Peters
2003-03-21
2
-3/+3
*
Teach the Windows build & installer about the new csv module + DLL.
Tim Peters
2003-03-21
5
-0/+135
*
Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx.
Neal Norwitz
2003-03-21
1
-3/+11
*
/dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc.
Neal Norwitz
2003-03-21
3
-1/+32
*
Prevent the pty test from hanging by setting an alarm.
Neal Norwitz
2003-03-21
1
-30/+46
*
Squash compiler wng about signed-vs-unsigned mismatch.
Tim Peters
2003-03-21
1
-1/+1
*
The message "*** skipping leakage tests ***" was causing the test to
Guido van Rossum
2003-03-21
1
-1/+2
*
Add new CSV module to doc dependancies
Neal Norwitz
2003-03-21
1
-0/+1
*
add several people involved with PEP 305 and the csv package
Skip Montanaro
2003-03-20
1
-0/+3
*
add _csv build line
Skip Montanaro
2003-03-20
1
-0/+3
*
announce csv package
Skip Montanaro
2003-03-20
1
-0/+2
*
include the csv package during installation
Skip Montanaro
2003-03-20
1
-1/+1
*
include csv doc section - Fred, you may want to change the location
Skip Montanaro
2003-03-20
1
-0/+1
*
build _csv extension module
Skip Montanaro
2003-03-20
1
-0/+3
*
forgot Cliff's sniffer
Skip Montanaro
2003-03-20
1
-0/+289
[next]