summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #23458: Remove test_os.test_urandom_fd_non_inheritable()Victor Stinner2015-04-062-63/+0
* remove extra arguments in arg parsing format codes (closes #23875)Benjamin Peterson2015-04-061-2/+2
* Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj andSerhiy Storchaka2015-04-046-17/+80
* Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-2/+2
* Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-043-2/+6
* Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
* Escaped backslashes in docstrings.Serhiy Storchaka2015-04-033-5/+5
* use rc rather than betaBenjamin Peterson2015-04-031-2/+2
* Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().Serhiy Storchaka2015-04-021-1/+108
* Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().Serhiy Storchaka2015-04-023-6/+61
* Issue #16840: Fixed test_tcl for Tcl < 8.5.Serhiy Storchaka2015-04-021-3/+3
* Issue #21526: Skip test_booleans on Tcl < 8.5.Serhiy Storchaka2015-04-021-0/+1
* Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-023-20/+267
* Issue #23834: Fix socket.sendto(), use the C long type to store the result ofVictor Stinner2015-04-022-1/+5
* - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 anddoko@ubuntu.com2015-04-021-3/+3
* Issue #21526: Fixed the test_booleans test for wantobjects = 0.Serhiy Storchaka2015-04-021-2/+6
* Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-023-15/+51
* 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