cpython/Modules
Victor Stinner 6ee7a57b38 (Merge 3.2) posixmodule.c: fix function name in argument parsing
Fix os.fchown() and os.open()

Remove also trailing spaces and replace tabs by spaces.
2011-06-17 15:18:16 +02:00
..
_ctypes merge 3.2 2011-03-26 18:18:09 -05:00
_io Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(), 2011-06-01 00:01:24 +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
_collectionsmodule.c Simplify _count_elements() in _collections 2011-04-20 23:23:52 +02:00
_cryptmodule.c Issue #10924: Adding salt and Modular Crypt Format to crypt library. 2011-02-22 10:55:44 +00:00
_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 Remove useless argument of _PyUnicode_AsDefaultEncodedString() 2011-03-02 01:03:11 +00:00
_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
_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 Issue #8914: fix various warnings from the Clang static analyzer v254. 2011-02-22 20:15:44 +00:00
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 Remove useless assignments 2011-05-26 13:47:08 +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 Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath() 2011-03-17 23:34:33 +01:00
grpmodule.c
hashlib.h
itertoolsmodule.c Merge 3.2 2011-03-30 11:32:06 +00:00
ld_so_aix.in #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. 2011-02-15 15:44:51 +00:00
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 Issue #12021: Make mmap's read() method argument optional. Patch by Petri 2011-06-08 19:18:14 +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 (Merge 3.2) posixmodule.c: fix function name in argument parsing 2011-06-17 15:18:16 +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 Issue #11757: select.select() now raises ValueError when a negative timeout 2011-04-09 23:49:58 +02:00
sha1module.c
sha256module.c
sha512module.c
signalmodule.c Issue #8407: signal.sigwait() releases the GIL 2011-06-10 01:39:53 +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 Removed unused variable 2011-05-02 13:44:20 -04: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