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
*
super() actually returns a super object.
Georg Brandl
2008-08-30
1
-1/+2
*
#3569: eval() also accepts "exec"able code objects.
Georg Brandl
2008-08-30
1
-4/+4
*
#3716: fix typo.
Georg Brandl
2008-08-30
1
-1/+1
*
#3730: mention "server" attribute explicitly.
Georg Brandl
2008-08-30
1
-0/+5
*
A collection of crashers, all variants of the idea
Armin Rigo
2008-08-29
1
-0/+53
*
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
Antoine Pitrou
2008-08-29
4
-22/+54
*
#3711: .dll isn't a valid Python extension anymore.
Georg Brandl
2008-08-28
1
-4/+8
*
Add various items
Andrew M. Kuchling
2008-08-27
1
-8/+20
*
Add an item and a note
Andrew M. Kuchling
2008-08-27
1
-5/+6
*
Trim whitespace; add a few updates
Andrew M. Kuchling
2008-08-27
1
-66/+105
*
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou
2008-08-26
8
-87/+210
*
sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
Benjamin Peterson
2008-08-26
3
-0/+14
*
Try to reduce the flakiness of this test
Neal Norwitz
2008-08-25
1
-0/+4
*
Use bytes as return type from recv_bytes() methods. Not sure why this only
Neal Norwitz
2008-08-25
1
-3/+3
*
Fix problem reported by pychecker where AuthenticationError wasn't imported.
Neal Norwitz
2008-08-25
2
-2/+34
*
Clarify that some attributes/methods are listed somewhat separately because t...
Brett Cannon
2008-08-24
1
-1/+2
*
#3662: Fix segfault introduced when fixing memory leaks.
Neal Norwitz
2008-08-24
2
-1/+5
*
remove note about unimplemented feature
Benjamin Peterson
2008-08-24
1
-5/+1
*
#3654: fix duplicate test method name. Review by Benjamin P.
Georg Brandl
2008-08-24
1
-4/+2
*
generate py3k warnings on __getslice__, __delslice__, and __setslice__
Benjamin Peterson
2008-08-24
4
-8/+72
*
Use the actual blacklist of leaky tests
Neal Norwitz
2008-08-24
1
-1/+1
*
Ignore a couple more tests that report leaks inconsistently.
Neal Norwitz
2008-08-24
1
-1/+1
*
Fix:
Neal Norwitz
2008-08-24
10
-14/+75
*
fix warning
Benjamin Peterson
2008-08-23
1
-1/+1
*
#3643 add a few more checks to _testcapi to prevent segfaults
Benjamin Peterson
2008-08-23
2
-4/+26
*
Small updates to types member docs, backport from r65994.
Georg Brandl
2008-08-23
1
-14/+8
*
Fix bug 3625: test issues on 64bit windows. r=pitrou
Mark Hammond
2008-08-23
3
-3/+3
*
d is the correct format string
Christian Heimes
2008-08-22
1
-1/+1
*
fix a few get_name() calls and turn then to .name
Benjamin Peterson
2008-08-22
1
-4/+4
*
Fixed two format strings in the _collections module. For example
Christian Heimes
2008-08-22
2
-2/+4
*
Silenced a compiler warning in the sqlite module
Christian Heimes
2008-08-22
2
-2/+4
*
Silenced compiler warning
Christian Heimes
2008-08-22
3
-1/+5
*
Changed type of numarenas from uint to size_t to silence a GCC warning on 64b...
Christian Heimes
2008-08-22
2
-1/+4
*
Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson.
Robert Schuppenies
2008-08-22
1
-5/+7
*
issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so
Mark Dickinson
2008-08-21
1
-5/+4
*
Fix float.fromhex test to give additional information on failure. This
Mark Dickinson
2008-08-21
1
-1/+7
*
done with the release
Barry Warsaw
2008-08-21
2
-1/+13
*
Tagging 2.6b3
Barry Warsaw
2008-08-21
1
-0/+1
*
Bump to 2.6b3.
v2.6b3
Barry Warsaw
2008-08-21
6
-7/+7
*
Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-Au...
Hirokazu Yamamoto
2008-08-20
1
-7/+3
*
News for the tp_flags change.
Guido van Rossum
2008-08-20
1
-0/+8
*
News for the imageop fix.
Guido van Rossum
2008-08-20
1
-0/+1
*
fix up the multiprocessing docs a little
Benjamin Peterson
2008-08-20
1
-34/+22
*
Issue #3612: Added some missing basic types in ctypes.wintypes.
Hirokazu Yamamoto
2008-08-20
2
-11/+20
*
fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on tr...
Hirokazu Yamamoto
2008-08-20
1
-5/+8
*
fix silly errors of mine
Benjamin Peterson
2008-08-20
1
-3/+3
*
newSymbolTable is not public API
Benjamin Peterson
2008-08-20
1
-3/+2
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
4
-16/+30
*
add a NEWS note for new args syntax
Benjamin Peterson
2008-08-20
1
-0/+3
*
follow-up of issue3473: update the compiler package to recognize the new syntax.
Amaury Forgeot d'Arc
2008-08-20
2
-26/+33
[next]