summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #23735: Avoid sighandler_t Gnu-ismMartin Panter2016-04-031-1/+1
* Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-031-0/+31
* Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-271-0/+4
* Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-221-0/+3
* Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-071-4/+4
* Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls onNed Deily2016-02-231-5/+11
* open the cert store readonlyBenjamin Peterson2016-02-181-2/+6
* Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS XNed Deily2016-02-151-2/+18
* Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation withCharles-François Natali2016-02-121-4/+12
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-102-2/+2
* Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-25/+41
* Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-1/+1
* Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261...Serhiy Storchaka2016-01-281-8/+8
* Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883).Serhiy Storchaka2016-01-281-4/+3
* Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-131/+214
* Issue #26198: Added tests for string-related format units of PyArg_Parse*()Serhiy Storchaka2016-01-281-3/+294
* reject negative data_sizeBenjamin Peterson2016-01-221-0/+4
* prevent buffer overflow in get_data (closes #26171)Benjamin Peterson2016-01-211-0/+5
* fix refleak in error conditionBenjamin Peterson2016-01-211-0/+1
* Replace fpgetmask() with fedisableexcept()Victor Stinner2016-01-201-5/+2
* Issue #26114: Remove mention of 'Numerical Recipes'.Brett Cannon2016-01-151-3/+2
* remove some copyright notices supserseded by the toplevel onesBenjamin Peterson2016-01-012-4/+0
* Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-274-31/+19
* Issue #20440: Applied yet one patch for using Py_SETREF.Serhiy Storchaka2015-12-273-22/+11
* Issue #24103: Fixed possible use after free in ElementTree.iterparse().Serhiy Storchaka2015-12-241-13/+7
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-2415-92/+49
* Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-197-7/+7
* Fixed possible leaks in ElementTree parser.Serhiy Storchaka2015-12-091-2/+8
* Issue25814: Propagate all errors from custom XML parser handlersSerhiy Storchaka2015-12-061-73/+45
* Fixed reference leak when read truncated pickle.Serhiy Storchaka2015-11-301-1/+4
* Fixed compilation error introduced in 745fd5550bc0.Serhiy Storchaka2015-11-261-1/+1
* Issue #19687: Fixed possible integer overflows in ElementTree.Serhiy Storchaka2015-11-251-6/+23
* Issue #25725: Fixed a reference leak in cPickle.loads() when unpicklingSerhiy Storchaka2015-11-251-19/+10
* Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.Serhiy Storchaka2015-11-231-2/+22
* Issue #19687: Fixed memory leak on failed Element slice assignment.Serhiy Storchaka2015-11-221-10/+6
* rm trailing wsBenjamin Peterson2015-11-141-1/+1
* fix possible memory lea k in _get_aia_uri (closes #25578)Benjamin Peterson2015-11-141-1/+4
* fix build with older openssl (#25569)Benjamin Peterson2015-11-141-1/+1
* Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7Raymond Hettinger2015-11-131-1/+1
* Deque uses "len" instead of varhead in Py2.7Raymond Hettinger2015-11-121-1/+1
* always set OP_NO_SSLv3 by default (closes #25530)Benjamin Peterson2015-11-121-0/+2
* fix memory leak in _get_crl_dp (closes #25569)Benjamin Peterson2015-11-121-28/+24
* Issue #892902: Fixed pickling recursive objects.Serhiy Storchaka2015-11-071-0/+21
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-022-2/+2
* Issue #22413: Document newline effect on StringIO initializer and getvalueMartin Panter2015-10-101-1/+6
* Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6Raymond Hettinger2015-10-071-1/+5
* Issue #25290: Fix typo in csv.reader() docstringBerker Peksag2015-10-021-1/+1
* Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-271-4/+5
* fix spacingBenjamin Peterson2015-09-271-2/+2
* Issue #25135: Avoid possible reentrancy issues in deque_clear.Raymond Hettinger2015-09-261-3/+57