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
*
If the audio file does not exist, the test should be skipped. Will backport.
Neal Norwitz
2006-01-05
2
-2/+2
*
Try to make svnversion test more portable, based on Sjoerd's suggestion
Neal Norwitz
2006-01-05
1
-1/+1
*
Skip test_curses if stdin is not a tty (like when run from cron or buildbot)....
Neal Norwitz
2006-01-05
1
-1/+3
*
Fix errors on 64-bit platforms. Will backport
Neal Norwitz
2006-01-05
2
-4/+6
*
Bug #1395715: wrong LaTeX label
Georg Brandl
2006-01-04
1
-1/+1
*
Fix a warning from gcc by adding a missed const qualifier.
Hye-Shik Chang
2006-01-04
1
-1/+1
*
SF bug #1395926: Also test for svnversion command on $PATH before using it to
Barry Warsaw
2006-01-03
1
-1/+1
*
Mention that zlib is now builtin on Windows.
Martin v. Löwis
2006-01-03
1
-0/+3
*
Patch #1307806: Use project defaults where possible
Martin v. Löwis
2006-01-03
14
-1048/+71
*
Make zlib builtin.
Martin v. Löwis
2006-01-03
6
-281/+66
*
Remove unneeded directories.
Martin v. Löwis
2006-01-03
167
-39686/+0
*
Import zlib into Python tree.
Martin v. Löwis
2006-01-03
202
-0/+54653
*
Ignore .svn instead of CVS now.
Martin v. Löwis
2006-01-03
1
-3/+3
*
On the Mac, we have to ignore python.exe too.
Barry Warsaw
2006-01-03
0
-0/+0
*
Dammit, who the hell spells build with ii?
Neal Norwitz
2006-01-03
1
-1/+1
*
Updated doc from patch 1117398
Neal Norwitz
2006-01-03
1
-5/+10
*
As discussed on python-dev, don't remove Python-ast.[ch] with distclean
Neal Norwitz
2006-01-03
1
-1/+1
*
install svn in /usr/local/bin and remove from ~/local/bin
Neal Norwitz
2006-01-03
1
-3/+1
*
get the proper full pathname of the script. spell build properly
Neal Norwitz
2006-01-02
1
-3/+3
*
* Change tabs to spaces
Neal Norwitz
2006-01-02
1
-8/+8
*
Bug #1395597: doc typo
Georg Brandl
2006-01-02
1
-2/+2
*
Regenerate.
Martin v. Löwis
2006-01-02
1
-45/+45
*
Adjust usage of compiler_use_new_block to its return type.
Martin v. Löwis
2006-01-02
1
-2/+2
*
Script to automatically build and test python and doc. The results
Neal Norwitz
2006-01-02
1
-0/+192
*
update to reflect move to Subversion
Fred Drake
2006-01-02
3
-272/+8
*
Fix ref/memory leak introduced in rev 41845.
Neal Norwitz
2006-01-02
1
-0/+2
*
Ported from 2.4 branch:
Barry Warsaw
2006-01-01
2
-4/+7
*
Bug #1394868: doc typos
Georg Brandl
2006-01-01
3
-5/+5
*
Fixed English in a comment; trimmed trailing whitespace;
Tim Peters
2006-01-01
1
-11/+11
*
test_main(): Restore the original root logger level after running
Tim Peters
2005-12-30
1
-0/+9
*
Whitespace normalization.
Tim Peters
2005-12-30
2
-2/+2
*
Work around test_locale failing on Solaris.
Martin v. Löwis
2005-12-30
1
-3/+8
*
Use -xcode=pic32 for SunPro. Will backport to 2.4.
Martin v. Löwis
2005-12-30
3
-1/+5
*
Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was
Skip Montanaro
2005-12-30
2
-3/+17
*
typo, use parens for continued expr
Skip Montanaro
2005-12-30
1
-3/+3
*
SF#1391872
Fredrik Lundh
2005-12-29
2
-2/+14
*
SF patch #1379023: document that a weakref callback is not invoked if the
Armin Rigo
2005-12-29
1
-2/+2
*
SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro".
Armin Rigo
2005-12-29
2
-0/+64
*
adding in-place operators to the operator module.
Armin Rigo
2005-12-29
3
-1/+190
*
Typo.
Armin Rigo
2005-12-29
1
-1/+1
*
SF patch #1390657:
Armin Rigo
2005-12-29
4
-22/+172
*
two missing PyDoc_STR().
Armin Rigo
2005-12-29
1
-2/+2
*
typo
Skip Montanaro
2005-12-28
1
-1/+1
*
Fix for problem with Sniffer class. If your delimiter is whitespace and the
Skip Montanaro
2005-12-28
2
-2/+5
*
Bug #999767: make setup.py obey Setup.local wrt shared modules
Georg Brandl
2005-12-27
1
-10/+11
*
[ 959576 ] Can't build Python on POSIX w/o $HOME
Georg Brandl
2005-12-27
2
-1/+5
*
Revert checkin for bug #1386675.
Georg Brandl
2005-12-27
1
-6/+6
*
Bug #1386675: winreg raises WindowsErrors
Georg Brandl
2005-12-27
1
-6/+6
*
Bug #1389673: document correct return value of set methods
Georg Brandl
2005-12-26
1
-5/+5
*
Bug #489256: remove note about Python 1.1 profiler
Georg Brandl
2005-12-26
1
-41/+41
[next]