summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-181/+414
| | | | Patch by Saimadhav Heblikar
* Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
|
* Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-233-1/+23
| | | | | | raise an exception when a module doesn't exist. Thanks to Pavel Aslanov for the bug report.
* Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-233-6/+28
| | | | when reference or offset size is not a power of two.
* Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-232-0/+187
| | | | PanedWindow.paneconfigure(), and Menu.entryconfigure().
* Issue #21523: Fix over-pessimistic computation of the stack effect of some ↵Antoine Pitrou2014-05-233-5/+59
| | | | | | | opcodes in the compiler. This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators.
* Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-232-2/+8
| | | | Patch prepared by David Harrigan.
* Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
|
* Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
|
* Issue 21554: Repair an out-of-date tutorial example to reflect changes in ↵Raymond Hettinger2014-05-221-0/+2
| | | | shutil.
* Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
|
* asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock toVictor Stinner2014-05-201-1/+1
| | | | simplify the synchronization with Trollius
* merge headsTerry Jan Reedy2014-05-202-27/+26
|\
| * Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-192-27/+26
| |
* | Issue 20620: Update the min()/max() docs for the new default argument.Raymond Hettinger2014-05-191-6/+10
| | | | | | | | Patch provided by Berker Peksag.
* | Merge.Larry Hastings2014-05-191-5/+7
|\ \ | |/
| * Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
| |
* | Added tag v3.4.1 for changeset c0e311e010fcLarry Hastings2014-05-181-0/+1
| |
* | Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-184-6/+6
| |
* | Rebuild pydoc topics.Larry Hastings2014-05-181-78/+78
|/
* Merge.Larry Hastings2014-05-1869-4598/+5120
|\
| * Upgrade pip to 1.5.6Donald Stufft2014-05-172-1/+1
| |
| * Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-171-3/+20
| |
| * support pep 3118 format strings for ctypes objects with nontrivial shapes ↵Benjamin Peterson2014-05-175-15/+74
| | | | | | | | | | | | (closes #10744) Patch by Matti Picus.
| * Miscellaneous corrections and updates to the OS X README file.Ned Deily2014-05-171-13/+17
| |
| * Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
| |
| * Issue #21364: remove recommendation of broken pattern.Antoine Pitrou2014-05-151-15/+12
| |
| * Issue #21488: Oops, the patch for codecs.encode/decode doc was written byVictor Stinner2014-05-141-1/+0
| | | | | | | | | | Berker Peksag (already present in Misc/ACKS). The issue was reported by Brad Aylsworth.
| * Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-145-19/+25
| | | | | | | | with ignore case. Original patch by Matthew Barnett.
| * Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-144-2/+17
| | | | | | | | binary mode is specified. Patch by Sam Kimbrel.
| * Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner2014-05-142-0/+29
| | | | | | | | | | None: RuntimeError("sys.stderr is None") instead of AttributeError("'NoneType' object has no attribute 'fileno'").
| * Backed out changeset 6ceedbd88b5fVictor Stinner2014-05-142-22/+6
| |
| * Issue #21488: Add support of keyword arguments for codecs.encode and ↵Victor Stinner2014-05-142-6/+22
| | | | | | | | codecs.decode
| * Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword ↵Victor Stinner2014-05-142-4/+7
| | | | | | | | | | | | support. Patch written by Brad Aylsworth.
| * #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
| | | | | | | | Patch by Akira.
| * Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-142-1/+6
| | | | | | | | to fully cover its state space.
| * Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.Eric Snow2014-05-132-7/+10
| |
| * Fix test-order-dependend asyncio test failure caused by rev ↵Guido van Rossum2014-05-131-6/+9
| | | | | | | | 909ea8cc86bbab92dbb6231668f403b7360f30fa.
| * - Issue #17756: Fix test_code test when run from the installed location.doko@ubuntu.com2014-05-132-1/+3
| |
| * Issue 21469: Add missing news itemRaymond Hettinger2014-05-131-0/+4
| |
| * Issue 21469: Mitigate risk of false positives with robotparser.Raymond Hettinger2014-05-131-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Repair the broken link to norobots-rfc.txt. * HTTP response codes >= 500 treated as a failed read rather than as a not found. Not found means that we can assume the entire site is allowed. A 5xx server error tells us nothing. * A successful read() or parse() updates the mtime (which is defined to be "the time the robots.txt file was last fetched"). * The can_fetch() method returns False unless we've had a read() with a 2xx or 4xx response. This avoids false positives in the case where a user calls can_fetch() before calling read(). * I don't see any easy way to test this patch without hitting internet resources that might change or without use of mock objects that wouldn't provide must reassurance.
| * Merge doc change from 3.3Jason R. Coombs2014-05-131-2/+2
| |\
| | * Update docs to reflect resurrection of Setuptools over DistributeJason R. Coombs2014-05-131-2/+2
| | |
| * | Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-125-4269/+4319
| | |
| * | Issue #21398: Fix an unicode error in the pydoc pager when the documentationVictor Stinner2014-05-132-0/+6
| | | | | | | | | | | | contains characters not encodable to the stdout encoding.
| * | Issue #21418: Fix a crash in the builtin function super() when called withoutVictor Stinner2014-05-122-2/+12
| | | | | | | | | | | | argument and without current frame (ex: embedded Python).
| * | Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess codeVictor Stinner2014-05-121-3/+1
| | | | | | | | | | | | example
| * | Issue #21422: Add a test to check that bool << int and bool >> int return an intVictor Stinner2014-05-121-0/+7
| | |
| * | asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ↵Guido van Rossum2014-05-122-6/+47
| | | | | | | | | | | | data exceeds buffer limit.
| * | Issue #21383: Allow "make touch" to work when building outside of theNed Deily2014-05-121-0/+1
| | | | | | | | | | | | source directory.