summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0
* Try to fix issue #21425 workaround for shared library buildsAntoine Pitrou2014-05-111-2/+2
* Fix printing out error message when test fails and run with -bbAntoine Pitrou2014-05-111-1/+1
* Try workaround for test issues in #21425Antoine Pitrou2014-05-111-0/+8
* Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-114-4/+57
* asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.Guido van Rossum2014-05-101-5/+1
* MergeTim Golden2014-05-091-9/+9
|\
| * Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. I...Tim Golden2014-05-091-9/+9
* | Issue21452 Add missing backslash to build path for make_buildinfoTim Golden2014-05-091-6/+6
|/
* Issue #21438: Document what loaders don't require a module name forBrett Cannon2014-05-091-1/+11
* Issue #21157: Touch up imp docs to be more explicit about importlibBrett Cannon2014-05-091-4/+8
* Issue #21435: Segfault in gc with cyclic trashTim Peters2014-05-083-11/+62
* Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-085-4/+45
* #21300: fix typoR David Murray2014-05-082-4/+4
* Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout ...Kristján Valur Jónsson2014-05-082-7/+7
|\
| * The PyCOND_TIMEDWAIT must use microseconds for the timeout argumentKristján Valur Jónsson2014-05-082-7/+7
| * - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-074-13/+15
* | - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-074-14/+25
* | #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-073-23/+37
* | asyncio: Fix the second half of issue #21447: race in _write_to_self().Guido van Rossum2014-05-062-6/+14
* | Add prompts to interactive example.Zachary Ware2014-05-061-8/+8
* | Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* | asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum2014-05-051-1/+1
* | Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-043-12/+45
* | Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-041-1/+3
* | use with blocks to make sure files are closedBenjamin Peterson2014-05-041-18/+12
* | improve test coverage of filecmp (closes #21357)Benjamin Peterson2014-05-041-5/+75
* | Issue 21375: Fix possible Py_ssizet overflow in heapq.Raymond Hettinger2014-05-031-8/+8
* | Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-026-73/+64
* | Update to 1.0.1gMartin v. Löwis2014-05-015-7/+9
* | Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
|\ \ | |/
| * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
* | Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-292-4/+26
* | Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
* | Issue #17386: Expand Doc/make.bat to be much more similar to Doc/MakefileZachary Ware2014-04-292-23/+101
* | Issue #17386: Update Doc/README.txt to list all targetsZachary Ware2014-04-291-6/+23
* | Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.Zachary Ware2014-04-291-0/+1
* | Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-294-5/+37
* | Issue #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* | Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-292-1/+5
* | Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-292-1/+6
* | 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