aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-08Issue #21435: Segfault in gc with cyclic trashTim Peters
2014-05-09Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou
2014-05-08#21300: fix typoR David Murray
2014-05-08Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout ...Kristján Valur Jónsson
2014-05-08The PyCOND_TIMEDWAIT must use microseconds for the timeout argumentKristján Valur Jónsson
2014-05-07- Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com
2014-05-07- Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com
2014-05-06#21300: Clean up the docs for the email "policy" arguments.R David Murray
2014-05-06asyncio: Fix the second half of issue #21447: race in _write_to_self().Guido van Rossum
2014-05-06Add prompts to interactive example.Zachary Ware
2014-05-06Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware
2014-05-05asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum
2014-05-04Added tag v3.4.1rc1 for changeset c67a19e11a71Larry Hastings
2014-05-04Version bump for 3.4.1rc1.upstream-v3.4.1rc1Larry Hastings
2014-05-04Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings
2014-05-03Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily
2014-05-03use with blocks to make sure files are closedBenjamin Peterson
2014-05-03improve test coverage of filecmp (closes #21357)Benjamin Peterson
2014-05-03Issue 21375: Fix possible Py_ssizet overflow in heapq.Raymond Hettinger
2014-05-02Issue #18604: Consolidated checks for GUI availability.Zachary Ware
2014-05-01Update to 1.0.1gMartin v. Löwis
2014-04-29Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith
2014-04-29Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith
2014-04-29Issue #21374: Fix pickling of DecimalTuple.Stefan Krah
2014-04-29Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea
2014-04-29Issue #17386: Expand Doc/make.bat to be much more similar to Doc/MakefileZachary Ware
2014-04-29Issue #17386: Update Doc/README.txt to list all targetsZachary Ware
2014-04-29Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.Zachary Ware
2014-04-29Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou
2014-04-29Issue #21055: Index (augmented) assignment symbols.Terry Jan Reedy
2014-04-29Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy
2014-04-29Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy
2014-04-29Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou
2014-04-29Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou
2014-04-28Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou
2014-04-27asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum
2014-04-27asyncio: Be careful accessing instance variables in __del__ (closes #21340).Guido van Rossum
2014-04-26#18243: Remove obsolete cautionary note from email mktime_tz docs.R David Murray
2014-04-26make operations on closed dumb databases raise a consistent exception (closes...Benjamin Peterson
2014-04-26shallow defaults to 'True' not '1' (closes #21355)Benjamin Peterson
2014-04-26Issue #21207: Detect when the os.urandom cached fd has been closed or replace...Antoine Pitrou
2014-04-25#21225: copy docstrings from base classesAndrew Kuchling
2014-04-24Issue #21346: Fix typo, make message consistent in test_itertools.Zachary Ware
2014-04-23"Escape" a character in the middle of "warning"Zachary Ware
2014-04-23fix the test on windows which has different return codes from killedGregory P. Smith
2014-04-23Prevent Sphinx error on whatsnew/changelogZachary Ware
2014-04-23subprocess's Popen.wait() is now thread safe so that multiple threadsGregory P. Smith
2014-04-22fix off-by-one error (closes #21330)Benjamin Peterson
2014-04-23Issue #21127: Path objects can now be instantiated from str subclass instance...Antoine Pitrou
2014-04-22Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy