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
*
fix test_metaclass
Benjamin Peterson
2008-07-01
1
-1/+1
*
Add some full stops.
Georg Brandl
2008-07-01
1
-2/+2
*
#3220: improve bytes docs a bit.
Georg Brandl
2008-07-01
1
-12/+15
*
Merged revisions 64622 via svnmerge from
Benjamin Peterson
2008-07-01
2
-1/+15
*
Fix a few urllib bugs (NameErrors).
Georg Brandl
2008-07-01
2
-126/+125
*
#2683: Popen.communicate() argument must be bytes.
Georg Brandl
2008-07-01
3
-8/+5
*
document PyUnicode_CompareWithASCIIString
Benjamin Peterson
2008-07-01
1
-0/+6
*
#2683: communicate() takes bytes.
Georg Brandl
2008-07-01
1
-2/+2
*
Hopefully fix make framework install on Mac (see 3174)
Benjamin Peterson
2008-07-01
75
-5708/+361
*
- No more 0L or similar.
Mark Summerfield
2008-07-01
1
-26/+33
*
fix syntax
Benjamin Peterson
2008-07-01
1
-1/+1
*
- removed sentence about the new free format floating-point representation
Mark Summerfield
2008-07-01
2
-6/+5
*
Merged revisions 64601 via svnmerge from
Benjamin Peterson
2008-06-30
2
-1/+30
*
now that exec is a function, we can use the shorter assertRaises to test
Benjamin Peterson
2008-06-30
1
-37/+7
*
Merged revisions 64597-64598 via svnmerge from
Martin v. Löwis
2008-06-30
2
-1/+4
*
Issue #3236: Return small longs from PyLong_FromString.
Martin v. Löwis
2008-06-30
3
-0/+13
*
close asyncore.dispatcher on EOF
Bill Janssen
2008-06-29
1
-0/+1
*
fix bad method names in ssl module (and typo in ssl doc)
Bill Janssen
2008-06-29
2
-7/+7
*
Merged revisions 64518,64521-64525,64528-64533 via svnmerge from
Robert Schuppenies
2008-06-28
2
-72/+54
*
division is no longer a future thing for test_binop
Benjamin Peterson
2008-06-28
1
-12/+7
*
#3229 fix typo and expand notes a little
Benjamin Peterson
2008-06-28
1
-6/+7
*
- allow to configure with db4.7, test with 4.7 on some buildds
Matthias Klose
2008-06-28
1
-0/+1
*
remove usage of cachesrc.py in Mac/Makefile
Benjamin Peterson
2008-06-28
1
-2/+0
*
change references to Queue module to queue in multiprocessing docs
Benjamin Peterson
2008-06-28
1
-18/+18
*
Merged revisions 64407,64568 via svnmerge from
Benjamin Peterson
2008-06-28
1
-158/+93
*
make multiprocessing.sharedctypes.Value's lock argument a keyword-only argume...
Benjamin Peterson
2008-06-27
1
-4/+1
*
Merged revisions 64561 via svnmerge from
Mark Dickinson
2008-06-27
1
-15/+60
*
Blocked revisions 64555 via svnmerge
Trent Nelson
2008-06-27
0
-0/+0
*
Ignore *.pyc and *.pyo files.
Brett Cannon
2008-06-27
0
-0/+0
*
Merged revisions 64549 via svnmerge from
Brett Cannon
2008-06-27
4
-5/+34
*
Rename a variable to be more in line with the name of the module.
Brett Cannon
2008-06-27
1
-2/+2
*
Blocked revisions 64546-64547 via svnmerge
Benjamin Peterson
2008-06-26
0
-0/+0
*
#3204: remove slice operations from operator doc.
Georg Brandl
2008-06-26
1
-24/+0
*
make changes for py3k for multiprocessing
Benjamin Peterson
2008-06-25
1
-5/+2
*
Merged revisions 64517,64519 via svnmerge from
Benjamin Peterson
2008-06-25
3
-22/+3
*
Blocked revisions 64520 via svnmerge
Benjamin Peterson
2008-06-25
0
-0/+0
*
Revert 64451.
Raymond Hettinger
2008-06-24
4
-63/+1
*
Blocked revisions 64508 via svnmerge
Mark Dickinson
2008-06-24
0
-0/+0
*
Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation.
Mark Dickinson
2008-06-24
1
-12/+16
*
Remove trailing 'L's from integers in limit_denominator examples.
Mark Dickinson
2008-06-24
1
-3/+3
*
Merged revisions 64499 via svnmerge from
Eric Smith
2008-06-24
2
-13/+21
*
Merged revisions 64496 via svnmerge from
Eric Smith
2008-06-24
1
-1/+1
*
Merged revisions 64491 via svnmerge from
Eric Smith
2008-06-24
5
-26/+33
*
More old urllib usage.
Georg Brandl
2008-06-23
4
-19/+19
*
Fix old urllib/urllib2/urlparse usage.
Georg Brandl
2008-06-23
7
-39/+42
*
Review the doc changes for the urllib package creation.
Georg Brandl
2008-06-23
9
-166/+90
*
Documentation updates for urllib package. Modified the documentation for the
Senthil Kumaran
2008-06-23
12
-593/+565
*
Merge 64438: hex/oct/bin can show floats exactly.
Raymond Hettinger
2008-06-22
4
-1/+63
*
Ignore .py[co] files here.
Guido van Rossum
2008-06-21
0
-0/+0
*
Reviewed and updated the documentation. Fixes #3017.
Facundo Batista
2008-06-21
1
-10/+243
[next]