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
*
[ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)
Georg Brandl
2006-05-15
3
-2/+93
*
Remove bogus DECREF of self.
Martin v. Löwis
2006-05-15
1
-65/+32
*
Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport
Neal Norwitz
2006-05-15
3
-1/+4
*
- Bug #1487966: Fix SystemError with conditional expression in assignment
Neal Norwitz
2006-05-15
4
-16/+25
*
Move items implemented after a2 into the new a3 section
Neal Norwitz
2006-05-15
1
-35/+61
*
Fix memory leak.
Martin v. Löwis
2006-05-15
1
-0/+1
*
I missed one small detail in my rewrite of the osx build files: the path
Ronald Oussoren
2006-05-14
1
-2/+2
*
A first cut at replacing the icons on MacOS X. This replaces all icons by icons
Ronald Oussoren
2006-05-14
10
-0/+3
*
Rework the build system for osx applications:
Ronald Oussoren
2006-05-14
21
-974/+547
*
Remove lie in new comment.
Tim Peters
2006-05-13
1
-3/+1
*
Typo repair.
Tim Peters
2006-05-13
2
-2/+2
*
Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV
Tim Peters
2006-05-13
5
-40/+127
*
Revert 43315: Printing of %zd must be signed.
Martin v. Löwis
2006-05-13
1
-2/+2
*
Add \exception markup
George Yoshida
2006-05-13
2
-3/+3
*
Integrated the rest of the pysqlite reference manual into the Python
Gerhard Häring
2006-05-12
1
-44/+316
*
add svn:eol-style native svn:keywords Id
Thomas Heller
2006-05-12
1
-104/+104
*
set svn properties
Thomas Heller
2006-05-12
0
-0/+0
*
Add missing svn properties.
Thomas Heller
2006-05-12
1
-122/+122
*
Duplicated description about the illegal continue usage can be found in nearl...
George Yoshida
2006-05-12
1
-5/+2
*
Fix alignment error on Itanium.
Martin v. Löwis
2006-05-12
1
-3/+6
*
At first there were 6 steps, but one was removed after that.
George Yoshida
2006-05-12
1
-1/+1
*
Move icon files into DLLs dir. Fixes #1477968.
Martin v. Löwis
2006-05-12
1
-5/+5
*
Dynamically allocate path name buffer for Unicode
Martin v. Löwis
2006-05-12
2
-17/+31
*
SF patch #1473132: Improve docs for tp_clear and tp_traverse,
Tim Peters
2006-05-12
3
-4/+87
*
Typo fix.
Georg Brandl
2006-05-11
1
-1/+1
*
BaseThreadedTestCase.setup(): stop special-casing WindowsError.
Tim Peters
2006-05-11
1
-2/+0
*
typo fix
Andrew M. Kuchling
2006-05-11
1
-2/+2
*
Grammar fix
George Yoshida
2006-05-11
1
-2/+2
*
Change WindowsError to carry the Win32 error code in winerror,
Martin v. Löwis
2006-05-11
8
-37/+234
*
Don't mask a no memory error with a less meaningful one as discussed on pytho...
Neal Norwitz
2006-05-11
1
-3/+1
*
Detect if %zd is supported by printf() during configure and sets
Brett Cannon
2006-05-11
3
-0/+86
*
Fix two small errors in argument lists.
Georg Brandl
2006-05-10
1
-3/+3
*
Clarify description of exception handling
Andrew M. Kuchling
2006-05-10
1
-8/+12
*
Patch #721464: pdb.Pdb instances can now be given explicit stdin and
Georg Brandl
2006-05-10
4
-103/+112
*
Patch #1484695: Update the tarfile module to version 0.8. This fixes
Georg Brandl
2006-05-10
5
-183/+256
*
Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garba...
Georg Brandl
2006-05-10
1
-0/+3
*
Bug #1485447: subprocess: document that the "cwd" parameter isn't used to fin...
Georg Brandl
2006-05-10
1
-6/+9
*
Bug #1482988: indicate more prominently that the Stats class is in the pstats...
Georg Brandl
2006-05-10
1
-2/+3
*
Ignore reflog.txt, too.
Thomas Wouters
2006-05-10
0
-0/+0
*
Fix problems found by Coverity.
Neal Norwitz
2006-05-10
4
-8/+12
*
Variant of patch #1478292. doctest.register_optionflag(name)
Tim Peters
2006-05-10
3
-4/+26
*
Disable a test that is unreliable.
Thomas Heller
2006-05-09
1
-11/+16
*
Micro optimization. In the first case, we know that frame->f_exc_type
Neal Norwitz
2006-05-09
1
-3/+1
*
Patch #1478993: take advantage of BaseException/Exception split in cookielib
Georg Brandl
2006-05-08
3
-29/+35
*
Patch #1479302: Make urllib2 digest auth and basic auth play together.
Georg Brandl
2006-05-08
2
-3/+21
*
Add test for rev. 45934.
Georg Brandl
2006-05-08
1
-0/+16
*
Add missing PyMem_Free.
Martin v. Löwis
2006-05-08
1
-0/+1
*
Patch #1483395: add new TLDs to cookielib
Georg Brandl
2006-05-07
1
-4/+7
*
Minor language edit
Andrew M. Kuchling
2006-05-07
1
-5/+5
*
[Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee
Andrew M. Kuchling
2006-05-07
1
-143/+308
[next]