summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #3424 rearrange the order of tests in imghdr to place more common types firstBenjamin Peterson2008-08-161-32/+32
* Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-163-3/+38
* note how os.utime should be used for emulating touchBenjamin Peterson2008-08-161-9/+10
* fix markupBenjamin Peterson2008-08-161-0/+1
* Merged revisions 65397 via svnmerge fromBenjamin Peterson2008-08-151-18/+17
* document that waitpid raises OSErrorGregory P. Smith2008-08-151-0/+3
* #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pa...Antoine Pitrou2008-08-152-7/+15
* #3558: Attribute reference binds more tightly than subscription and call.Georg Brandl2008-08-151-3/+3
* Issue #3476: make BufferedReader and BufferedWriter thread-safeAntoine Pitrou2008-08-143-40/+144
* Disable the test until I have one that works.Thomas Heller2008-08-141-9/+9
* Fix memory leak: Always DECREF obj in PyBuffer_Release.Martin v. Löwis2008-08-141-5/+3
* Try to fix the test on 64-bit platforms.Thomas Heller2008-08-141-5/+4
* issue #3554: ctypes.string_at and ctypes.wstring_at must use theThomas Heller2008-08-143-2/+17
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-142-5/+21
* Properly INCREF reference in Py_buffer.Martin v. Löwis2008-08-141-0/+2
* Make obj an owned reference in Py_buffer; this checkinMartin v. Löwis2008-08-141-1/+4
* Added _multiprocessing module support. (VC6)Hirokazu Yamamoto2008-08-142-0/+130
* Fix markup for various binary operation examples where the operands were boldedBrett Cannon2008-08-141-6/+6
* Fixed test_distutils error (test_build_ext) on VC6.Hirokazu Yamamoto2008-08-141-1/+4
* Silence the DeprecationWarning of rfc822 triggered by its importation inBrett Cannon2008-08-142-1/+9
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-148-45/+169
* Add Hirokazu Yamamoto.Martin v. Löwis2008-08-121-0/+3
* update ssl documentationBill Janssen2008-08-121-0/+9
* remove duplicate close() from ssl.py; expose unwrap and add test for itBill Janssen2008-08-122-6/+25
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-1216-272/+459
* Another fix for 4-way universal builds, use the right #ifndef guardRonald Oussoren2008-08-122-2/+2
* Fix typo in the `arch` commandlineRonald Oussoren2008-08-122-3/+3
* Fix the connection refused error part of issue 3419, use errno module instead...Jesse Noller2008-08-111-1/+2
* #3134: shutil referenced undefined WindowsError symbolAntoine Pitrou2008-08-112-4/+12
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-1118-18/+165
* Remove the fqdn call for issue 3270Jesse Noller2008-08-111-4/+1
* #3540: fix exception name.Georg Brandl2008-08-111-1/+1
* - Issue #3537: Fix an assertion failure when an empty but presized dictGeorg Brandl2008-08-113-0/+18
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-102-0/+13
* Silence warnings in csv about using reduce() when run under -3 by usingBrett Cannon2008-08-092-4/+5
* Use functools.reduce() in difflib instead of __builtin__.reduce() to silenceBrett Cannon2008-08-092-5/+6
* Copy reduce() to _functools so to have functools.reduce() not raise a warningBrett Cannon2008-08-094-3/+127
* Suppress the warning in asynchat from using buffer() when running udner -3.Brett Cannon2008-08-092-2/+6
* move NEWS entry to the appropriate section (oops!)Antoine Pitrou2008-08-091-3/+3
* #3205: bz2 iterator fails silently on MemoryErrorAntoine Pitrou2008-08-092-0/+4
* Add news item about _sre.compile() re-bytecode validator.Guido van Rossum2008-08-091-0/+4
* Fix slightly misleading statement in the NEWS file.Antoine Pitrou2008-08-091-1/+2
* accept issue 3436Skip Montanaro2008-08-084-4/+67
* Remove mention of backquotes in the tutorial.Georg Brandl2008-08-081-6/+1
* #3519: callee is an expression too.Georg Brandl2008-08-081-1/+1
* Remove buffer() usage in the socket module by just slicing directly on theBrett Cannon2008-08-082-7/+7
* Remove warnings generated for the suprocess module when run under -3. RequiredBrett Cannon2008-08-082-9/+11
* Change the warning emitted for using the buffer() object; memoryview() in 3.0Brett Cannon2008-08-081-2/+1
* Patch by Ian Charnas from issue 3517.Guido van Rossum2008-08-071-0/+5
* #1288615: Python code.interact() and non-ASCII inputAntoine Pitrou2008-08-071-0/+4