summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove binary property on project files, set eol-styleMartin v. Löwis2006-10-153-424/+424
* Bug #1567666: Emulate GetFileAttributesExA for Win95.Martin v. Löwis2006-10-152-2/+105
* Patch #1577551: Add ctypes and ET build support for VC6.Martin v. Löwis2006-10-154-16/+476
* Patch #1576954: Update VC6 build directory; remove redundantMartin v. Löwis2006-10-153-22/+78
* Fix tarfile depending on buggy int('1\0', base) behavior.Georg Brandl2006-10-121-1/+1
* Small grammar fix, thanks Sjoerd.Georg Brandl2006-10-121-1/+1
* Bug #1560114: the Mac filesystem does have accurate informationGeorg Brandl2006-10-121-1/+1
* Add a note to fpectl docs that it's not built by defaultGeorg Brandl2006-10-121-1/+6
* Bug #1545497: when given an explicit base, int() did ignore NULsGeorg Brandl2006-10-123-2/+27
* Bug #1546628: add a note about urlparse.urljoin() and absolute paths.Georg Brandl2006-10-121-1/+15
* Bug #1548891: The cStringIO.StringIO() constructor now encodes unicodeGeorg Brandl2006-10-123-4/+28
* Bug #1550524: better heuristics to find correct class definitionGeorg Brandl2006-10-121-2/+17
* Bug #1565919: document set types in the Language Reference.Georg Brandl2006-10-122-0/+37
* Bug #813342: Start the IDLE subprocess with -Qnew if the parentGeorg Brandl2006-10-122-0/+5
* Bug #1575746: fix typo in property() docs.Georg Brandl2006-10-121-1/+1
* Macosx: fix permission problem in generated installerRonald Oussoren2006-10-101-1/+7
* Bug #1565150: Fix subsecond processing for os.utime on Windows.Martin v. Löwis2006-10-093-3/+13
* List gc.get_count() in the module docstring.Barry Warsaw2006-10-091-0/+1
* Patch #1572724: fix typo ('=' instead of '==') in _msi.c.Georg Brandl2006-10-092-1/+3
* [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list.Andrew M. Kuchling2006-10-092-1/+4
* Backport of r52238Ronald Oussoren2006-10-081-7/+14
* Backport of r52236Ronald Oussoren2006-10-081-0/+16
* Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471)Skip Montanaro2006-10-081-10/+10
* Backport of r52233Ronald Oussoren2006-10-081-1/+5
* Backport of r52229Ronald Oussoren2006-10-081-3/+3
* Backport of r52227.Ronald Oussoren2006-10-081-2/+1
* Backport from trunk r52223:Hye-Shik Chang2006-10-083-14/+35
* Fix #1569998: no break inside try statement (outside loop) allowed.Georg Brandl2006-10-083-1/+30
* Patch #1542451: fix crash with continue in nested try/finallyGeorg Brandl2006-10-083-4/+96
* Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the...Kristján Valur Jónsson2006-10-0717-736/+1781
* Fix name.Georg Brandl2006-10-062-2/+2
* Case fixesAndrew M. Kuchling2006-10-061-1/+1
* - update linksFred Drake2006-10-061-6/+8
* [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OKAndrew M. Kuchling2006-10-052-2/+22
* Forward-port of r52136: a review of overflow-detecting code.Armin Rigo2006-10-0419-113/+187
* Compilation problem caused by conflicting typedefs for uint32_tArmin Rigo2006-10-042-0/+4
* Fix integer negation and absolute value to not relyMartin v. Löwis2006-10-043-4/+7
* decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense toBarry Warsaw2006-10-041-4/+0
* Guard uintptr_t test with HAVE_STDINT_H, test forMartin v. Löwis2006-10-023-7/+16
* Fix test for uintptr_t. Fixes #1568842.Martin v. Löwis2006-10-024-28/+32
* Bug #1546052: clarify that PyString_FromString(AndSize) copies theGeorg Brandl2006-09-302-5/+8
* Bug #1446043: correctly raise a LookupError if an encoding name givenGeorg Brandl2006-09-302-1/+4
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-303-2/+6
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-303-1/+7
* Bug #1566602: correct failure of posixpath unittest when $HOME endsGeorg Brandl2006-09-302-2/+4
* Bug #1566663: remove obsolete example from datetime docs.Georg Brandl2006-09-302-16/+20
* Bug #1566800: make sure that EnvironmentError can be called with anyGeorg Brandl2006-09-303-4/+12
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-305-0/+23
* Bug #1565661: in webbrowser, split() the command for the defaultGeorg Brandl2006-09-302-1/+4
* Bug #1567375: a minor logical glitch in example description.Georg Brandl2006-09-301-2/+4