summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix SF#1457312: bad socket error handling in distutils "upload" command.Phillip J. Eby2006-07-101-1/+1
* Fix SF#1516184 and add a test to prevent regression.Phillip J. Eby2006-07-102-12/+19
* Moved the ctypes news entries from the 'Library' section into theThomas Heller2006-07-101-16/+16
* Assigning None to pointer type structure fields possible overwroteThomas Heller2006-07-103-1/+14
* Fixed a segfault when ctypes.wintypes were imported onThomas Heller2006-07-102-2/+12
* Fix bug #1518190: accept any integer or long value in theThomas Heller2006-07-103-8/+39
* preparing for 2.5b2Anthony Baxter2006-07-107-7/+12
* Add svn:ignore.Martin v. Löwis2006-07-100-0/+0
* Change error message to indicate that VS2003 is necessary to build extension ...Martin v. Löwis2006-07-101-1/+1
* Introduce DISTUTILS_USE_SDK as a flag to determine whether theMartin v. Löwis2006-07-103-4/+19
* Patch #1504046: Add documentation for xml.etree.Neal Norwitz2006-07-104-0/+370
* Patch #1516912: improve Modules support for OpenVMS.Neal Norwitz2006-07-109-63/+154
* Part of SF patch #1484695. This removes dead code. The chksum wasNeal Norwitz2006-07-101-7/+0
* Fix doco. Backport candidate.Neal Norwitz2006-07-101-1/+1
* Bug #1512814, Fix incorrect lineno's when code at module scopeNeal Norwitz2006-07-103-1/+22
* On 64 bit systems, int literals that use less than 64 bits are now intsNeal Norwitz2006-07-093-0/+29
* Fix SF bug 1441486: bad unary minus folding in compiler.Neil Schemenauer2006-07-093-20/+60
* Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.Neil Schemenauer2006-07-095-4/+20
* Whitespace normalization.Tim Peters2006-07-081-2/+2
* Add an additional test for bug #1519018.Georg Brandl2006-07-081-0/+2
* Fix SF bug #1519018: 'as' is now validated properly in import statementsNeal Norwitz2006-07-083-1/+18
* Fix RFC number.Georg Brandl2006-07-071-1/+1
* Restore rev 47014:Neal Norwitz2006-07-074-5/+32
* 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