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
*
* add support for DBSequence objects [patch #1466734]
Gregory P. Smith
2006-06-05
5
-12/+501
*
mention the just committed bsddb changes
Gregory P. Smith
2006-06-05
1
-0/+6
*
* support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]
Gregory P. Smith
2006-06-05
2
-2/+33
*
Make doctest news more accurate.
Tim Peters
2006-06-05
1
-2/+2
*
Whitespace normalization.
Tim Peters
2006-06-05
1
-2/+2
*
Remove doctest.testmod's deprecated (in 2.4) `isprivate`
Tim Peters
2006-06-05
4
-134/+26
*
* support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]
Gregory P. Smith
2006-06-05
3
-0/+78
*
Fix a potentially invalid memory access of CJKCodecs' shift-jis
Hye-Shik Chang
2006-06-05
2
-1/+4
*
"Flat is better than nested."
Tim Peters
2006-06-05
1
-59/+73
*
fix a bug in the previous commit. don't leak empty list on error return and
Gregory P. Smith
2006-06-05
1
-4/+7
*
bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present
Gregory P. Smith
2006-06-05
2
-5/+12
*
Mention second encoding speedup
Andrew M. Kuchling
2006-06-05
1
-5/+6
*
Revert revisions:
Tim Peters
2006-06-04
14
-332/+5
*
Whitespace normalization.
Tim Peters
2006-06-04
45
-45/+0
*
Bug #1500293: fix memory leaks in _subprocess module.
Georg Brandl
2006-06-04
2
-8/+15
*
Patch #1346214: correctly optimize away "if 0"-style stmts
Georg Brandl
2006-06-04
5
-18/+57
*
Repair refleaks in unicodeobject.
Georg Brandl
2006-06-04
1
-0/+3
*
Patch #1359618: Speed-up charmap encoder.
Martin v. Löwis
2006-06-04
51
-11516/+510
*
Markup fix
George Yoshida
2006-06-04
2
-6/+6
*
Remove a redundant word
George Yoshida
2006-06-04
1
-1/+0
*
s_methods[]: Stop compiler warnings by casting
Tim Peters
2006-06-04
1
-1/+2
*
Drop Mac wrappers for the WASTE library.
Ronald Oussoren
2006-06-04
13
-5608/+1
*
"Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with
Ronald Oussoren
2006-06-04
1
-0/+1
*
Fixes in struct and socket from merge reviews.
Martin Blais
2006-06-04
6
-74/+75
*
clean up function declarations to conform to PEP-7 style.
Andrew MacIntyre
2006-06-04
3
-22/+44
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-04
14
-5/+332
*
SF #1499797, Fix for memory leak in WindowsError_str
Neal Norwitz
2006-06-04
1
-1/+0
*
_PyObject_DebugMalloc(): The return value should add
Tim Peters
2006-06-04
1
-1/+1
*
In a PYMALLOC_DEBUG build obmalloc adds extra debugging info
Tim Peters
2006-06-04
3
-131/+149
*
Whitespace normalization.
Tim Peters
2006-06-04
1
-2/+1
*
Add more whitespace; use a better socket name
Andrew M. Kuchling
2006-06-03
2
-5/+14
*
Remove dangling reference
Andrew M. Kuchling
2006-06-03
1
-1/+0
*
Remove xmlrpc/ directory
Andrew M. Kuchling
2006-06-03
1
-3/+0
*
Remove xmlrpc demo -- it duplicates the SimpleXMLRPCServer module.
Andrew M. Kuchling
2006-06-03
1
-75/+0
*
This demo requires Medusa (not just asyncore); remove it
Andrew M. Kuchling
2006-06-03
1
-104/+0
*
Use functions; modernize code
Andrew M. Kuchling
2006-06-03
1
-60/+87
*
Put code in a main() function; loosen up the spacing to match current code style
Andrew M. Kuchling
2006-06-03
1
-32/+45
*
Docstring fix; use True
Andrew M. Kuchling
2006-06-03
1
-2/+2
*
Use true division, and the True value
Andrew M. Kuchling
2006-06-03
1
-12/+13
*
Use True; value returned from main is unused
Andrew M. Kuchling
2006-06-03
1
-2/+2
*
Some code tidying; use curses.wrapper
Andrew M. Kuchling
2006-06-03
1
-67/+61
*
Drop 0 parameter
Andrew M. Kuchling
2006-06-03
1
-3/+3
*
Update readme
Andrew M. Kuchling
2006-06-03
1
-4/+1
*
"_self" is a said to be a reserved word in Watcom C 10.6. I'm
Fredrik Lundh
2006-06-03
1
-2/+2
*
[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
Andrew M. Kuchling
2006-06-03
1
-15/+15
*
Minor rewording
Andrew M. Kuchling
2006-06-03
1
-7/+7
*
[Bug #1441864] Clarify description of 'data' argument
Andrew M. Kuchling
2006-06-03
1
-5/+7
*
[Bug #1475554] Strengthen text to say 'must' instead of 'should'
Andrew M. Kuchling
2006-06-03
1
-2/+2
*
[Bug #1472084] Fix description of do_tag
Andrew M. Kuchling
2006-06-03
1
-2/+3
*
Updated version (win32-icons2.zip) from #1490384.
Martin v. Löwis
2006-06-03
3
-0/+0
[next]