summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* replace 512 bit dh key with a 2014 bit one (closes #23844)Benjamin Peterson2015-04-023-10/+8
* remove assignment in conditionalBenjamin Peterson2015-04-011-1/+2
* Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-013-1/+24
* Issue #23799: Added test.test_support.start_threads() for running andSerhiy Storchaka2015-04-018-87/+85
* Issue #23729: Improve docs for ElementTree namespace parsingRaymond Hettinger2015-03-311-8/+11
* Issue #23115: os.urandom() now releases the GIL when the getentropy() is usedVictor Stinner2015-03-301-6/+14
* Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.Serhiy Storchaka2015-03-301-5/+2
* Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case ofSerhiy Storchaka2015-03-301-7/+4
* Issue #23781: Add private helper function _PyErr_ReplaceException() thatSerhiy Storchaka2015-03-305-26/+27
* Issue #14904: Made test_unicode_repr_oflw to use less memory.Serhiy Storchaka2015-03-301-34/+43
* Issue #22390: Fix test_gzip if unicode filename doesn't workVictor Stinner2015-03-301-1/+1
* Issue #22390: Fix test_gzip, remove temporary fileVictor Stinner2015-03-291-0/+1
* Issue #22390: Fix test_pdb to remove created bar.pyc fileVictor Stinner2015-03-291-0/+1
* Issue #22390: Fix test_aifc to remove the created fileVictor Stinner2015-03-291-2/+6
* Issue #22390: Fix typo in regrtest, support => test_supportVictor Stinner2015-03-291-3/+3
* Issue #22390: test.regrtest now emits a warning if temporary files orSerhiy Storchaka2015-03-292-1/+15
* Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-286-16/+41
* Issue #23445: Fix test_gdb.python_is_optimized() for CFLAGS=-OgVictor Stinner2015-03-271-1/+1
* Check that failed writerow() doesn't produce change a file.Serhiy Storchaka2015-03-251-13/+21
* Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-253-1/+4
* Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-244-6/+69
* Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-244-3/+46
* Issue #23583: Fixed writing unicode to standard output stream in IDLE.Serhiy Storchaka2015-03-241-2/+2
* Issue #23583: Fixed writing unicode to standard output stream in IDLE.Serhiy Storchaka2015-03-243-1/+272
* #23512: list non-essential built-in functions after the table. Patch by Carl...Ezio Melotti2015-03-242-4/+10
* #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-242-38/+30
* Issue #21560: An attempt to write a data of wrong type no longer causeSerhiy Storchaka2015-03-233-2/+32
* Issue 23729: Document ElementTree namespace handling and fix an omission in ...Raymond Hettinger2015-03-221-0/+68
* #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-222-5/+8
* #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-225-31/+92
* clarify behavior of shutil.move when destination exists (closes #22933)Benjamin Peterson2015-03-221-6/+3
* Issue #22079: Py3k warning now is issued in PyType_Ready() instead ofSerhiy Storchaka2015-03-221-6/+9
* Issue #23075: Whether __builtins__ is a module or a dict is undefined inSerhiy Storchaka2015-03-211-1/+2
* Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.Ned Deily2015-03-193-12/+12
* Fixed Misc/NEWS entry for issue #23136.Serhiy Storchaka2015-03-191-1/+1
* Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-193-5/+26
* wrap properlyBenjamin Peterson2015-03-191-2/+2
* Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 sinceNed Deily2015-03-172-1/+31
* Fix up PCbuild/readme.txt a bit.Zachary Ware2015-01-151-7/+4
* Issue #22585, #23115: make URandomFDTests test case actually runNed Deily2015-03-171-0/+1
* versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-8/+11
* Use non-zero and non-last positions in error handler tests.Serhiy Storchaka2015-03-161-16/+24
* Increased coverage of standard codec error handlers.Serhiy Storchaka2015-03-151-30/+42
* Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
* Fix minor docs markup errors.Serhiy Storchaka2015-03-143-5/+5
* the default is sys.maxsize not sys.maxint (closes #23645)Benjamin Peterson2015-03-131-9/+9
* Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-133-15/+57
* Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-134-14/+75
* Issue #22928: Disabled HTTP header injections in httplib.Serhiy Storchaka2015-03-123-1/+98
* Issue #23615: Module tarfile is now can be reloaded with imp.reload().Serhiy Storchaka2015-03-113-2/+4