..
_ctypes
Issue #9566 : use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
_io
Issue #10841 : set binary mode on files; the parser translates newlines
2011-01-07 18:47:22 +00:00
_multiprocessing
_sqlite
cjkcodecs
expat
zlib
_bisectmodule.c
_codecsmodule.c
_collectionsmodule.c
Make C helper function more closely match the pure python version, and add tests.
2011-01-03 02:12:02 +00:00
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
Issue #6697 : Fixed instances of _PyUnicode_AsString() result not checked for NULL
2010-12-08 23:31:48 +00:00
_dbmmodule.c
_elementtree.c
Issue #6697 : Fixed instances of _PyUnicode_AsString() result not checked for NULL
2010-12-08 23:31:48 +00:00
_functoolsmodule.c
Issue #4113 : Added custom __repr__ method to functools.partial.
2010-12-01 20:05:49 +00:00
_gdbmmodule.c
#6045 : provide at least get() and setdefault() for all dbm modules.
2010-12-04 09:14:36 +00:00
_gestalt.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
Reverted accidental commit (from r87159)
2010-12-10 18:14:16 +00:00
_math.c
_math.h
_pickle.c
_posixsubprocess.c
Issue #10806 , issue #9905 : Fix subprocess pipes when some of the standard
2011-01-03 18:23:55 +00:00
_randommodule.c
_scproxy.c
_sre.c
_ssl.c
Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher)
2010-12-09 10:49:00 +00:00
_struct.c
Issue #10783 : struct.pack() doesn't encode implicitly unicode to UTF-8
2010-12-28 13:26:42 +00:00
_testcapimodule.c
test_unicode: use ctypes to test PyUnicode_FromFormat()
2011-01-05 00:19:28 +00:00
_threadmodule.c
Issue #8844 : Regular and recursive lock acquisitions can now be interrupted
2010-12-15 22:59:16 +00:00
_time.c
_time.h
_tkinter.c
_weakref.c
addrinfo.h
ar_beos
arraymodule.c
#1569291 : speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.
2010-12-04 11:02:04 +00:00
atexitmodule.c
Issue #10756 : atexit normalizes the exception before displaying it.
2011-01-05 03:54:25 +00:00
audioop.c
Issue #9566 : use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
binascii.c
bz2module.c
cmathmodule.c
config.c.in
cryptmodule.c
errnomodule.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
Issue #10333 : Remove ancient GC API, which has been deprecated since
2011-01-04 00:00:31 +00:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
Merge branches/pep-0384.
2010-12-03 20:14:31 +00:00
grpmodule.c
#775964 : skip YP/NIS entries instead of failing the test
2010-12-14 16:20:53 +00:00
hashlib.h
itertoolsmodule.c
Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max().
2010-12-03 02:09:34 +00:00
ld_so_aix.in
ld_so_beos
main.c
Issue #10841 : set binary mode on files; the parser translates newlines
2011-01-07 18:47:22 +00:00
makesetup
makexp_aix
mathmodule.c
md5module.c
Issue #9566 : use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
mmapmodule.c
Merge branches/pep-0384.
2010-12-03 20:14:31 +00:00
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c
Issue #6697 : Fixed instances of _PyUnicode_AsString() result not checked for NULL
2010-12-08 23:31:48 +00:00
posixmodule.c
Issue #7858 : Raise an error properly when os.utime() fails under Windows
2011-01-06 18:25:55 +00:00
pwdmodule.c
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
2010-11-30 09:30:54 +00:00
pyexpat.c
Issue #9566 : PyUnicode_FromFormatV() doesn't support %zi, use %zd instead
2011-01-04 22:00:04 +00:00
python.c
readline.c
#9907 : call rl_initialize early when using editline on OSX
2010-12-18 03:48:32 +00:00
resource.c
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
2010-11-30 09:30:54 +00:00
rotatingtree.c
rotatingtree.h
selectmodule.c
Issue #9566 : use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
Setup.config.in
Setup.dist
sha1module.c
Issue #9566 : use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
sha256module.c
Issue #9566 : use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
sha512module.c
Issue #9566 : use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
signalmodule.c
Remove redundant includes of headers that are already included by Python.h.
2010-11-30 09:41:01 +00:00
socketmodule.c
Issue #6697 : Fixed instances of _PyUnicode_AsString() result not checked for NULL
2010-12-08 23:31:48 +00:00
socketmodule.h
Issue #10272 : The ssl module now raises socket.timeout instead of a generic
2010-12-03 19:59:41 +00:00
spwdmodule.c
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
2010-11-30 09:30:54 +00:00
sre.h
sre_constants.h
symtablemodule.c
Remove redundant includes of headers that are already included by Python.h.
2010-11-30 09:41:01 +00:00
syslogmodule.c
Issue #6697 : Fixed instances of _PyUnicode_AsString() result not checked for NULL
2010-12-08 23:31:48 +00:00
termios.c
testcapi_long.h
timemodule.c
Further simplify gettmarg()
2011-01-06 21:57:06 +00:00
tkappinit.c
tkinter.h
unicodedata.c
Issue #9566 : use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
unicodedata_db.h
unicodename_db.h
xxlimited.c
Merge branches/pep-0384.
2010-12-03 20:14:31 +00:00
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c
Issue #8650 : zlib.compress() and zlib.decompress() raise an OverflowError if
2011-01-04 02:07:36 +00:00