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
*
Remove more traces of bufferobject.[ch] from build files etc.
Guido van Rossum
2007-10-08
5
-24/+0
*
Delete bufferobject.[ch].
Guido van Rossum
2007-10-08
6
-762/+9
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
24
-199/+72
*
Fix a minor typo.
Brett Cannon
2007-10-07
1
-1/+1
*
At least one of the buildbots was complaining about newview being used
Neal Norwitz
2007-10-07
1
-3/+2
*
Merge 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module
Gregory P. Smith
2007-10-06
1
-5/+13
*
Merge 58343: attempt to fix DBSequence.get_key() to not fail or crash.
Gregory P. Smith
2007-10-06
1
-1/+7
*
Get the doc to build.
Neal Norwitz
2007-10-02
1
-2/+2
*
#1219: py3k cleanup in standard types docs.
Georg Brandl
2007-09-28
1
-129/+103
*
#1211, #1212, #1213: py3k fixes to the tutorial.
Georg Brandl
2007-09-28
4
-48/+43
*
Make byext.py really work.
Guido van Rossum
2007-09-27
1
-7/+5
*
Revert r58075 (incorrect docs patch).
Collin Winter
2007-09-27
1
-2/+2
*
Patch # 1145 by Thomas Lee:
Guido van Rossum
2007-09-27
5
-16/+28
*
Clarify the difference between text and binary files. I'm not sure the
Skip Montanaro
2007-09-26
1
-8/+14
*
Whitespace and line lengrth cleanup.
Guido van Rossum
2007-09-25
1
-47/+50
*
Delete now-unused static function Array_ass_slice().
Guido van Rossum
2007-09-25
1
-42/+0
*
Fix a straggler filter() call.
Guido van Rossum
2007-09-25
1
-1/+1
*
#1189: documentation for tp_as_* structs.
Georg Brandl
2007-09-24
1
-15/+166
*
Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming
Thomas Heller
2007-09-24
2
-39/+39
*
Update the documentation of the open() builtin function a bit. I believe I
Skip Montanaro
2007-09-23
1
-26/+24
*
Reformat the open function text so it fits within 80 columns in preparation
Skip Montanaro
2007-09-23
1
-37/+41
*
Fix turtle module: None and int are not comparable, map returns an iterator.
Georg Brandl
2007-09-23
1
-5/+5
*
Change PyBuffer to Py_buffer to be consistent with other non-object structure...
Travis E. Oliphant
2007-09-23
16
-85/+145
*
Use an enum for decoding_state. It makes the code a little more
Neil Schemenauer
2007-09-21
2
-12/+18
*
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer
2007-09-21
15
-66/+20
*
Merged revisions 58211-58220 via svnmerge from
Thomas Wouters
2007-09-20
8
-61/+117
*
Whitespace cleanup.
Thomas Wouters
2007-09-19
1
-38/+39
*
Merged revisions 58203-58210 via svnmerge from
Thomas Wouters
2007-09-19
5
-25/+44
*
Merged revisions 58198-58202 via svnmerge from
Thomas Wouters
2007-09-19
0
-0/+0
*
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters
2007-09-19
198
-4191/+64231
*
issue1172: Documentation of "done" attribute in cgi module.
Sean Reifscheider
2007-09-18
1
-0/+5
*
Optimize unicode_hash() by not calling
Guido van Rossum
2007-09-18
1
-12/+18
*
Thomas Wouters suggested an obvious improvement to unicode_eq():
Guido van Rossum
2007-09-18
1
-1/+1
*
Switch dict lookup around to optimizing for unicode.
Guido van Rossum
2007-09-18
1
-32/+52
*
Micro optimizations after staring at gprof output for a while.
Guido van Rossum
2007-09-18
2
-11/+9
*
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider
2007-09-17
13
-31/+33
*
Merged revisions 58149-58150 via svnmerge from
Martin v. Löwis
2007-09-14
2
-1/+2
*
Merged revisions 58133-58135 via svnmerge from
Martin v. Löwis
2007-09-13
1
-2/+16
*
Oops.
Georg Brandl
2007-09-12
1
-2/+2
*
Document input() function.
Georg Brandl
2007-09-12
1
-0/+16
*
Repair a bad translation of the exec statement.
Georg Brandl
2007-09-12
1
-6/+2
*
Fix for bug 1148: str/bytes issue in httplib's _safe_read().
Guido van Rossum
2007-09-12
2
-2/+2
*
Document inspect.getfullargspec(). Fixes #1121.
Georg Brandl
2007-09-12
1
-4/+25
*
New documentation for the bdb module. Forward-port from rev. 58112, with a fe...
Georg Brandl
2007-09-12
4
-8/+357
*
Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__()
Guido van Rossum
2007-09-11
2
-3/+15
*
Added __format__ method to datetime.datetime, datetime.date, and datetime.time.
Eric Smith
2007-09-11
2
-0/+114
*
Merged revisions 58091-58094 via svnmerge from
Thomas Wouters
2007-09-10
0
-0/+0
*
Merged revisions 58053-58090 via svnmerge from
Thomas Wouters
2007-09-10
5
-5/+21
*
Bug # 1125 (my code).
Guido van Rossum
2007-09-10
2
-59/+233
*
merge of r58091 from trunk:
Gregory P. Smith
2007-09-10
1
-2/+4
[next]