.. |
_ctypes
|
merge 3.2
|
2011-03-26 18:18:09 -05:00 |
_io
|
(merge 3.2) Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows.
|
2011-07-05 11:34:18 +02:00 |
_multiprocessing
|
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
|
2011-06-08 17:21:55 +02:00 |
_sqlite
|
merge 3.2
|
2011-05-31 21:31:59 -05:00 |
cjkcodecs
|
(Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecs
|
2011-06-03 23:34:32 +02:00 |
expat
|
…
|
|
zlib
|
Merge with 3.1.
|
2011-03-16 12:51:44 +02:00 |
Setup.config.in
|
…
|
|
Setup.dist
|
Issue #11393: Add the new faulthandler module
|
2011-03-31 01:31:06 +02:00 |
_bisectmodule.c
|
…
|
|
_bz2module.c
|
Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
|
2011-04-12 23:02:42 +02:00 |
_codecsmodule.c
|
Issue #9642: Uniformize the tests on the availability of the mbcs codec
|
2011-07-04 14:23:54 +02:00 |
_collectionsmodule.c
|
Simplify _count_elements() in _collections
|
2011-04-20 23:23:52 +02:00 |
_cryptmodule.c
|
…
|
|
_csv.c
|
…
|
|
_curses_panel.c
|
…
|
|
_cursesmodule.c
|
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
|
2011-03-14 17:36:54 +01:00 |
_datetimemodule.c
|
Issue #11930: Remove year >= 1000 limitation from datetime.strftime.
|
2011-05-02 13:14:24 -04:00 |
_dbmmodule.c
|
…
|
|
_elementtree.c
|
Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of
|
2011-03-21 13:26:24 +01:00 |
_functoolsmodule.c
|
Fix nit (make spelling consistent in prototype)
|
2011-04-09 12:57:00 -07:00 |
_gdbmmodule.c
|
…
|
|
_gestalt.c
|
…
|
|
_hashopenssl.c
|
…
|
|
_heapqmodule.c
|
…
|
|
_json.c
|
#12051: merge with 3.2.
|
2011-05-11 01:23:41 +03:00 |
_localemodule.c
|
…
|
|
_lsprof.c
|
Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the
|
2011-06-20 14:59:53 +02:00 |
_math.c
|
…
|
|
_math.h
|
…
|
|
_pickle.c
|
#11565: Merge with 3.1.
|
2011-03-16 11:35:38 +02:00 |
_posixsubprocess.c
|
_posixsubprocess.c: don't redefine _GNU_SOURCE if it's already defined
|
2011-05-26 14:10:08 +02:00 |
_randommodule.c
|
…
|
|
_scproxy.c
|
…
|
|
_sre.c
|
…
|
|
_ssl.c
|
Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
|
2011-05-24 12:05:19 +02:00 |
_struct.c
|
#11515: Merge with 3.1.
|
2011-03-15 05:59:46 +02:00 |
_testcapimodule.c
|
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
|
2011-03-21 18:15:42 +01:00 |
_testembed.c
|
Issue #12090: backport 79fcd71d0356
|
2011-05-26 00:37:45 +02:00 |
_threadmodule.c
|
Merge 3.2
|
2011-06-01 19:47:24 +02:00 |
_time.c
|
…
|
|
_time.h
|
…
|
|
_tkinter.c
|
Merge from 3.2
|
2011-05-11 14:18:13 -04:00 |
_weakref.c
|
…
|
|
addrinfo.h
|
…
|
|
ar_beos
|
…
|
|
arraymodule.c
|
Revert a reversed comparison order introduced in r70695.
|
2011-06-07 20:09:32 -07:00 |
atexitmodule.c
|
Issue #10756: atexit normalizes the exception before displaying it. Patch by
|
2011-05-15 18:57:44 +02:00 |
audioop.c
|
…
|
|
binascii.c
|
…
|
|
cmathmodule.c
|
#11565: Merge with 3.1.
|
2011-03-16 11:35:38 +02:00 |
config.c.in
|
…
|
|
errnomodule.c
|
Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module.
|
2011-05-07 09:59:03 +02:00 |
faulthandler.c
|
faulthandler: add missing include, pthread.h, for FreeBSD 6
|
2011-06-29 23:28:02 +02:00 |
fcntlmodule.c
|
…
|
|
fpectlmodule.c
|
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
|
2011-03-14 17:36:54 +01:00 |
fpetestmodule.c
|
…
|
|
gc_weakref.txt
|
…
|
|
gcmodule.c
|
Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of
|
2011-03-21 13:26:24 +01:00 |
getaddrinfo.c
|
…
|
|
getbuildinfo.c
|
merge 3.2
|
2011-03-28 17:26:04 -05:00 |
getnameinfo.c
|
…
|
|
getpath.c
|
calculate_path() decodes the PYTHONPATH environment variable from the locale
|
2011-06-20 14:45:54 +02:00 |
grpmodule.c
|
…
|
|
hashlib.h
|
…
|
|
itertoolsmodule.c
|
Merge 3.2
|
2011-03-30 11:32:06 +00:00 |
ld_so_aix.in
|
…
|
|
ld_so_beos
|
…
|
|
main.c
|
Issue #11918: OS/2 and VMS are no more supported because of the lack of
|
2011-04-26 22:48:24 +02:00 |
makesetup
|
…
|
|
makexp_aix
|
…
|
|
mathmodule.c
|
Issue #11888: Use system log2() when available
|
2011-05-09 12:45:41 +02:00 |
md5module.c
|
…
|
|
mmapmodule.c
|
Merge with 3.2 (Issue #12404).
|
2011-06-25 10:11:44 +02:00 |
nismodule.c
|
Remove a redundant assignment.
|
2011-06-06 20:24:11 -07:00 |
operator.c
|
…
|
|
ossaudiodev.c
|
Issue #12287: In ossaudiodev, check that the device isn't closed in several
|
2011-06-11 18:58:24 +02:00 |
parsermodule.c
|
always clear parser error
|
2011-06-05 22:14:05 -05:00 |
posixmodule.c
|
Issue #12442: add shutil.disk_usage()
|
2011-07-01 13:55:36 +02:00 |
pwdmodule.c
|
…
|
|
pyexpat.c
|
merge 3.1
|
2011-05-31 21:38:49 -05:00 |
python.c
|
…
|
|
readline.c
|
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
|
2011-03-21 18:15:42 +01:00 |
resource.c
|
…
|
|
rotatingtree.c
|
…
|
|
rotatingtree.h
|
…
|
|
selectmodule.c
|
merge 3.2
|
2011-06-27 09:16:40 -05:00 |
sha1module.c
|
…
|
|
sha256module.c
|
…
|
|
sha512module.c
|
…
|
|
signalmodule.c
|
Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
|
2011-06-25 12:13:40 +02:00 |
socketmodule.c
|
merge heads.
|
2011-06-04 23:05:19 -07:00 |
socketmodule.h
|
Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).
|
2011-05-15 13:16:22 +02:00 |
spwdmodule.c
|
…
|
|
sre.h
|
…
|
|
sre_constants.h
|
…
|
|
symtablemodule.c
|
…
|
|
syslogmodule.c
|
…
|
|
termios.c
|
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
|
2011-03-14 17:36:54 +01:00 |
testcapi_long.h
|
…
|
|
timemodule.c
|
Issue #9642: Uniformize the tests on the availability of the mbcs codec
|
2011-07-04 14:23:54 +02:00 |
tkappinit.c
|
…
|
|
tkinter.h
|
…
|
|
unicodedata.c
|
…
|
|
unicodedata_db.h
|
…
|
|
unicodename_db.h
|
…
|
|
xxlimited.c
|
…
|
|
xxmodule.c
|
…
|
|
xxsubtype.c
|
…
|
|
zipimport.c
|
zipimport: initialize fullpath to NULL
|
2011-05-26 13:59:41 +02:00 |
zlibmodule.c
|
Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
|
2011-05-15 00:19:50 +02:00 |