summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* mergeChristian Heimes2013-08-161-0/+7
|\
| * Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-161-0/+4
| * Issue #1666318: Add a test that shutil.copytree() retains directory permissions.Antoine Pitrou2013-08-161-0/+3
* | Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesChristian Heimes2013-08-161-0/+6
|/
* issue #18698: ensure importlib.reload() returns the module out of sys.modules.Eric Snow2013-08-151-0/+2
* Issue #18405: Improve the entropy of crypt.mksalt().Victor Stinner2013-08-131-0/+2
* Issue #17701: Improving strftime documentation.David Wolever2013-08-121-0/+2
* Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.Larry Hastings2013-08-121-0/+2
* Issue #18676: Change 'positive' to 'non-negative' in queue.py put and getTerry Jan Reedy2013-08-102-0/+4
* Issue #18429: Add user-oriented News entry about Format / Format ParagraphTerry Jan Reedy2013-08-101-0/+4
* Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.Terry Jan Reedy2013-08-101-0/+3
* #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).Ezio Melotti2013-08-101-0/+2
* #8112: Update the documenting xmlrpc server to use getfullargspec.R David Murray2013-08-101-0/+3
* #18357: add tests for dictview set difference. Patch by Fraser Tweedale.Ezio Melotti2013-08-082-0/+4
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-081-0/+3
* Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.Christian Heimes2013-08-061-0/+3
* #18657: remove duplicate entries from Misc/ACKS.R David Murray2013-08-041-3/+0
* Merge headsSerhiy Storchaka2013-08-031-0/+2
|\
| * Issue #16067: Add description into MSI file to replace installer's temporary ...Martin v. Löwis2013-08-031-0/+2
* | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-0/+2
|/
* Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-031-0/+2
* - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-031-0/+2
* Close #18396: fix spurious test_signal failure on WindowsNick Coghlan2013-08-031-0/+3
* Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.Ned Deily2013-08-031-0/+2
* Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-022-0/+4
* Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-021-0/+2
* Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-0/+3
* Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-0/+3
* Issue #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-282-0/+4
* Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().Christian Heimes2013-07-261-0/+3
* Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.Christian Heimes2013-07-261-0/+2
* Issue #18560: Fix potential NULL pointer dereference in sum()Christian Heimes2013-07-261-0/+2
* Issue #18559: Fix NULL pointer dereference error in _pickle moduleChristian Heimes2013-07-261-0/+2
* Issue #18556: Check the return value for PyUnicode_AsWideChar() inBrett Cannon2013-07-251-0/+3
* Issue #18549: Eliminate dead code in socket_ntohl().Christian Heimes2013-07-251-0/+2
* #16937: document that stdin is always buffered, even when -u is used. Patch ...Ezio Melotti2013-07-252-1/+3
* Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-0/+4
* Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-221-0/+3
* Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-221-0/+2
* Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-211-0/+2
* Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson2013-07-201-0/+3
* #18480: Add missing PyType_Ready call to _elementtree extensionRonald Oussoren2013-07-191-0/+2
* Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-171-0/+3
* Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-0/+3
* Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-0/+2
* Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-161-0/+3
* Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-161-0/+3
* - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-151-0/+3
* Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().Richard Oudkerk2013-07-151-0/+2
* Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-152-0/+4