summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* grammar fixGeorge Yoshida2006-04-291-1/+1
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-282-0/+13
* Remove a duplicated test (the same test is in test_incomplete.py).Thomas Heller2006-04-281-21/+0
* Bug #1478326: don't allow '/' in distutils.util.get_platform machine namesGeorg Brandl2006-04-281-0/+1
* Bug #1472949: stringify IOErrors in shutil.copytree when appendingGeorg Brandl2006-04-281-1/+1
* correct a dead linkGeorge Yoshida2006-04-281-1/+1
* Bug #1475009: clarify ntpath.join behavior with absolute componentsGeorg Brandl2006-04-281-2/+3
* Add SeaMonkey to the list of Mozilla browsers.Georg Brandl2006-04-281-1/+1
* fix markup glitchGeorge Yoshida2006-04-281-1/+1
* Fix a warning on ppc (debian)Neal Norwitz2006-04-281-4/+7
* Fix a warning on alphaNeal Norwitz2006-04-281-1/+1
* Fix some warnings on Mac OS X 10.4Neal Norwitz2006-04-283-21/+9
* Try to really fix the slow buildbots this time.Neal Norwitz2006-04-281-0/+1
* Add some whitespace to be more consistent.Neal Norwitz2006-04-281-11/+13
* Add more ignores of ImportWarnings; these are all just potential triggersThomas Wouters2006-04-271-1/+3
* - Add new Warning class, ImportWarningThomas Wouters2006-04-276-7/+60
* Added SVN access for Steven Bethard and Talin, for PEP updating.David Goodger2006-04-271-0/+7
* Do the small-memory run of big-meormy tests using a prime number, ratherThomas Wouters2006-04-271-1/+1
* Some style fixes and size-calculation fixes. Also do the small-memory runThomas Wouters2006-04-271-16/+21
* Rerun the libffi configuration if any of the files used for thatThomas Heller2006-04-271-1/+6
* Some more size-estimate fixes, for large-list-tests.Thomas Wouters2006-04-271-2/+2
* markup fixGeorge Yoshida2006-04-271-4/+4
* Mention the xmlrpclib.Error base class, which is used in one of the examplesAndrew M. Kuchling2006-04-271-3/+5
* [Bug #1477140] Import Error base classAndrew M. Kuchling2006-04-271-1/+1
* [Bug #1477102] Add necessary import to exampleAndrew M. Kuchling2006-04-271-0/+1
* Bump document versionAndrew M. Kuchling2006-04-271-1/+1
* Now that 2.5a2 is out, revert to the current dateAndrew M. Kuchling2006-04-271-1/+1
* Tagging for release of Python 2.5a2Anthony Baxter2006-04-271-0/+1
* 2.5a2v2.5a2Anthony Baxter2006-04-271-1/+1
* 2.5a2Anthony Baxter2006-04-275-5/+10
* add missing wordFred Drake2006-04-271-1/+1
* - update version numbers in file names again, until we have a better wayFred Drake2006-04-271-6/+12
* one more place to use the current Python versionFred Drake2006-04-261-2/+2
* Fix build on MIPS for libffi. I haven't tested this yet because IHye-Shik Chang2006-04-264-2/+15
* Some more test-size-estimate fixes: test_append and test_insert trigger aThomas Wouters2006-04-261-3/+7
* Add tests for += and *= on strings, and fix the memory-use estimate for theThomas Wouters2006-04-261-3/+37
* Use GS- and bufferoverlowU.lib where appropriate, for AMD64.Martin v. Löwis2006-04-2610-11/+11
* Whitespace normalization.Tim Peters2006-04-262-922/+922
* The result of SF patch #1471578: big-memory tests for strings, lists andThomas Wouters2006-04-264-3/+1013
* Add labels to all sectionsAndrew M. Kuchling2006-04-261-11/+11
* [Bug #1475080] Fix exampleAndrew M. Kuchling2006-04-261-2/+2
* Fix an error in the last contextlib.closing exampleNick Coghlan2006-04-261-3/+3
* Fix this test on Solaris. There can be embedded \r, so don't just replaceNeal Norwitz2006-04-261-2/+2
* Patch from Aldo Cortesi (OpenBSD buildbot owner).Neal Norwitz2006-04-261-7/+14
* minor adjustment suggested by Peter GephardtFred Drake2006-04-261-1/+1
* markup fixes, cleanupFred Drake2006-04-262-38/+67
* Rev 45706 renamed stuff in contextlib.py, but didn't renameTim Peters2006-04-261-8/+8
* Implement MvL's improvement on __context__ in Condition;Guido van Rossum2006-04-251-5/+1
* Fix compiler warnings on Darwin.Thomas Heller2006-04-251-5/+5
* Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python usesThomas Wouters2006-04-253-0/+12