summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.xAlexander Belopolsky2010-07-174-40/+91
| | | | python when they contain instances of old-style classes.
* sharedinstall should depend on sharedmods #9280Benjamin Peterson2010-07-172-1/+3
|
* Issue #9268: Add annotation option to pickletools.disAlexander Belopolsky2010-07-173-13/+55
|
* Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.Stefan Krah2010-07-171-12/+13
| | | | In that case, do not attempt to parse stderr output.
* #1555570: correctly handle a \r\n that is split by the read buffer.R. David Murray2010-07-173-0/+40
| | | | Patch and test by Tony Nelson.
* Add comma grouping to max result so it's easier to read.Brett Cannon2010-07-161-1/+1
|
* Fix possible failure in pickling tests due to different instantiationsAntoine Pitrou2010-07-161-0/+10
| | | | of the random module being around.
* Add benchmarks for importing just source w/o writing bytecode, importing sourceBrett Cannon2010-07-161-14/+57
| | | | | while writing bytecode, and importing bytecode with source existing (don't care about sourceless imports).
* Corrected TUPLE<N> opcodes' docs.Alexander Belopolsky2010-07-161-8/+11
|
* Touch up comments and code along with outputting what the unit of measure is.Brett Cannon2010-07-151-7/+10
|
* Fix issue9132 - Documentation for comparing dictionaries is out of dateSenthil Kumaran2010-07-141-12/+3
|
* Fix a mistake, https proxy shoud be https://Senthil Kumaran2010-07-141-1/+1
|
* Fix: Issue6853 - Get HTTPS system proxy in Windows.Senthil Kumaran2010-07-141-0/+1
|
* PEP 8 conformance: class_ -> clsAlexander Belopolsky2010-07-141-3/+3
|
* Issue #9251: test_threaded_import didn't fail when run through regrtestAntoine Pitrou2010-07-142-55/+53
| | | | if the import lock was disabled.
* Fix Issue5842 - Moving the tests out of urllib.parse moduleSenthil Kumaran2010-07-142-64/+32
|
* High byte is the exit status.Stefan Krah2010-07-141-1/+1
|
* #9235: fix missing import of sys.Georg Brandl2010-07-141-0/+1
|
* Remove unused code that would raise a NameError.Georg Brandl2010-07-141-3/+0
|
* Remove XXX from text.Georg Brandl2010-07-141-6/+8
|
* #9258: fix copy-paste errors.Georg Brandl2010-07-141-3/+3
|
* Woops, test_sndhdr.py contains the same code twice: fix itVictor Stinner2010-07-131-24/+0
|
* Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.Victor Stinner2010-07-1313-4/+66
|
* Set sys.modules[name] to None instead of 0 to block module import.Alexander Belopolsky2010-07-131-1/+1
|
* Fix documentation typo: wprite() -> write().Jeroen Ruigrok van der Werven2010-07-131-1/+1
|
* Add bytes in literal_eval doc.Georg Brandl2010-07-131-3/+3
|
* Yield more information on failure in test_struct boolean test.Mark Dickinson2010-07-121-2/+7
|
* Fix definition of len() and indexing for memoryview objects (part of #7696).Antoine Pitrou2010-07-121-9/+29
|
* #6026: skip test_get_file_list when zlib is not available.Ezio Melotti2010-07-121-0/+1
|
* Regenerate Python/graminit.c.Mark Dickinson2010-07-121-18/+82
|
* Issue #2009: refactor varargslist and typedargslist productions to make them ↵Mark Dickinson2010-07-121-6/+6
| | | | more friendly for third-party parsers.
* Remove mention of execfile from the tutorial.Mark Dickinson2010-07-121-6/+6
|
* Use raw string literals for regexes containing backlash.Georg Brandl2010-07-121-2/+2
|
* Take care of duplicate target name warnings.Georg Brandl2010-07-121-5/+3
|
* Remove myself.Martin v. Löwis2010-07-121-10/+10
|
* Put my name down for winreg.Brian Curtin2010-07-111-1/+1
|
* allow byte literalsBenjamin Peterson2010-07-113-1/+4
|
* Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other ↵Mark Dickinson2010-07-112-8/+13
| | | | minor doc cleanups.
* assertEquals -> assertEqualMark Dickinson2010-07-111-1/+1
|
* Issue #9137: Fix issue in MutableMapping.update, which incorrectlyMark Dickinson2010-07-113-1/+25
| | | | treated keyword arguments called 'self' or 'other' specially.
* Improve docstrings for isnan, isinf and isfinite.Mark Dickinson2010-07-111-3/+3
|
* Issue #8974: fix print calls in msgfmt.py.Martin v. Löwis2010-07-112-3/+3
|
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-117-0/+61
|
* test for set literalsBenjamin Peterson2010-07-111-0/+1
|
* Issue #7616: Fix copying of overlapping memoryview slices with the IntelAntoine Pitrou2010-07-112-11/+6
| | | | compiler.
* #9223: link to Command class reference, and move Command interface docs ↵Georg Brandl2010-07-112-78/+82
| | | | nearer to class docs.
* #7935: cross-reference to ast.literal_eval() from eval() docs.Georg Brandl2010-07-111-0/+3
|
* Allow set literals in literal_eval().Georg Brandl2010-07-113-3/+10
|
* #9184: fix default value for "buffering" param of open().Georg Brandl2010-07-112-2/+2
|
* Fix typo.Georg Brandl2010-07-111-1/+1
|