summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
* | Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-283-0/+37
* | Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-283-3/+33
* | asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-274-2/+16
* | asyncio: Be careful accessing instance variables in __del__ (closes #21340).Guido van Rossum2014-04-271-1/+3
* | #18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray2014-04-261-7/+3
* | make operations on closed dumb databases raise a consistent exception (closes...Benjamin Peterson2014-04-263-4/+40
* | shallow defaults to 'True' not '1' (closes #21355)Benjamin Peterson2014-04-261-1/+1
* | Issue #21207: Detect when the os.urandom cached fd has been closed or replace...Antoine Pitrou2014-04-263-10/+85
* | #21225: copy docstrings from base classesAndrew Kuchling2014-04-251-4/+4
* | Issue #21346: Fix typo, make message consistent in test_itertools.Zachary Ware2014-04-241-1/+1
* | "Escape" a character in the middle of "warning"Zachary Ware2014-04-231-8/+8
* | fix the test on windows which has different return codes from killedGregory P. Smith2014-04-231-5/+10
* | Prevent Sphinx error on whatsnew/changelogZachary Ware2014-04-231-1/+1
* | subprocess's Popen.wait() is now thread safe so that multiple threadsGregory P. Smith2014-04-233-10/+92
* | fix off-by-one error (closes #21330)Benjamin Peterson2014-04-231-1/+1
* | Issue #21127: Path objects can now be instantiated from str subclass instance...Antoine Pitrou2014-04-224-2/+36
* | Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy2014-04-222-2/+4
* | Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-223-10/+15
* | NEWS entry for #15002Senthil Kumaran2014-04-201-0/+4
* | urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)Senthil Kumaran2014-04-202-66/+60
* | #12220: improve minidom error when URI contains spaces.R David Murray2014-04-204-1/+11
* | Issue #11571: Ensure that the turtle window becomes the topmost windowNed Deily2014-04-202-0/+10
* | Issue #21311: Avoid exception in _osx_support with non-standard compilerNed Deily2014-04-193-1/+5
* | #9364: Improve the text printed by help(pydoc) and help(help).R David Murray2014-04-192-4/+9
* | Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.Eric Snow2014-04-193-1/+22
* | Issue #21232: Replace .splitlines arg '1' with 'keepends=True'.Terry Jan Reedy2014-04-181-6/+6
* | Issue #21289: Fix documentation building on Windows using Doc/make.bat.Zachary Ware2014-04-183-4/+5
* | NEWS for latest asyncio commit.Guido van Rossum2014-04-181-0/+3
* | asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163).Guido van Rossum2014-04-152-0/+59
* | Fix a typo in the docstring of nb_index.Zachary Ware2014-04-181-1/+1
* | Fix a typo in the signature for object.__ge__Zachary Ware2014-04-181-1/+1
* | correct len signature in docstring (closes #21294)Benjamin Peterson2014-04-181-1/+1
* | fix ref count annotations on sphinx >= 1.2.1 (closes #21286)Benjamin Peterson2014-04-171-1/+4
* | - Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com2014-04-173-38/+53
* | Fixes for KFreeBSD and the Hurd:doko@ubuntu.com2014-04-174-2/+15
* | - Issue #15234: For BerkelyDB and Sqlite, only add the found library anddoko@ubuntu.com2014-04-172-2/+17
* | Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Close...Senthil Kumaran2014-04-171-6/+6
* | Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #...Senthil Kumaran2014-04-171-1/+1
* | #18628: clarify index entry for source file encoding declaration.R David Murray2014-04-171-1/+1
* | remove superfluous and useless lineBenjamin Peterson2014-04-161-1/+0
* | use the called property of the run_pip mock rather than an assertion method t...Benjamin Peterson2014-04-161-8/+8
* | Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers a...Senthil Kumaran2014-04-161-1/+4
* | Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #2...Antoine Pitrou2014-04-161-1/+6
* | #18566: WhitespaceTerry Jan Reedy2014-04-161-5/+5
* | Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-162-7/+8
* | #1704474: mark refleak test as specific to CPythonAndrew Kuchling2014-04-151-0/+1
* | #15840: make docs consistent by saying operations on closed files raise Value...Andrew Kuchling2014-04-161-2/+2
* | #20874: reflow paragraph.R David Murray2014-04-161-7/+7
* | #20874: update tutorial wording: sophisticated line editing is now standard.R David Murray2014-04-161-4/+3