aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-17Version bump for 3.4.1.upstream-v3.4.1Larry Hastings
2014-05-17Rebuild pydoc topics.Larry Hastings
2014-05-17Merge.Larry Hastings
2014-05-17Post-release version bump for 3.4.1rc1. Sorry it's late!Larry Hastings
2014-05-16Upgrade pip to 1.5.6Donald Stufft
2014-05-18Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou
2014-05-17support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson
2014-05-17Miscellaneous corrections and updates to the OS X README file.Ned Deily
2014-05-15Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy
2014-05-15Issue #21364: remove recommendation of broken pattern.Antoine Pitrou
2014-05-14Issue #21488: Oops, the patch for codecs.encode/decode doc was written byVictor Stinner
2014-05-14Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka
2014-05-14Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka
2014-05-14Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner
2014-05-14Backed out changeset 6ceedbd88b5fVictor Stinner
2014-05-14Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...Victor Stinner
2014-05-14Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner
2014-05-14#21347: use string not list in shell=True example.R David Murray
2014-05-13Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger
2014-05-13Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.Eric Snow
2014-05-13Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...Guido van Rossum
2014-05-13- Issue #17756: Fix test_code test when run from the installed location.doko@ubuntu.com
2014-05-12Issue 21469: Add missing news itemRaymond Hettinger
2014-05-12Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger
2014-05-12Merge doc change from 3.3Jason R. Coombs
2014-05-12Update docs to reflect resurrection of Setuptools over DistributeJason R. Coombs
2014-05-12Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow
2014-05-13Issue #21398: Fix an unicode error in the pydoc pager when the documentationVictor Stinner
2014-05-13Issue #21418: Fix a crash in the builtin function super() when called withoutVictor Stinner
2014-05-12Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess codeVictor Stinner
2014-05-12Issue #21422: Add a test to check that bool << int and bool >> int return an intVictor Stinner
2014-05-12asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...Guido van Rossum
2014-05-11Issue #21383: Allow "make touch" to work when building outside of theNed Deily
2014-05-11Issue #18104: News for 3.4 (which will not merge forward).Terry Jan Reedy
2014-05-11whitespaceTerry Jan Reedy
2014-05-11Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy
2014-05-11use logical rather than bit andBenjamin Peterson
2014-05-11Change all references to Unix to POSIX in the subprocess docs. It'sGregory P. Smith
2014-05-11Remove the warning-soup from the subprocess documentation by addingGregory P. Smith
2014-05-11remove confusing delete indexing (closes #21466)Benjamin Peterson
2014-05-11Try to fix issue #21425 workaround for shared library buildsAntoine Pitrou
2014-05-11Fix printing out error message when test fails and run with -bbAntoine Pitrou
2014-05-11Try workaround for test issues in #21425Antoine Pitrou
2014-05-11Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou
2014-05-10asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.Guido van Rossum
2014-05-09MergeTim Golden
2014-05-09Issue21452 Add missing backslash to build path for make_buildinfoTim Golden
2014-05-09Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. I...Tim Golden
2014-05-09Issue #21438: Document what loaders don't require a module name forBrett Cannon
2014-05-09Issue #21157: Touch up imp docs to be more explicit about importlibBrett Cannon