summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Properly generate logical file ids. Fixes #1515998.Martin v. Löwis2006-07-062-4/+8
* Test using all CJK encodings for the testcases which don't requireHye-Shik Chang2006-07-061-6/+26
* Add a testcase for r47086 which fixed a bug in codec_getstreamcodec().Hye-Shik Chang2006-07-061-1/+9
* Document the correct return type of PyLong_AsUnsignedLongLongMask.Thomas Heller2006-07-061-1/+1
* ImportWarning is now silent by defaultAndrew M. Kuchling2006-07-061-12/+5
* Add NEWS entries for the ImportWarning change and documentation updateNick Coghlan2006-07-061-0/+5
* Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the warn...Nick Coghlan2006-07-061-5/+33
* Ignore ImportWarning by defaultNick Coghlan2006-07-061-0/+1
* Update the tutorial section on relative importsNick Coghlan2006-07-061-8/+25
* Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...Nick Coghlan2006-07-063-47/+26
* added XMLParser alias for cElementTree compatibilityFredrik Lundh2006-07-061-1/+4
* NEWS entry for r47267: fixing configure's zlib probing.Thomas Wouters2006-07-061-0/+4
* This patch solves the problem Skip was seeing with zlib, this patch ensures thatRonald Oussoren2006-07-062-4/+46
* Document the changes in svn revision 47263, from patch #1517790.Thomas Heller2006-07-061-0/+6
* Document the Struture and Union constructors.Thomas Heller2006-07-061-0/+7
* Patch #1517790: It is now possible to use custom objects in the ctypesThomas Heller2006-07-063-3/+41
* The test that calls a function with invalid arguments and catches theThomas Heller2006-07-061-9/+5
* A couple of examples about how to attack the fact that _PyType_Lookup()Armin Rigo2006-07-062-0/+67
* Revert the change done in svn revision 47206:Thomas Heller2006-07-062-19/+9
* Properly quote compileall and Lib paths in case TARGETDIR has a space.Martin v. Löwis2006-07-062-1/+4
* Add sqlite3.dll to the DLLs component, not to the TkDLLs component.Martin v. Löwis2006-07-062-8/+11
* Add a NEWS entry for a recent pyexpat fixNeal Norwitz2006-07-061-0/+3
* - back out Expat change; the final fix to Expat will be differentFred Drake2006-07-062-3/+31
* Fix refleaks reported by Shane Hathaway in SF patch #1515361. This changeNeal Norwitz2006-07-061-2/+4
* no need to elaborate "string".Georg Brandl2006-07-051-1/+1
* Patch #1517490: fix glitches in filter() docs.Georg Brandl2006-07-051-4/+4
* Fix bug in passing tuples to string.Template. All other values (with workingThomas Wouters2006-07-053-3/+14
* Fix the bitfield test when _ctypes is compiled with MingW. StructuresThomas Heller2006-07-051-2/+2
* Remove remaining references to OverflowWarning.Georg Brandl2006-07-052-2/+1
* Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a numberRonald Oussoren2006-07-042-84/+116
* Fix build problems with the platform SDK on windows. It is not sufficient to...Kristján Valur Jónsson2006-07-033-5/+5
* [Bug #1511911] Clarify description of optional arguments to sorted()Andrew M. Kuchling2006-07-031-2/+24
* [Bug #1515932] Clarify description of slice assignmentAndrew M. Kuchling2006-07-031-1/+2
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-033-1/+14
* Patch #825417: Fix timeout processing in expect,Martin v. Löwis2006-07-032-1/+18
* Bug #1267547: Put proper recursive setup.py call into theMartin v. Löwis2006-07-032-3/+7
* Bug #1417699: Reject locale-specific decimal point in float()Martin v. Löwis2006-07-034-3/+27
* Document functions added in 2.3 and 2.5.Martin v. Löwis2006-07-031-4/+75
* Bug #1514693: Update turtle's heading when switching betweenMartin v. Löwis2006-07-032-2/+10
* Reimplement turtle.circle using a polyline, to allow correctMartin v. Löwis2006-07-032-48/+17
* Only setup canvas when it is first created.Martin v. Löwis2006-07-032-1/+4
* Whitespace normalization.Tim Peters2006-07-031-1/+1
* Add a new function uses_seh() to the _ctypes extension module. ThisThomas Heller2006-07-032-9/+19
* Fixes so that _ctypes can be compiled with the MingW compiler.Thomas Heller2006-07-032-6/+4
* Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS f...Thomas Heller2006-07-031-4/+8
* Cleanup: Remove commented out code.Thomas Heller2006-07-031-22/+1
* Correct arithmetic in access on Win32. Fixes #1513646.Martin v. Löwis2006-07-023-1/+18
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-024-5/+28
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-013-56/+23
* Release all forwarded functions in .close. Fixes #1513223.Martin v. Löwis2006-07-013-14/+34