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
*
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
*
check that the parser module can handle the new keyword syntax
Benjamin Peterson
2008-08-19
1
-0/+1
*
Merged revisions 65876 via svnmerge from
Benjamin Peterson
2008-08-19
1
-0/+2
*
Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.
Guido van Rossum
2008-08-19
1
-12/+68
*
Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from
Guido van Rossum
2008-08-19
1
-6/+19
*
allow keyword args to be passed in after *args #3473
Benjamin Peterson
2008-08-19
5
-12/+29
*
COM method code is windows specific
Thomas Heller
2008-08-19
1
-1/+4
*
fix a little typo
Benjamin Peterson
2008-08-19
1
-1/+1
*
Fix a regression introduced by rev. 63792: ctypes function pointers
Thomas Heller
2008-08-19
3
-6/+35
*
silence callable warning in hmac
Benjamin Peterson
2008-08-19
1
-1/+1
*
issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...
Jesse Noller
2008-08-19
15
-87/+81
*
get unparse to at least unparse its self
Benjamin Peterson
2008-08-19
1
-2/+2
[next]