summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch [ 1583506 ] tarfile.py: 100-char filenames are truncatedGeorg Brandl2006-10-242-1/+28
* Remove passwd.adjunct.byname from list of mapsMartin v. Löwis2006-10-221-0/+7
* - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so thatMartin v. Löwis2006-10-222-0/+7
* Patch #1580872: Remove duplicate declaration of PyCallable_Check.Martin v. Löwis2006-10-221-1/+2
* Patch #1580674: with this patch os.readlink uses the filesystem encoding toRonald Oussoren2006-10-222-2/+40
* Port test___future__ to unittest.Walter Dörwald2006-10-221-52/+56
* [Bug #1576348] Fix typo in exampleAndrew M. Kuchling2006-10-191-1/+1
* Restore CFLAGS after checking for __attribute__Martin v. Löwis2006-10-192-1/+3
* Fix various minor errors in passing arguments toMartin v. Löwis2006-10-194-16/+27
* Add check for the PyArg_ParseTuple format, and declareMartin v. Löwis2006-10-196-2/+96
* Add missing svn:eol-style to text files.Tim Peters2006-10-182-339/+339
* Whitespace normalization.Tim Peters2006-10-183-4/+4
* newIobject(): repaired incorrect cast to quiet MSVC warning.Tim Peters2006-10-181-1/+1
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-173-2/+22
* Forward-port r52358:Martin v. Löwis2006-10-173-36/+41
* Remove obsolete file. Will backport.Martin v. Löwis2006-10-171-0/+0
* Patch #1457736: Update VC6 to use current PCbuild settings.Martin v. Löwis2006-10-1711-390/+278
* Fix turtle so that you can launch the demo2 function on its own instead of onlyBrett Cannon2006-10-162-1/+5
* Mention the bdist_msi module. Will backport to 2.5.Martin v. Löwis2006-10-151-0/+5
* Remove binary property, set eol-style to CRLF instead.Martin v. Löwis2006-10-150-0/+0
* Drop binary property on dsp files, set eol-styleMartin v. Löwis2006-10-150-0/+0
* Set the eol-style for project files to "CRLF".Martin v. Löwis2006-10-153-424/+424
* Round to int, because some systems support sub-second time stamps in stat, bu...Martin v. Löwis2006-10-151-2/+4
* Bug #1567666: Emulate GetFileAttributesExA for Win95.Martin v. Löwis2006-10-152-2/+104
* Loosen the test for equal time stamps.Martin v. Löwis2006-10-151-1/+1
* Patch #1577551: Add ctypes and ET build support for VC6.Martin v. Löwis2006-10-154-16/+476
* Patch #1576166: Support os.utime for directories on Windows NT+.Martin v. Löwis2006-10-153-2/+14
* Patch #1576954: Update VC6 build directory; remove redundantMartin v. Löwis2006-10-153-27/+84
* Update the peephole optimizer to remove more dead code (jumps after returns)Neal Norwitz2006-10-144-5/+55
* Clean up the language of a sentence relating to the connect() function andBrett Cannon2006-10-141-1/+1
* Bug #1560179: speed up posixpath.(dir|base)nameGeorg Brandl2006-10-121-4/+9
* Bug #1283491: follow docstring convention wrt. keyword-able args in sum().Georg Brandl2006-10-121-2/+3
* 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 the generated installerRonald Oussoren2006-10-101-1/+10
* 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
* Fix wording in commentAndrew M. Kuchling2006-10-091-2/+2
* Add news item for rev. 52211 changeAndrew M. Kuchling2006-10-091-0/+3
* MacOSX: add more logic to recognize the correct startup file to patch to theRonald Oussoren2006-10-081-7/+14