summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Assigning None to pointer type structure fields possible overwroteThomas Heller2006-07-101-0/+10
* Fix bug #1518190: accept any integer or long value in theThomas Heller2006-07-101-0/+17
* preparing for 2.5b2Anthony Baxter2006-07-102-1/+6
* 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-101-1/+1
* 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-101-0/+10
* On 64 bit systems, int literals that use less than 64 bits are now intsNeal Norwitz2006-07-091-0/+15
* Fix SF bug 1441486: bad unary minus folding in compiler.Neil Schemenauer2006-07-091-0/+4
* Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.Neil Schemenauer2006-07-092-1/+12
* 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-081-0/+4
* Restore rev 47014:Neal Norwitz2006-07-074-5/+32
* Properly generate logical file ids. Fixes #1515998.Martin v. Löwis2006-07-061-4/+6
* 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
* Ignore ImportWarning by defaultNick Coghlan2006-07-061-0/+1
* Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...Nick Coghlan2006-07-062-34/+18
* added XMLParser alias for cElementTree compatibilityFredrik Lundh2006-07-061-1/+4
* Patch #1517790: It is now possible to use custom objects in the ctypesThomas Heller2006-07-061-0/+35
* 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-061-5/+9
* Fix bug in passing tuples to string.Template. All other values (with workingThomas Wouters2006-07-052-3/+10
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-031-0/+8
* Patch #825417: Fix timeout processing in expect,Martin v. Löwis2006-07-031-1/+15
* Bug #1267547: Put proper recursive setup.py call into theMartin v. Löwis2006-07-031-3/+4
* Bug #1417699: Reject locale-specific decimal point in float()Martin v. Löwis2006-07-032-3/+17
* Bug #1514693: Update turtle's heading when switching betweenMartin v. Löwis2006-07-031-1/+6
* Reimplement turtle.circle using a polyline, to allow correctMartin v. Löwis2006-07-031-48/+14
* Only setup canvas when it is first created.Martin v. Löwis2006-07-031-1/+1
* Whitespace normalization.Tim Peters2006-07-031-1/+1
* Add a new function uses_seh() to the _ctypes extension module. ThisThomas Heller2006-07-031-9/+5
* Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS f...Thomas Heller2006-07-031-4/+8
* Correct arithmetic in access on Win32. Fixes #1513646.Martin v. Löwis2006-07-021-0/+14
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-021-2/+20
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-012-56/+21
* Release all forwarded functions in .close. Fixes #1513223.Martin v. Löwis2006-07-012-14/+31
* Added duplicate call to fileConfig() to ensure that it cleans up after itself...Vinay Sajip2006-07-011-0/+2
* Whitespace normalization.Tim Peters2006-06-301-4/+4
* Fixed bug in fileConfig() which failed to clear logging._handlerListVinay Sajip2006-06-301-0/+1
* This should fix the buildbot failure on s/390 which can't connect to gmail.org.Neal Norwitz2006-06-291-6/+9
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-2913-8/+52
* SF bug #1504333: sgmlib should allow angle brackets in quoted valuesFred Drake2006-06-292-9/+25
* Fix end_fill().Georg Brandl2006-06-281-1/+1
* A couple of crashers of the "won't fix" kind.Armin Rigo2006-06-282-0/+26
* Make full module name available as __module_name__ even when __name__ is set ...Nick Coghlan2006-06-282-18/+34
* According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAINNeal Norwitz2006-06-281-1/+1