summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Removed the new moduleChristian Heimes2007-11-281-0/+4
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-0/+6
* Fixed some build issues and updated docs.Christian Heimes2007-11-171-0/+6
* Fix for #1415 pythonw.exe fails because std streams a missingChristian Heimes2007-11-131-0/+5
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-0/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-062-0/+4
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-0/+6
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-0/+3
* Add a missing news entry about how str8's constructor signature now matches theBrett Cannon2007-10-261-0/+2
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-251-0/+3
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-0/+6
* Issue 1267, continued.Guido van Rossum2007-10-221-0/+12
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-151-0/+2
* Make _load_testfile() use its encoding argument when __loader__ is defined.Brett Cannon2007-10-121-0/+8
* remove hotshot profiler from Py3kFred Drake2007-10-111-0/+10
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-172-2/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+2
* Bug #1074: make python-config with Py3k.Georg Brandl2007-09-011-7/+7
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+3
* Add some miscellanea.Guido van Rossum2007-08-301-3/+7
* Fix a typo and a trailing space.Kurt B. Kaiser2007-08-301-2/+2
* Small updates.Guido van Rossum2007-08-301-2/+7
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-4/+4
* Update Misc/NEWS. Add RELNOTES.Guido van Rossum2007-08-301-16/+2
* Get gdb macros working with unicode and PyVarObject changeNeal Norwitz2007-08-271-3/+3
* Remove _PyObject_DelNeal Norwitz2007-08-191-1/+1
* Remove support for BeOSSkip Montanaro2007-08-173-591/+0
* Merged revisions 57125-57128 via svnmerge fromNeal Norwitz2007-08-171-1/+1
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-162-7/+7
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+2
* Remove RISCOS supportSkip Montanaro2007-08-161-6/+1
* Support the new doc system. Also test_compiler was removed in 3kNeal Norwitz2007-08-161-7/+11
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-151-0/+2
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-141-1/+2
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-124-21/+13
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-112-4/+5
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-4/+0
* Patch #1768976, Fix for failing test_scriptpackages (untested but looks good)Neal Norwitz2007-08-071-0/+1
* Move tempfile over to the io module. Makes test_threaded_import pass.Brett Cannon2007-08-051-0/+1
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-053-18/+6
* Implement PEP 3120.Martin v. Löwis2007-07-291-0/+2
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-0/+2
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-182-2/+5
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-137-8/+23
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-064-57/+31
* Merged revisions 55588-55630 via svnmerge fromGuido van Rossum2007-05-291-0/+2
* Merged revisions 55514-55544 via svnmerge fromGuido van Rossum2007-05-241-1/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-224-44/+40
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-172-3/+7