summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code review of the new buffer protocol. Mostly add questions that shouldNeal Norwitz2007-08-199-20/+29
* Fix an unfinished though in my own test code.Guido van Rossum2007-08-181-19/+21
* New I/O code from Tony Lownds implement newline feature correctly,Guido van Rossum2007-08-183-73/+248
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-1822-686/+1730
* Make the cleanup between -R passes deal better with ABC registries,Guido van Rossum2007-08-181-9/+12
* Fix _dump_registry() to use the correct prefix for the privateGuido van Rossum2007-08-181-2/+2
* Force PYTHON = python2.5.Guido van Rossum2007-08-181-1/+1
* Allow -R4:3 instead of -R4:3: -- I never use the 3rd arg.Guido van Rossum2007-08-171-7/+7
* Change the usage() function. Don't print the entire multi-pageGuido van Rossum2007-08-171-10/+11
* Another merge. Only doc stuff was affected (but this aligns the UTF-32Guido van Rossum2007-08-176-335/+349
* Print warning when openssl is too old; it's pretty essential at this point.Guido van Rossum2007-08-171-11/+14
* Fix stupid typo in Lib/encodings/utf_32.py which led to failing testsWalter Dörwald2007-08-172-3/+8
* Move some declarations before code, to compile with GCC 2.95.Guido van Rossum2007-08-171-7/+7
* Fix refcount leak, courtesy Christian Heines.Guido van Rossum2007-08-171-2/+3
* Remove support for BeOSSkip Montanaro2007-08-1724-10155/+8091
* No need to define raw_input(), input() does the same.Georg Brandl2007-08-172-21/+3
* Merged revisions 57125-57128 via svnmerge fromNeal Norwitz2007-08-171-1/+1
* Simplify expressionNeal Norwitz2007-08-171-1/+1
* Fix the IPv6 pton/ntop tests. Why weren't these failing on Linux? No IPv6?Guido van Rossum2007-08-171-5/+5
* Merged revisions 57113-57124 via svnmerge fromGuido van Rossum2007-08-170-0/+0
* Remove output file for test that was already removedNeal Norwitz2007-08-171-2/+0
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-1715-117/+57
* forgot this when removing RISCOS stuffSkip Montanaro2007-08-173-494/+0
* Manually patched a few things that didn't get merged in, but should.Guido van Rossum2007-08-1716-31/+73
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-1616-32/+205
* Initialized merge tracking via "svnmerge" with revisions "1-56846" fromGuido van Rossum2007-08-160-0/+0
* Delete svnmerge properties (temporarily).Guido van Rossum2007-08-160-0/+0
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-1612-2/+1001
* Get rid of some dead code and unneeded XXX comments by Neal.Guido van Rossum2007-08-162-17/+4
* Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail.Jeremy Hylton2007-08-161-74/+27
* Complete truncated sentence.Walter Dörwald2007-08-161-1/+1
* Remove RISCOS supportSkip Montanaro2007-08-1662-3823/+106
* Remove license of the md5 module which is no longer part of Python.Georg Brandl2007-08-161-50/+0
* Remove a bogus comment based on the code above.Neal Norwitz2007-08-161-2/+0
* Support the new doc system. Also test_compiler was removed in 3kNeal Norwitz2007-08-161-7/+11
* Move the 3k reST doc tree in place.Georg Brandl2007-08-15423-0/+131199
* Delete the LaTeX doc tree.Georg Brandl2007-08-15490-150234/+0
* Tag last revision with LaTeX docs.Georg Brandl2007-08-150-0/+0
* Fix doc compilation problem.George Yoshida2007-08-151-1/+1
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-1511-5/+152
* Down with str8!Guido van Rossum2007-08-152-20/+21
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-144-899/+1020
* Format bools properly in %d.Martin v. Löwis2007-08-142-2/+11
* Bug #1772489: make dir() work on traceback objects again.Collin Winter2007-08-142-1/+20
* Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY.Collin Winter2007-08-141-19/+3
* Remove Python 1.5 compatibility layer from httplib.Jeremy Hylton2007-08-142-191/+15
* Change xmlrpclib to use the newer httplib interface.Jeremy Hylton2007-08-142-73/+77
* The dbm module should use bytes for keys. This makes test_shelve pass.Guido van Rossum2007-08-142-8/+8
* Fix test_gdbm.Martin v. Löwis2007-08-141-3/+3
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-148-46/+17