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
*
Test unimportant change to verify buildbot does not try to build
Neal Norwitz
2006-06-27
1
-1/+0
*
Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.
Neal Norwitz
2006-06-27
1
-0/+5
*
Instead of doing a make test, run the regression tests out of the installed
Neal Norwitz
2006-06-27
1
-5/+17
*
Ignore some more warnings in the dynamic linker on an older gentoo
Neal Norwitz
2006-06-27
1
-0/+9
*
Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
Hye-Shik Chang
2006-06-23
1
-0/+3
*
'warning's was improperly requiring that a command-line Warning category be
Brett Cannon
2006-06-22
1
-0/+4
*
Copy the wsgiref package during make install.
Neal Norwitz
2006-06-22
1
-0/+2
*
fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinally
Georg Brandl
2006-06-21
1
-1/+18
*
Preparing for 2.5b1.
Anthony Baxter
2006-06-19
1
-1/+1
*
Patch #1506645: add Python wrappers for the curses functions
Walter Dörwald
2006-06-19
1
-0/+2
*
Add news entry about error msg improvement.
Georg Brandl
2006-06-19
1
-0/+4
*
Prevent spurious leaks when running regrtest.py -R. There may be more
Neal Norwitz
2006-06-18
1
-1/+1
*
Patch #815924: Restore ability to pass type= and icon=
Martin v. Löwis
2006-06-17
1
-0/+3
*
Patch #812986: Update the canvas even if not tracing.
Martin v. Löwis
2006-06-17
1
-0/+2
*
Patch #1494750: Destroy master after deleting children.
Martin v. Löwis
2006-06-17
1
-0/+3
*
Patch #1096231: Add default argument to wm_iconbitmap.
Martin v. Löwis
2006-06-17
2
-0/+3
*
Patch #763580: Add name and value arguments to
Martin v. Löwis
2006-06-17
1
-0/+3
*
SF patch 1504676: Make sgmllib char and entity references pluggable
Fred Drake
2006-06-16
1
-0/+1
*
- bsddb: multithreaded DB access using the simple bsddb module interface
Gregory P. Smith
2006-06-15
1
-0/+6
*
Patch #1446489 (zipfile: support for ZIP64)
Ronald Oussoren
2006-06-15
1
-0/+1
*
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
[next]