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 #1117556: SimpleHTTPServer now tries to find and use the system's
Georg Brandl
2006-06-14
1
-0/+3
*
Bug #1339007: Shelf objects now don't raise an exception in their
Georg Brandl
2006-06-14
1
-0/+3
*
Patch #1455898: Incremental mode for "mbcs" codec.
Martin v. Löwis
2006-06-14
1
-0/+3
*
SequenceMatcher.get_matching_blocks(): This now guarantees that
Tim Peters
2006-06-14
1
-0/+6
*
If a classic class defined a __coerce__() method that just returned its two
Brett Cannon
2006-06-13
1
-0/+3
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-13
1
-0/+3
*
Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy
Neal Norwitz
2006-06-12
1
-0/+1
*
Fix the socket tests so they can be run concurrently. Backport candidate
Neal Norwitz
2006-06-12
1
-0/+2
*
Get rid of f_restricted too. Doc the other 4 ints that were already removed
Neal Norwitz
2006-06-12
1
-0/+3
*
Bug #1498146: fix optparse to handle Unicode strings in option help,
Greg Ward
2006-06-11
1
-0/+3
*
SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks.
Greg Ward
2006-06-11
1
-0/+2
*
Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately,
Greg Ward
2006-06-11
1
-0/+3
*
An object with __call__ as an attribute, when called, will have that attribut...
Brett Cannon
2006-06-09
1
-0/+6
*
RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...
Georg Brandl
2006-06-09
1
-0/+3
*
Add note about wsgiref
Andrew M. Kuchling
2006-06-09
1
-0/+2
*
Add note about XMLGenerator bugfix
Andrew M. Kuchling
2006-06-09
1
-0/+4
*
Buffer objects would return the read or write buffer for a wrapped object when
Brett Cannon
2006-06-08
1
-0/+6
*
Make binascii.hexlify() use s# for its arguments instead of t# to actually
Brett Cannon
2006-06-08
1
-0/+3
*
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
Nick Coghlan
2006-06-08
1
-0/+4
*
Argh. "integer" is a very confusing word ;)
Georg Brandl
2006-06-08
1
-3/+0
*
Add news for recent bugfix.
Georg Brandl
2006-06-08
1
-0/+3
*
Bug #1502728: Correctly link against librt library on HP-UX.
Georg Brandl
2006-06-08
1
-0/+2
*
- bsddb: the bsddb.dbtables Modify method now raises the proper error and
Gregory P. Smith
2006-06-08
1
-0/+4
*
- bsddb: the __len__ method of a DB object has been fixed to return correct
Gregory P. Smith
2006-06-05
1
-0/+4
*
* fix DBCursor.pget() bug with keyword argument names when no data= is
Gregory P. Smith
2006-06-05
1
-1/+5
*
* add support for DBSequence objects [patch #1466734]
Gregory P. Smith
2006-06-05
1
-0/+3
*
mention the just committed bsddb changes
Gregory P. Smith
2006-06-05
1
-0/+6
*
Make doctest news more accurate.
Tim Peters
2006-06-05
1
-2/+2
*
Remove doctest.testmod's deprecated (in 2.4) `isprivate`
Tim Peters
2006-06-05
1
-0/+3
*
Fix a potentially invalid memory access of CJKCodecs' shift-jis
Hye-Shik Chang
2006-06-05
1
-0/+2
*
Revert revisions:
Tim Peters
2006-06-04
1
-3/+0
*
Patch #1346214: correctly optimize away "if 0"-style stmts
Georg Brandl
2006-06-04
1
-0/+3
*
Patch #1359618: Speed-up charmap encoder.
Martin v. Löwis
2006-06-04
1
-0/+3
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-04
1
-0/+3
*
In a PYMALLOC_DEBUG build obmalloc adds extra debugging info
Tim Peters
2006-06-04
2
-15/+25
*
Port to OpenBSD 3.9. Patch from Aldo Cortesi.
Martin v. Löwis
2006-06-03
1
-0/+2
*
pprint functions used to sort a dict (by key) if and only if
Tim Peters
2006-06-02
1
-0/+6
*
Record bugs 1275608 and 1456209 as being fixed.
Tim Peters
2006-06-01
1
-4/+9
*
[ 1497053 ] Let dicts propagate the exceptions in user __eq__().
Armin Rigo
2006-06-01
1
-0/+5
*
Add SoC name, and reorganize this section a bit
Andrew M. Kuchling
2006-05-30
1
-4/+10
*
Add News entry for last commit.
Georg Brandl
2006-05-29
1
-0/+3
*
Apply modified version of Collin Winter's patch #1478788
Nick Coghlan
2006-05-29
1
-2/+10
*
Patch #1496206: urllib2 PasswordMgr ./. default ports
Georg Brandl
2006-05-28
1
-0/+3
*
Patch #1080727: add "encoding" parameter to doctest.DocFileSuite
George Yoshida
2006-05-28
1
-0/+2
*
Add news item for new-style exception class branch merge.
Georg Brandl
2006-05-27
1
-0/+4
*
Patch 1494554: Update numeric properties to Unicode 4.1.
Martin v. Löwis
2006-05-27
1
-0/+3
*
Add Richard Tew to developers
Steve Holden
2006-05-26
1
-0/+1
*
Record Iceland sprint attendees.
Tim Peters
2006-05-26
1
-0/+16
*
Change C spacing to 4 spaces by default to match PEP 7 for new C files.
Brett Cannon
2006-05-26
1
-1/+1
*
Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache ...
Georg Brandl
2006-05-26
1
-0/+4
[next]