summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Blocked revisions 66013 via svnmergeBenjamin Peterson2008-08-240-0/+0
* Fixed yet another compiler warning of 64bit builds.Christian Heimes2008-08-241-1/+1
* Closes release blocker #3627.Neal Norwitz2008-08-2411-26/+201
* Update props for r66007.Neal Norwitz2008-08-240-0/+0
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-249-12/+73
* Blocked revisions 66004 via svnmergeBenjamin Peterson2008-08-230-0/+0
* bring the PyFile docs into sync with realityBenjamin Peterson2008-08-231-59/+2
* #3643 add more checks to _testcapi to prevent segfaultsBenjamin Peterson2008-08-232-0/+10
* add NEWS note and test for last commitBenjamin Peterson2008-08-232-0/+9
* fix #3653 Python could segfault if invalid values were passed to sys.excepthookBenjamin Peterson2008-08-231-0/+7
* Blocked revisions 65995 via svnmergeGeorg Brandl2008-08-230-0/+0
* Remove outdated example from types module doc. Since the types leftGeorg Brandl2008-08-231-31/+10
* #1276: Add temporary encoding aliases for non-supported Mac CJKHye-Shik Chang2008-08-232-0/+11
* #3650: fix a reference leak in bytes.split('x')Amaury Forgeot d'Arc2008-08-222-4/+12
* Merged revisions 65982 via svnmerge fromBenjamin Peterson2008-08-220-0/+0
* Merged revisions 65978 via svnmerge fromChristian Heimes2008-08-221-2/+2
* Merged revisions 65975 via svnmerge fromChristian Heimes2008-08-221-1/+1
* Merged revisions 65971 via svnmerge fromRobert Schuppenies2008-08-221-5/+7
* Blocked revisions 65922,65926 via svnmergeBenjamin Peterson2008-08-220-0/+0
* Merged revisions 65964 via svnmerge fromMark Dickinson2008-08-211-5/+4
* Merged revisions 65958 via svnmerge fromMark Dickinson2008-08-211-1/+7
* move test to a better locationBenjamin Peterson2008-08-212-21/+22
* PyObject_Unicode doesn't exist anymoreBenjamin Peterson2008-08-211-10/+0
* done with 3.0Barry Warsaw2008-08-212-1/+13
* Tagging 3.0b3Barry Warsaw2008-08-210-0/+0
* Bumping to 3.0b3v3.0b3Barry Warsaw2008-08-217-7/+13
* apply a fix for #3611 where the current exception context was deleted with a ...Benjamin Peterson2008-08-202-1/+23
* #3614: Correct a typo in xmlrpc.client.Amaury Forgeot d'Arc2008-08-202-2/+5
* Blocked revisions 65917 via svnmergeHirokazu Yamamoto2008-08-200-0/+0
* Reverted r65901 and uses GetVolumeInformationW because string in py3k is unic...Hirokazu Yamamoto2008-08-201-6/+2
* Blocked revisions 65914 via svnmergeGuido van Rossum2008-08-200-0/+0
* Blocked revisions 65912 via svnmergeGuido van Rossum2008-08-200-0/+0
* Merged revisions 65908 via svnmerge fromHirokazu Yamamoto2008-08-201-11/+18
* revert 65897Benjamin Peterson2008-08-204-16/+13
* For some reason sys.stdin may be None on Windows, and makes test_multiprocess...Amaury Forgeot d'Arc2008-08-201-4/+5
* Partially revert r65883 to let the tests pass.Amaury Forgeot d'Arc2008-08-201-0/+2
* Tiny fix of IGNORECASE plus removal of a UNICODE reference.Mark Summerfield2008-08-201-6/+7
* Revised all texts concerning the ASCII flag: (1) put Unicode case firstMark Summerfield2008-08-201-49/+55
* Merged revisions 65900 via svnmerge fromHirokazu Yamamoto2008-08-201-5/+8
* Merged revisions 65885,65892,65894,65898 via svnmerge fromBenjamin Peterson2008-08-202-6/+6
* return sets instead of tuples from some symtable methodsBenjamin Peterson2008-08-204-13/+16
* kill the obsolete symtable.Symbol methodsBenjamin Peterson2008-08-203-19/+3
* Blocked revisions 65806,65880,65891,65893 via svnmergeBenjamin Peterson2008-08-200-0/+0
* Blocked revisions 65016 via svnmergeAmaury Forgeot d'Arc2008-08-190-0/+0
* disable test_nis; it hangsBenjamin Peterson2008-08-192-0/+3
* Issue #2394: implement more of the memoryview API.Antoine Pitrou2008-08-194-25/+418
* Merged revisions 65658,65869,65882 via svnmerge fromBenjamin Peterson2008-08-193-1/+12
* Issue #3125: Remove copy_reg in multiprocessing and replace it withAmaury Forgeot d'Arc2008-08-195-58/+66
* Remove four uu-encoded image files that were once useful for testingGuido van Rossum2008-08-194-4858/+0
* Fix a failure in bsddb tests, following the changes in regular expression sem...Antoine Pitrou2008-08-191-2/+2