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
*
Fix integer negation and absolute value to not rely
Martin v. Löwis
2006-10-04
1
-0/+3
*
Convert test_imp over to unittest.
Brett Cannon
2006-10-03
1
-0/+2
*
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 #1457823: cgi.(Sv)FormContentDict's constructor now takes
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
*
wording change
Gregory P. Smith
2006-09-30
1
-1/+1
*
Add news item for rev. 51815
Andrew M. Kuchling
2006-09-27
1
-0/+6
*
Make the error message for when the time data and format do not match clearer.
Brett Cannon
2006-09-26
1
-0/+3
*
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/+3
*
Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).
Neal Norwitz
2006-09-22
1
-0/+2
*
Fix %zd string formatting on Mac OS X so it prints negative numbers.
Neal Norwitz
2006-09-22
1
-0/+2
*
added itertools.count(-n) fix
Jack Diederich
2006-09-21
1
-0/+2
*
Make python.vim output more deterministic.
Brett Cannon
2006-09-20
3
-32/+36
*
Allow exceptions to be directly sliced again
Brett Cannon
2006-09-20
1
-0/+2
*
Accidentally didn't commit Misc/NEWS entry on when __unicode__() was removed
Brett Cannon
2006-09-20
1
-0/+3
*
Fixes a bug with bsddb.DB.stat where the flags and txn keyword
Gregory P. Smith
2006-09-19
1
-0/+2
*
Patch #1557515: Add RLIMIT_SBSIZE.
Martin v. Löwis
2006-09-16
1
-0/+2
*
Forward-port of rev. 51857:
Georg Brandl
2006-09-11
1
-0/+3
*
Forward port of 51850 from release25-maint branch.
Neal Norwitz
2006-09-11
1
-0/+2
*
Add missing NEWS entry for rev 51803
Nick Coghlan
2006-09-08
1
-0/+3
*
Typo fix
Andrew M. Kuchling
2006-09-07
1
-1/+1
*
Fixed subprocess bug #1531862 again, after removing tests
Gustavo Niemeyer
2006-09-07
1
-0/+2
*
Add news item for bug fix of 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/+6
*
with and as are now keywords. There are some generated files I can't recreate.
Neal Norwitz
2006-09-06
1
-0/+2
*
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 51758 because it broke all the buildbots
Neal Norwitz
2006-09-06
1
-2/+0
*
Fixing #1531862: Do not close standard file descriptors in the
Gustavo Niemeyer
2006-09-06
1
-0/+2
*
Fix a typo: 2013 -> 0213
Hye-Shik Chang
2006-09-05
1
-1/+1
*
Fix a few bugs on cjkcodecs found by Oren Tirosh:
Hye-Shik Chang
2006-09-05
1
-0/+6
*
Bug #1520864 (again): unpacking singleton tuples in list comprehensions and
Neal Norwitz
2006-09-05
1
-0/+5
*
Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].
Neal Norwitz
2006-09-05
1
-0/+2
*
Add a NEWS entry for str.rpartition() change
Neal Norwitz
2006-09-05
1
-0/+3
*
This was found by Guido AFAIK on p3yk (sic) branch.
Neal Norwitz
2006-09-05
1
-0/+3
*
Fix SF bug #1546288, crash in dict_equal.
Neal Norwitz
2006-09-05
1
-1/+3
*
"Conceptual" merge of rev 51711 from the 2.5 branch.
Tim Peters
2006-09-05
1
-2/+5
*
NEWS entry on trunk for decimal module changes
Nick Coghlan
2006-09-03
1
-2/+5
*
Bug #1550714: fix SystemError from itertools.tee on negative value for n.
Neal Norwitz
2006-09-02
1
-0/+2
*
Bug #1548092: fix curses.tparm seg fault on invalid input. Needs backport to...
Neal Norwitz
2006-09-02
1
-0/+2
[next]