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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
generate py3k warnings on __getslice__, __delslice__, and __setslice__
Benjamin Peterson
2008-08-24
1
-0/+3
*
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
2
-0/+41
*
#3643 add a few more checks to _testcapi to prevent segfaults
Benjamin Peterson
2008-08-23
1
-0/+6
*
Fixed two format strings in the _collections module. For example
Christian Heimes
2008-08-22
1
-0/+2
*
Silenced a compiler warning in the sqlite module
Christian Heimes
2008-08-22
1
-0/+2
*
Silenced compiler warning
Christian Heimes
2008-08-22
1
-0/+3
*
Changed type of numarenas from uint to size_t to silence a GCC warning on 64b...
Christian Heimes
2008-08-22
1
-0/+3
*
done with the release
Barry Warsaw
2008-08-21
1
-0/+12
*
Bump to 2.6b3.
v2.6b3
Barry Warsaw
2008-08-21
2
-2/+2
*
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
*
Issue #3612: Added some missing basic types in ctypes.wintypes.
Hirokazu Yamamoto
2008-08-20
1
-0/+2
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
1
-0/+3
*
add a NEWS note for new args syntax
Benjamin Peterson
2008-08-20
1
-0/+3
*
Fix a regression introduced by rev. 63792: ctypes function pointers
Thomas Heller
2008-08-19
1
-0/+3
*
Fix grammar.
Georg Brandl
2008-08-18
1
-2/+2
*
update the threading docs to account for recent changes
Benjamin Peterson
2008-08-18
1
-1/+2
*
#2234 distutils failed with mingw binutils 2.18.50.20080109.
Amaury Forgeot d'Arc
2008-08-18
1
-0/+4
*
change threading.getIdent to a property
Benjamin Peterson
2008-08-18
1
-1/+1
*
Issue 2235: document PyObject_HashNotImplemented
Nick Coghlan
2008-08-18
1
-0/+3
*
Belated NEWS entry for r65642
Nick Coghlan
2008-08-18
1
-0/+7
*
Update __all__ for cookielib, csv, os, and urllib2 for objects imported into
Brett Cannon
2008-08-18
1
-0/+3
*
Remove an unneeded import of abc.ABCMeta from 'inspect'.
Brett Cannon
2008-08-18
1
-0/+2
*
Remove two unneeded imports in 'io'.
Brett Cannon
2008-08-18
1
-0/+2
*
Remove imports of 'warnings' that are no longer needed in dummy_thread,
Brett Cannon
2008-08-17
1
-0/+2
*
Backport r65661, r65760: Issue #3575: Incremental decoder's decode
Hirokazu Yamamoto
2008-08-17
1
-0/+3
*
I forgot to update NEWS.
Hirokazu Yamamoto
2008-08-17
1
-0/+3
*
Update distutils so that it triggers no warnings when run under -3.
Brett Cannon
2008-08-17
1
-5/+5
*
Issue 2464. Supports a malformation in the URL received
Facundo Batista
2008-08-17
1
-0/+3
*
Silence DeprecationWarning raised by mimetools and rfc822 in cgi.
Brett Cannon
2008-08-16
1
-1/+1
*
Silence the DeprecationWarning raised in httplib when mimetools is imported.
Brett Cannon
2008-08-16
1
-1/+1
*
Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer.
Brett Cannon
2008-08-16
1
-0/+3
*
Issue #2776: fixed small issue when handling an URL with double slash
Facundo Batista
2008-08-16
1
-0/+3
*
#2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pa...
Antoine Pitrou
2008-08-15
1
-0/+4
*
Issue #3476: make BufferedReader and BufferedWriter thread-safe
Antoine Pitrou
2008-08-14
1
-0/+3
*
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
Thomas Heller
2008-08-14
1
-0/+4
*
Silence the DeprecationWarning of rfc822 triggered by its importation in
Brett Cannon
2008-08-14
1
-0/+4
*
Add Hirokazu Yamamoto.
Martin v. Löwis
2008-08-12
1
-0/+3
*
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Martin v. Löwis
2008-08-12
1
-0/+4
*
#3134: shutil referenced undefined WindowsError symbol
Antoine Pitrou
2008-08-11
1
-0/+2
*
- Issue #3537: Fix an assertion failure when an empty but presized dict
Georg Brandl
2008-08-11
1
-0/+3
*
Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to
Robert Schuppenies
2008-08-10
1
-0/+3
*
Silence warnings in csv about using reduce() when run under -3 by using
Brett Cannon
2008-08-09
1
-4/+4
*
Use functools.reduce() in difflib instead of __builtin__.reduce() to silence
Brett Cannon
2008-08-09
1
-5/+5
*
Copy reduce() to _functools so to have functools.reduce() not raise a warning
Brett Cannon
2008-08-09
1
-0/+3
*
Suppress the warning in asynchat from using buffer() when running udner -3.
Brett Cannon
2008-08-09
1
-1/+1
*
move NEWS entry to the appropriate section (oops!)
Antoine Pitrou
2008-08-09
1
-3/+3
*
#3205: bz2 iterator fails silently on MemoryError
Antoine Pitrou
2008-08-09
1
-0/+3
[prev]
[next]