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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #1567666: Emulate GetFileAttributesExA for Win95.
Martin v. Löwis
2006-10-15
1
-0/+2
*
Patch #1576954: Update VC6 build directory; remove redundant
Martin v. Löwis
2006-10-15
1
-0/+6
*
Bug #1545497: when given an explicit base, int() did ignore NULs
Georg Brandl
2006-10-12
1
-0/+3
*
Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode
Georg Brandl
2006-10-12
1
-0/+4
*
Bug #1565919: document set types in the Language Reference.
Georg Brandl
2006-10-12
1
-0/+2
*
Bug #813342: Start the IDLE subprocess with -Qnew if the parent
Georg Brandl
2006-10-12
1
-0/+3
*
Bug #1565150: Fix subsecond processing for os.utime on Windows.
Martin v. Löwis
2006-10-09
1
-0/+2
*
Patch #1572724: fix typo ('=' instead of '==') in _msi.c.
Georg Brandl
2006-10-09
1
-0/+2
*
[Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list.
Andrew M. Kuchling
2006-10-09
1
-0/+3
*
Backport from trunk r52223:
Hye-Shik Chang
2006-10-08
1
-0/+3
*
Fix #1569998: no break inside try statement (outside loop) allowed.
Georg Brandl
2006-10-08
1
-0/+3
*
Patch #1542451: fix crash with continue in nested try/finally
Georg Brandl
2006-10-08
1
-0/+2
*
[Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK
Andrew M. Kuchling
2006-10-05
1
-0/+1
*
Forward-port of r52136: a review of overflow-detecting code.
Armin Rigo
2006-10-04
1
-2/+8
*
Fix integer negation and absolute value to not rely
Martin v. Löwis
2006-10-04
1
-0/+3
*
Fix test for uintptr_t. Fixes #1568842.
Martin v. Löwis
2006-10-02
1
-0/+2
*
Bug #1546052: clarify that PyString_FromString(AndSize) copies the
Georg Brandl
2006-09-30
1
-0/+3
*
Bug #1446043: correctly raise a LookupError if an encoding name given
Georg Brandl
2006-09-30
1
-0/+3
*
Bug #1556784: allow format strings longer than 127 characters in
Georg Brandl
2006-09-30
1
-0/+3
*
Bug #1560617: in pyclbr, return full module name not only for classes,
Georg Brandl
2006-09-30
1
-0/+3
*
Bug #1566602: correct failure of posixpath unittest when $HOME ends
Georg Brandl
2006-09-30
1
-0/+3
*
Bug #1566663: remove obsolete example from datetime docs.
Georg Brandl
2006-09-30
1
-0/+2
*
Bug #1566800: make sure that EnvironmentError can be called with any
Georg Brandl
2006-09-30
1
-0/+3
*
Patch #1567691: super() and new.instancemethod() now don't accept
Georg Brandl
2006-09-30
1
-0/+4
*
Bug #1565661: in webbrowser, split() the command for the default
Georg Brandl
2006-09-30
1
-0/+3
*
fix: DB.stat flags and txn keyword arguments were backwards.
Gregory P. Smith
2006-09-30
1
-0/+2
*
Backport rev. 51972:
Georg Brandl
2006-09-25
1
-0/+2
*
Backport rev. 51971:
Georg Brandl
2006-09-25
1
-0/+2
*
Fix a bug in traceback.format_exception_only() that led to an error
Georg Brandl
2006-09-24
1
-0/+4
*
Fix a bug in the parser's future statement handling that led to "with"
Georg Brandl
2006-09-24
1
-0/+4
*
Fix webbrowser.BackgroundBrowser on Windows.
Georg Brandl
2006-09-24
1
-0/+10
*
added itertools.count(-n) fix
Jack Diederich
2006-09-21
1
-0/+5
*
Backport of fix to allow exception instances to be sliced once again.
Brett Cannon
2006-09-21
1
-0/+11
*
Preparing for 2.5 final.
v2.5
Anthony Baxter
2006-09-18
2
-1/+8
*
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
1
-1/+1
*
Building with HP's cc on HP-UX turned up a couple of problems.
Neal Norwitz
2006-09-11
1
-0/+3
*
As mentioned on python-dev, reverting patch #1504333 because it introduced
Neal Norwitz
2006-09-11
1
-0/+2
*
Add NEWS entries for ctypes backports.
Neal Norwitz
2006-09-11
1
-1/+5
*
Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.
Brett Cannon
2006-09-09
1
-0/+3
*
Backport inspect.py fix from rev 51803
Nick Coghlan
2006-09-08
1
-0/+3
*
Backport from trunk r51737:
Hye-Shik Chang
2006-09-07
1
-0/+6
*
Fixed bug #1531862: Do not close standard file descriptors in subprocess.
Gustavo Niemeyer
2006-09-06
1
-0/+2
*
Backport bug fix for SF bug report #1546372.
Marc-André Lemburg
2006-09-06
1
-0/+7
*
Fix missing import of the types module in logging.config.
Georg Brandl
2006-09-06
1
-0/+2
*
Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
Georg Brandl
2006-09-06
1
-0/+4
*
Bug #1550983: emit better error messages for erroneous relative
Georg Brandl
2006-09-06
1
-0/+3
*
Bug #1551427: fix a wrong NULL pointer check in the win32 version
Georg Brandl
2006-09-06
1
-0/+3
*
Revert 51759 because it broke all the buildbots
Neal Norwitz
2006-09-06
1
-2/+0
*
Backporting fix for bug #1531862, committed in 51758, into 2.5,
Gustavo Niemeyer
2006-09-06
1
-0/+2
[next]