You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Peterson a12d92bec1 merge 3.3 (#27783) 10 years ago
..
_ctypes Issue #20160: Merged fix from 3.3. 10 years ago
_decimal Issue #17202: Add .bat to .hgeol to force them to CRLF. 11 years ago
_io Issue #25523: Correct "a" article to "an" article 10 years ago
_multiprocessing Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
_sqlite Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 11 years ago
cjkcodecs Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs 11 years ago
clinic Issue #25523: Correct "a" article to "an" article 10 years ago
expat sync ordering of stddef.h includes with expat 2.1.1 10 years ago
zlib Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
Setup.config.in Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
Setup.dist - Use PLATDIR for the platform directory everywhere (refactoring only) 11 years ago
_bisectmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_bz2module.c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
_codecsmodule.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
_collectionsmodule.c merge 3.3 10 years ago
_cryptmodule.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_csv.c merge 3.3 (#27758) 10 years ago
_curses_panel.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_cursesmodule.c fail when negative values are passed to instr() 10 years ago
_datetimemodule.c Closes issue #23600: Wrong results from tzinfo.fromutc(). 10 years ago
_dbmmodule.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_elementtree.c Issue25814: Propagate all errors from custom XML parser handlers 10 years ago
_freeze_importlib.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_functoolsmodule.c ensure .keywords is always a dict 11 years ago
_gdbmmodule.c Close #19282: Native context management in dbm 12 years ago
_hashopenssl.c Issue #25523: Correct "a" article to "an" article 10 years ago
_heapqmodule.c Defend against a mutation during comparison 11 years ago
_json.c Issue #24683: Fixed crashes in _json functions called with arguments of 11 years ago
_localemodule.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
_lsprof.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
_lzmamodule.c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
_math.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
_math.h Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
_opcode.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_operator.c merge 3.3 (#27783) 10 years ago
_pickle.c Fixed reference leak when read truncated pickle. 10 years ago
_posixsubprocess.c Issue #25764: Preserve subprocess fork exception when preexec_fn used 10 years ago
_randommodule.c Issue #24620: Random.setstate() now validates the value of state last element. 11 years ago
_scproxy.c Fix for issue #9568. 15 years ago
_sre.c merge 3.3 (#27774) 10 years ago
_ssl.c open the cert store readonly 10 years ago
_ssl_data.h Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
_stat.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_struct.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
_testbuffer.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
_testcapimodule.c Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). 11 years ago
_testembed.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_testimportmultiple.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_threadmodule.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 years ago
_tkinter.c Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 11 years ago
_tracemalloc.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
_weakref.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_winapi.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
addrinfo.h Recorded merge of revisions 81029 via svnmerge from 16 years ago
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and 25 years ago
arraymodule.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
atexitmodule.c Issue #25523: Correct "a" article to "an" article 10 years ago
audioop.c Issue #25523: Correct "a" article to "an" article 10 years ago
binascii.c merge 3.3 (closes #27760) 10 years ago
cmathmodule.c Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). 11 years ago
config.c.in Issue #13590: Improve support for OS X Xcode 4: 14 years ago
errnomodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
faulthandler.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 years ago
fcntlmodule.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
fpectlmodule.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
fpetestmodule.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c Issue #21435: Segfault in gc with cyclic trash 12 years ago
getaddrinfo.c Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
getbuildinfo.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
getnameinfo.c Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
getpath.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
grpmodule.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
hashlib.h Issue #25523: Correct "a" article to "an" article 10 years ago
hashtable.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
hashtable.h Issue #21036: Fix typo in macro name 12 years ago
itertoolsmodule.c merge 3.3 10 years ago
ld_so_aix.in Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path. Closes 25 years ago
main.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
makesetup Issue #17095: Fix Modules/Setup *shared* support. 12 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
md5module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
mmapmodule.c include fcntl.h on all *nix platforms (closes #24217) 11 years ago
nismodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ossaudiodev.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
overlapped.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
parsermodule.c (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error 12 years ago
posixmodule.c os.sendfile(headers=None, trailers=None) arguments are not actually accepted 10 years ago
posixmodule.h Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
pwdmodule.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
pyexpat.c Raise more correct exception on overflow in setting buffer_size attribute of 10 years ago
python.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
readline.c Issue #25523: Correct "a" article to "an" article 10 years ago
resource.c Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. 12 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c add a missing comma (closes #25371) 10 years ago
sha1module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sha256module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sha512module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
signalmodule.c Issue #20320: select.select() and select.kqueue.control() now round the timeout 12 years ago
socketmodule.c Issue #24684: socket.socket.getaddrinfo() now calls 10 years ago
socketmodule.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
spwdmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sre.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sre_constants.h Issue #13592: Improved the repr for regular expression pattern objects. 12 years ago
sre_lib.h Issue #18684: Fixed reading out of the buffer in the re module. 11 years ago
symtablemodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
syslogmodule.c Issue #20437: Fixed 22 potential bugs when deleting objects references. 12 years ago
termios.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c Issue #24917: time_strftime() buffer over-read. 10 years ago
tkappinit.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 11 years ago
unicodedata.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
unicodedata_db.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
unicodename_db.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
xxlimited.c Issue #17162: Add PyType_GetSlot. 12 years ago
xxmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
xxsubtype.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
zipimport.c reject negative data_size 10 years ago
zlibmodule.c Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago