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
*
Change fix for segfaulting property(), add a NEWS entry and a test.
Georg Brandl
2006-08-04
4
-10/+33
*
Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.
Neil Schemenauer
2006-08-04
3
-26/+29
*
Fix bug caused by first decrefing, then increfing.
Georg Brandl
2006-08-04
1
-5/+4
*
fix typos
Gregory P. Smith
2006-08-04
1
-4/+4
*
SF patch #1534048 (bug #1531003): fix typo in error message
Fred Drake
2006-08-04
1
-1/+1
*
There were really two issues
Neal Norwitz
2006-08-04
1
-1/+2
*
Bug #1333982: string/number constants were inappropriately stored
Neal Norwitz
2006-08-04
3
-2/+25
*
Bug #1191458: tracing over for loops now produces a line event
Neal Norwitz
2006-08-04
4
-11/+56
*
Bug #1531405, format_exception no longer raises an exception if
Neal Norwitz
2006-08-04
3
-5/+51
*
Tagging for release of Python 2.5b3
Anthony Baxter
2006-08-03
1
-0/+1
*
Add missing svn:eol-style property to text files.
v2.5b3
Tim Peters
2006-08-02
0
-0/+0
*
Correction of patch #1455898: In the mbcs decoder, set final=False
Martin v. Löwis
2006-08-02
3
-20/+15
*
Fix a mistake.
Thomas Heller
2006-08-02
1
-3/+3
*
A few nore words about what ctypes does.
Thomas Heller
2006-08-02
1
-7/+28
*
pre-release machinations
Anthony Baxter
2006-08-02
7
-10/+10
*
Add some explanation about Klocwork and Coverity static analysis
Neal Norwitz
2006-08-02
2
-0/+48
*
Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during
Neal Norwitz
2006-08-02
4
-18/+73
*
Let us know when there was a problem and the child had to kill the parent
Neal Norwitz
2006-08-02
1
-0/+1
*
v is already checked for NULL, so just DECREF it
Neal Norwitz
2006-08-02
1
-1/+1
*
_PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.
Neal Norwitz
2006-08-02
4
-6/+9
*
Updated documentation for the script that builds the OSX installer.
Ronald Oussoren
2006-08-02
1
-6/+38
*
_Stream.close(): Try to kill struct.pack() warnings when
Tim Peters
2006-08-02
1
-1/+7
*
Prevent memory leak on error.
Neal Norwitz
2006-08-02
1
-1/+1
*
Try to squash struct.pack warnings on the "amd64 gentoo trunk"
Tim Peters
2006-08-02
1
-1/+7
*
Whitespace normalization.
Tim Peters
2006-08-02
1
-1/+1
*
This fixes bug #1527397: PythonLauncher runs scripts with the wrong working
Ronald Oussoren
2006-08-01
2
-3/+29
*
Make sure the postinstall action that optionally updates the user's profile
Ronald Oussoren
2006-08-01
1
-5/+23
*
Speed up PyType_stgdict and PyObject_stgdict.
Thomas Heller
2006-08-01
1
-2/+11
*
os.urandom no longer masks unrelated exceptions like SystemExit or
Georg Brandl
2006-08-01
2
-1/+4
*
[Patch #1520905] Attempt to suppress core file created by test_subprocess.py.
Andrew M. Kuchling
2006-08-01
1
-2/+28
*
Minimal useful docstring for CopyComPointer.
Thomas Heller
2006-08-01
1
-1/+1
*
Fix a potential segfault and various potentail refcount leaks
Thomas Heller
2006-08-01
1
-15/+13
*
typo fix
Andrew M. Kuchling
2006-08-01
1
-1/+1
*
Update list of files; fix a typo
Andrew M. Kuchling
2006-07-31
1
-3/+2
*
[Bug #848556] Remove \d* from second alternative to avoid exponential case wh...
Andrew M. Kuchling
2006-07-31
1
-1/+1
*
[Bug #1514540] Instead of putting the standard types in a section, put them i...
Andrew M. Kuchling
2006-07-31
2
-30/+30
*
Fix function name.
Georg Brandl
2006-07-31
1
-1/+1
*
Remove reference to notation
Andrew M. Kuchling
2006-07-31
1
-2/+2
*
Typo fix
Andrew M. Kuchling
2006-07-31
1
-1/+1
*
Mention csv newline changes
Andrew M. Kuchling
2006-07-31
1
-0/+16
*
Add PyErr_WarnEx()
Andrew M. Kuchling
2006-07-31
1
-0/+7
*
Document PyErr_WarnEx. (Bad Neal! No biscuit!)
Andrew M. Kuchling
2006-07-31
1
-2/+16
*
Add refcounts for PyErr_WarnEx
Andrew M. Kuchling
2006-07-31
1
-0/+5
*
minor tweaks
Skip Montanaro
2006-07-31
1
-1/+1
*
minor tweaks
Skip Montanaro
2006-07-31
1
-4/+4
*
ZipFile.close(): Kill the other struct.pack deprecation
Tim Peters
2006-07-31
1
-1/+1
*
ZipFile.close(): Killed one of the struct.pack deprecation
Tim Peters
2006-07-31
1
-1/+2
*
Redo the comment about the 2.5 change in quoted-newline handling.
Andrew McNamara
2006-07-31
1
-7/+9
*
Whitespace normalization.
Tim Peters
2006-07-31
1
-3/+3
*
Bug #1531349: right <-> left glitch in __rop__ description.
Georg Brandl
2006-07-30
1
-1/+1
[next]