summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Addressed SF#1524081 by using a dictionary to map level names to syslog prior...Vinay Sajip2006-07-201-3/+25
* Avoid occasional failure to detect closing paren properly.Kurt B. Kaiser2006-07-203-10/+15
* Guard for _active being None in __del__ method.Georg Brandl2006-07-201-1/+1
* Fix SF#1516184 (again) and add a test to prevent regression.Phillip J. Eby2006-07-202-2/+4
* Revert r50706 (Whitespace normalization) andMartin v. Löwis2006-07-191-205/+184
* SF bug 1524317: configure --without-threads fails to buildTim Peters2006-07-191-0/+22
* Whitespace normalization.Tim Peters2006-07-183-11/+11
* Patch #1524429: Use repr instead of backticks again.Martin v. Löwis2006-07-181-1/+1
* Comments and docs cleanups, and some little fixes, provided by Santiágo Pere...Facundo Batista2006-07-181-184/+205
* Fix bug #1520914. Starting in 2.4, time.strftime() began to check the boundsBrett Cannon2006-07-181-12/+20
* Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.Kurt B. Kaiser2006-07-182-1/+12
* decode_rfc2231(): Be more robust against buggy RFC 2231 encodings.Barry Warsaw2006-07-173-4/+43
* Patch 1479219 - Tal EinatKurt B. Kaiser2006-07-171-12/+18
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-174-9/+6
* Bug #1512814, Fix incorrect lineno's when code within a functionNeal Norwitz2006-07-161-0/+24
* Patch #1220874: Update the binhex module for Mach-O.Bob Ippolito2006-07-151-16/+9
* Patch #1521817: The index range checking on ctypes arrays containingThomas Heller2006-07-141-65/+0
* Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode.Peter Astrand2006-07-142-9/+14
* Fix #1521375. When running with root priviledges, 'gcc -o /dev/null'Thomas Heller2006-07-131-1/+9
* Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 toThomas Heller2006-07-121-1/+18
* Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.Neal Norwitz2006-07-121-0/+5
* Change the ctypes version number to 1.0.0.Thomas Heller2006-07-111-1/+1
* When a foreign function is retrived by calling __getitem__ on a ctypesThomas Heller2006-07-111-2/+3
* Whitespace normalization.v2.5b2Tim Peters2006-07-111-1/+1
* Patch #1519566: Remove unused _tofill member.Martin v. Löwis2006-07-101-12/+23
* Whitespace normalization.Tim Peters2006-07-101-1/+1
* After approval from Anthony, merge the tim-current_framesTim Peters2006-07-101-0/+61
* Make it possible to run test_subprocess.py with Python 2.2, which lacks test_...Peter Astrand2006-07-101-3/+6
* 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
* 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