summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #3989: Package the 2to3 script (as 2to3.py) in the WindowsMartin v. Löwis2008-10-012-0/+4
* fix for issue 3862: test_array fails FreeBSD 7 amd64Andrew MacIntyre2008-10-011-4/+5
* Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs whenGregory P. Smith2008-09-303-0/+13
* Fix a refleak introduced by r66677.Brett Cannon2008-09-301-10/+1
* Markup fixes. (optparse.rst probably needs an entire revision pass.)Andrew M. Kuchling2008-09-303-16/+16
* Markup fixesAndrew M. Kuchling2008-09-301-10/+11
* Markup fixAndrew M. Kuchling2008-09-302-2/+2
* Edits, and add markupAndrew M. Kuchling2008-09-301-4/+4
* Victor Stinner's patches to check the return result of PyLong_Ssize_tBenjamin Peterson2008-09-302-0/+10
* fix security issue 2: imageop's poor validation of arguments could result in ...Benjamin Peterson2008-09-303-164/+176
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-305-0/+37
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-294-34/+40
* Fix issue #3547 for MingW, update comments.Thomas Heller2008-09-292-5/+8
* fix for release blocker 3910, 2.6 regression in socket.ssl methodBill Janssen2008-09-292-3/+28
* Update nasm location.Georg Brandl2008-09-291-1/+1
* The _lsprof module could crash the interpreter if it was given an externalBrett Cannon2008-09-293-2/+29
* bsddb4.7.3pre9 renamed to 4.7.3Jesus Cea2008-09-282-2/+2
* merge in the fix for test_ftplib on some bots [reviewed by Georg]Benjamin Peterson2008-09-281-0/+5
* Don't show version in title.Georg Brandl2008-09-281-2/+3
* No downloads for RCs.Georg Brandl2008-09-281-0/+6
* note the 2to3 -d could be useful for other refactoringBenjamin Peterson2008-09-281-1/+3
* better grammarBenjamin Peterson2008-09-281-1/+1
* #1415508: Document two functionsAndrew M. Kuchling2008-09-281-6/+21
* #1579477: mention necessity to flush output before exec'ingAndrew M. Kuchling2008-09-281-3/+10
* clarify a few thingsBenjamin Peterson2008-09-271-7/+6
* #3510: future-proof textAndrew M. Kuchling2008-09-271-3/+4
* backport r66656 so people using -Qnew aren't affectedBenjamin Peterson2008-09-271-1/+1
* enable refactor testsBenjamin Peterson2008-09-271-2/+2
* Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge fromBenjamin Peterson2008-09-2712-40/+267
* 2to3's api should be considered unstableBenjamin Peterson2008-09-271-0/+6
* Add a last bunch of itemsAndrew M. Kuchling2008-09-271-3/+36
* give ftplib a real test suiteBenjamin Peterson2008-09-271-36/+425
* #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-264-8/+25
* typos.Georg Brandl2008-09-261-3/+3
* add an 'other options' sectionBenjamin Peterson2008-09-261-0/+9
* add the beginnings of a C-API 2 -> 3 porting guideBenjamin Peterson2008-09-262-0/+209
* Fix namedtuple bug reported by Glenn Linderman. Template did not form correc...Raymond Hettinger2008-09-252-1/+6
* #3965: on Windows, open() crashes if the filename or the mode is invalid,Amaury Forgeot d'Arc2008-09-253-4/+24
* add a NEWs entry for r66614Benjamin Peterson2008-09-251-0/+2
* Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.Martin v. Löwis2008-09-252-1/+3
* #3950 fix missing scale factors in turtle.pyBenjamin Peterson2008-09-241-1/+1
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-243-1/+19
* Improve wordingAndrew M. Kuchling2008-09-241-7/+7
* Indentation normalization.Georg Brandl2008-09-241-2/+2
* backport the atexit test for r66563Benjamin Peterson2008-09-231-0/+13
* Bugfix for issue3885 and 'DB.verify()' crash.Jesus Cea2008-09-233-44/+123
* Issue #3945: Fixed compile error on cygwin. (initializer element is not const...Hirokazu Yamamoto2008-09-231-1/+1
* mention how to override boolean evaluationBenjamin Peterson2008-09-231-1/+2
* clean up docs for platform's linux_distribution and dist functionsBenjamin Peterson2008-09-221-16/+10
* use the new threading properties for multiprocessing (reviewed by Jesse #3927)Benjamin Peterson2008-09-221-6/+0