summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* raise an OSError for invalid fds #4991Benjamin Peterson2009-01-193-0/+27
* fix encoding cookie caseBenjamin Peterson2009-01-181-1/+1
* fix test that wasn't working as expected #4990Benjamin Peterson2009-01-181-1/+1
* issue 4301: patch logging to add processName, remove the old _check_logger_cl...Jesse Noller2009-01-183-24/+13
* #4986: augassigns are not expressions.Georg Brandl2009-01-181-3/+3
* #4923: clarify what was added.Georg Brandl2009-01-181-5/+6
* #4857: fix augmented assignment target spec.Georg Brandl2009-01-181-1/+2
* #4979: correct result range for some random functions.Georg Brandl2009-01-181-9/+10
* issue 4293: make test_capi.py more robutst, it times out on some platforms, ...Kristján Valur Jónsson2009-01-181-6/+29
* #4914: trunc is in math.Georg Brandl2009-01-181-1/+1
* #4974: fix redundant mention of lists and tuples.Georg Brandl2009-01-181-3/+3
* #4976: union() and intersection() take multiple args, but talk about "the oth...Georg Brandl2009-01-182-2/+5
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-184-9/+30
* fix grammarBenjamin Peterson2009-01-181-1/+1
* bytearrays are mutable sequencesBenjamin Peterson2009-01-181-1/+9
* follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 f...Amaury Forgeot d'Arc2009-01-171-11/+6
* fix inspect.isclass() on instances with a custom __getattr__ #1225107Benjamin Peterson2009-01-173-2/+16
* #4077: No need to append \n when calling Py_FatalErrorAmaury Forgeot d'Arc2009-01-174-4/+4
* #4930: Slightly cleaner (and faster) code in type creation:Amaury Forgeot d'Arc2009-01-171-2/+2
* #3997: zipfiles generated with more than 65536 files could not be openedAmaury Forgeot d'Arc2009-01-172-7/+16
* trying to find some fpathconf() settings that all unixs support...Benjamin Peterson2009-01-171-1/+1
* use enumerateBenjamin Peterson2009-01-171-2/+2
* Change an example in the docs to avoid a mistake when the code is copyThomas Heller2009-01-161-1/+1
* compare with == not is #4946Benjamin Peterson2009-01-161-1/+1
* Minor changes/corrections in markup.Vinay Sajip2009-01-151-1/+5
* Made minor changes/corrections in markup. Added a couple of section headings.Vinay Sajip2009-01-151-21/+29
* Make all the invalid fd tests for os subject to the function being available.Kristján Valur Jónsson2009-01-151-6/+12
* Fix two test cases in test_os. ftruncate raises IOError unlike all the other...Kristján Valur Jónsson2009-01-151-2/+5
* Issue 4929: Handle socket errors when receivingKristján Valur Jónsson2009-01-151-1/+4
* Another typo fix.Mark Dickinson2009-01-151-1/+1
* Comment typoMark Dickinson2009-01-151-1/+1
* Issue #4397. Fix occasional test_socket failure on OS X.Mark Dickinson2009-01-152-0/+6
* Fix recently introduced test cases.Kristján Valur Jónsson2009-01-152-5/+14
* Re-enable all tests for windows platforms.Kristján Valur Jónsson2009-01-141-25/+24
* Fix-up indentation of sample code blocks for namedtuple mthod definitions.Raymond Hettinger2009-01-141-5/+3
* Add tests for __init__() and update() with no args.Raymond Hettinger2009-01-141-0/+2
* Minor doc tweaks.Raymond Hettinger2009-01-141-19/+17
* fix test_xmlrpc failures #4939Benjamin Peterson2009-01-131-1/+1
* #1162154: inspect.getmembers() now skips attributes that raise AttributeError,Amaury Forgeot d'Arc2009-01-133-2/+19
* #4807: Remove a wrong usage of wsprintf in the winreg moduleAmaury Forgeot d'Arc2009-01-132-10/+8
* Issue #4935: The overflow checking code in the expandtabs() method commonAntoine Pitrou2009-01-132-37/+34
* de-spacifyBenjamin Peterson2009-01-131-2/+2
* Use assertRaises.Georg Brandl2009-01-131-6/+1
* add bytearrayobject.h to PYTHON_HEADERSBenjamin Peterson2009-01-131-0/+1
* make bytearrayobject.o depend on the stringlib #4936Benjamin Peterson2009-01-131-0/+3
* Fix refcount leak in error cases. Bug found by coverity.Thomas Heller2009-01-131-1/+4
* Note that first coord. is left aloneAndrew M. Kuchling2009-01-131-1/+1
* ast.literal_eval can properly evaluate complex numbers now. This fixes issue...Armin Ronacher2009-01-132-0/+23
* Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard().Raymond Hettinger2009-01-131-2/+2
* Add table of idioms/patterns for using Counter objects.Raymond Hettinger2009-01-131-11/+21