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
*
Bug #1567375: a minor logical glitch in example description.
Georg Brandl
2006-09-30
1
-2/+4
*
fix: DB.stat flags and txn keyword arguments were backwards.
Gregory P. Smith
2006-09-30
2
-2/+4
*
SF bug #1567976 : fix typo(backport from r52048)
George Yoshida
2006-09-30
1
-1/+1
*
Make examples do error checking on Py_InitModule
Andrew M. Kuchling
2006-09-27
1
-4/+10
*
Backport rev. 51972:
Georg Brandl
2006-09-25
3
-2/+117
*
Backport rev. 51971:
Georg Brandl
2006-09-25
4
-7/+37
*
Backport rev. 51987: superfluous semicola.
Georg Brandl
2006-09-25
3
-4/+4
*
Fix a bug in traceback.format_exception_only() that led to an error
Georg Brandl
2006-09-24
3
-1/+9
*
Fix a bug in the parser's future statement handling that led to "with"
Georg Brandl
2006-09-24
3
-10/+33
*
Fix webbrowser.BackgroundBrowser on Windows.
Georg Brandl
2006-09-24
2
-5/+21
*
SF Bug #1563963, add missing word and cleanup first sentance
Neal Norwitz
2006-09-23
1
-2/+2
*
added itertools.count(-n) fix
Jack Diederich
2006-09-21
1
-0/+5
*
backport of r51950
Jack Diederich
2006-09-21
2
-1/+5
*
Backport of fix to allow exception instances to be sliced once again.
Brett Cannon
2006-09-21
3
-1/+26
*
Tagging for release of Python 2.5
Anthony Baxter
2006-09-19
1
-0/+1
*
Preparing for 2.5 final.
v2.5
Anthony Baxter
2006-09-18
7
-8/+20
*
better wording
Anthony Baxter
2006-09-18
1
-6/+8
*
Mention that GCC 4.1 is also affected, and that
Martin v. Löwis
2006-09-18
1
-3/+6
*
Discourage using GCC 4.2 for Python.
Martin v. Löwis
2006-09-18
1
-0/+8
*
Workaround for bug #1558983
Ronald Oussoren
2006-09-17
2
-1/+6
*
revise explanation of returns_unicode to reflect bool values
Fred Drake
2006-09-15
1
-3/+4
*
- fix module name in links in formatted documentation
Fred Drake
2006-09-15
1
-25/+14
*
Backport uuid doc cleanup from rev. 51883.
Georg Brandl
2006-09-15
1
-22/+21
*
Correct elementtree module index entry.
Georg Brandl
2006-09-15
1
-1/+1
*
Backport rev 51866-51868 from trunk (sqlite3 documentation fixes).
Georg Brandl
2006-09-14
1
-48/+51
*
Add sgml_input.html.
Martin v. Löwis
2006-09-12
1
-0/+1
*
Tagging for release of Python 2.5c2
Anthony Baxter
2006-09-12
1
-0/+1
*
remove 2.5 final section from NEWS.txt until after rc2 (reduced confusion)
v2.5c2
Anthony Baxter
2006-09-11
1
-7/+0
*
preparing for 2.5c2
Anthony Baxter
2006-09-11
6
-6/+11
*
Building with HP's cc on HP-UX turned up a couple of problems.
Neal Norwitz
2006-09-11
2
-1/+9
*
Properly handle a NULL returned from PyArena_New().
Neal Norwitz
2006-09-11
1
-2/+4
*
As mentioned on python-dev, reverting patch #1504333 because it introduced
Neal Norwitz
2006-09-11
4
-25/+236
*
Add NEWS entries for ctypes backports.
Neal Norwitz
2006-09-11
1
-1/+5
*
Backport rev 51820 from Thomas Heller
Neal Norwitz
2006-09-11
2
-2/+18
*
Backport rev 51819 from Thomas Heller
Neal Norwitz
2006-09-11
2
-2/+11
*
Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.
Brett Cannon
2006-09-09
4
-19/+13
*
Fix typo in example
Andrew M. Kuchling
2006-09-08
1
-1/+1
*
Use native SQLite types
Andrew M. Kuchling
2006-09-08
1
-2/+2
*
Explain SQLite a bit more clearly
Andrew M. Kuchling
2006-09-08
1
-6/+8
*
Backport inspect.py fix from rev 51803
Nick Coghlan
2006-09-08
3
-2/+31
*
Backport rev. 51798 from trunk:
Georg Brandl
2006-09-08
1
-8/+35
*
Backport from trunk r51737:
Hye-Shik Chang
2006-09-07
6
-28/+53
*
Remove one glaring error and update several version numbers.
Ronald Oussoren
2006-09-07
1
-11/+7
*
No, the problem was actually because buildbot uses a StringIO in
Gustavo Niemeyer
2006-09-06
1
-6/+0
*
Fixed bug #1531862: Do not close standard file descriptors in subprocess.
Gustavo Niemeyer
2006-09-06
3
-8/+18
*
Backport bug fix for SF bug report #1546372.
Marc-André Lemburg
2006-09-06
2
-2/+14
*
Fix missing import of the types module in logging.config.
Georg Brandl
2006-09-06
2
-1/+3
*
Backport of r51379 from trunk:
Thomas Heller
2006-09-06
1
-0/+16
*
Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
Georg Brandl
2006-09-06
3
-28/+25
*
Bug #1550983: emit better error messages for erroneous relative
Georg Brandl
2006-09-06
2
-2/+6
[next]