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
...
*
Mention other placeholders
Andrew M. Kuchling
2006-06-07
1
-2/+3
*
Add an item; also, escape %
Andrew M. Kuchling
2006-06-07
1
-1/+6
*
Mention other placeholders
Andrew M. Kuchling
2006-06-07
1
-2/+3
*
Add an SQLite introduction, taken from the 'What's New' text
Andrew M. Kuchling
2006-06-07
1
-0/+98
*
SF patch 1501987: Remove randomness from test_exceptions,
Tim Peters
2006-06-07
1
-19/+30
*
dash_R_cleanup(): Clear filecmp._cache. This accounts for
Tim Peters
2006-06-07
1
-1/+2
*
A quick hack to ensure the right key-bindings for IDLE on osx: install patched
Ronald Oussoren
2006-06-06
3
-1/+170
*
* Ensure that "make altinstall" works when the tree was configured
Ronald Oussoren
2006-06-06
4
-10/+58
*
Use the same big-endian hack as in _ctypes/callproc.c for callback functions.
Thomas Heller
2006-06-06
1
-36/+7
*
Add a hack so that foreign functions returning float now do work on 64-bit
Thomas Heller
2006-06-06
1
-1/+6
*
Fix coding style guide bug.
Brett Cannon
2006-06-06
1
-1/+2
*
Fix comment typo
Andrew M. Kuchling
2006-06-06
1
-1/+1
*
On python-dev Thomas Heller said these were committed
Tim Peters
2006-06-06
2
-916/+108
*
BSequence_set_range(): Rev 46688 ("Fix a bunch of
Tim Peters
2006-06-06
1
-1/+1
*
Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...
Thomas Heller
2006-06-06
3
-108/+924
*
Normalized a few cases of whitespace in function declarations.
Martin Blais
2006-06-06
10
-49/+49
*
Damn - the sentinel was missing. And fix another silly mistake.
Thomas Heller
2006-06-06
1
-1/+2
*
Convert CFieldObject tp_members to tp_getset, since there is no
Thomas Heller
2006-06-06
2
-15/+29
*
Fix a bunch of parameter strings
Neal Norwitz
2006-06-06
1
-7/+7
*
Remove unused variable (and stop compiler warning)
Neal Norwitz
2006-06-06
1
-1/+0
*
_PySys_Init(): It's rarely a good idea to size a buffer to the
Tim Peters
2006-06-06
1
-1/+1
*
- bsddb: the __len__ method of a DB object has been fixed to return correct
Gregory P. Smith
2006-06-05
2
-6/+21
*
Add 3 more bytes to a buffer to cover constants in string and null byte on to...
Brett Cannon
2006-06-05
1
-1/+1
*
add depends = ['md5.h'] to the _md5 module extension for correctness sake.
Gregory P. Smith
2006-06-05
1
-1/+3
*
Add missing svn:eol-style property to text files.
Tim Peters
2006-06-05
1
-65/+65
*
Access _struct attributes directly instead of mucking with getattr.
Tim Peters
2006-06-05
1
-20/+18
*
[Bug #1470026] Include link to list of classifiers
Andrew M. Kuchling
2006-06-05
1
-1/+1
*
Remove use of Trove name, which isn't very helpful to users
Andrew M. Kuchling
2006-06-05
1
-2/+2
*
* fix DBCursor.pget() bug with keyword argument names when no data= is
Gregory P. Smith
2006-06-05
5
-5/+76
*
Add missing svn:eol-style property to text files.
Tim Peters
2006-06-05
0
-0/+0
*
Whitespace normalization.
Tim Peters
2006-06-05
1
-3/+2
*
forgot to add this file in previous commit
Gregory P. Smith
2006-06-05
1
-0/+112
*
* 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
[prev]
[next]