summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-041-0/+2
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-0/+1
* #3626: On cygwin, starting "python z" would not display any error message:Amaury Forgeot d'Arc2008-10-301-1/+4
* Merged revisions 67049 via svnmerge fromAmaury Forgeot d'Arc2008-10-301-0/+3
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-301-0/+2
* Issue #4213: The file system encoding is now normalized by the codec subsyste...Christian Heimes2008-10-301-0/+3
* Issue #4200: Changed the atexit module to store its state in its PyModuleDef ...Christian Heimes2008-10-301-0/+3
* Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...Christian Heimes2008-10-301-0/+3
* #4170: Fix segfault when pickling a defauldict object.Amaury Forgeot d'Arc2008-10-301-0/+3
* restore compilation on OpenBSD #4146Benjamin Peterson2008-10-191-0/+2
* #3664: The pickle module could segfault if a Pickler instance is not correctl...Amaury Forgeot d'Arc2008-10-171-1/+4
* Issue #3717: Fix Demo/embed/demo.c.Martin v. Löwis2008-10-171-0/+2
* Merged revisions 66958 via svnmerge fromMartin v. Löwis2008-10-171-0/+2
* Latin-1 source code was not being properly decoded when passed throughBrett Cannon2008-10-171-0/+2
* Victor Stinner's patch to make telnetlib use bytes 3725Benjamin Peterson2008-10-151-0/+2
* Issue #4072: Restore build_py_2to3. Add a distutils demo forMartin v. Löwis2008-10-151-0/+7
* Merged revisions 66881 via svnmerge fromMartin v. Löwis2008-10-131-0/+5
* Issues #2384 and #3975: Tracebacks were not correctly printed when the source...Amaury Forgeot d'Arc2008-10-091-0/+4
* Issue #3740: Null-initialize module state.Martin v. Löwis2008-10-071-0/+2
* Merged revisions 66814 via svnmerge fromMartin v. Löwis2008-10-061-0/+3
* Issue #3187: Add sys.setfilesystemencoding.Martin v. Löwis2008-10-031-0/+2
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-2/+8
* Merged revisions 66686 via svnmerge fromMartin v. Löwis2008-09-291-0/+3
* #3911 FTP.makeport was giving bad port numbersBenjamin Peterson2008-09-271-0/+2
* #3946 fix PyObject_CheckBuffer on a memoryview objectBenjamin Peterson2008-09-261-0/+2
* #3929: dbm.open() would try to raise a tuple. This does not work anymore wit...Amaury Forgeot d'Arc2008-09-251-0/+4
* Merged revisions 66616 via svnmerge fromMartin v. Löwis2008-09-251-0/+2
* Merged revisions 66611 via svnmerge fromThomas Heller2008-09-241-0/+3
* Issue #3659: Values of string subclasses were not handled correctly when usedGerhard Häring2008-09-221-0/+5
* #1688: On Windows, the input() prompt was not correctly displayed if itAmaury Forgeot d'Arc2008-09-211-0/+3
* Bug #3884: Make the turtle module toplevel again.Martin v. Löwis2008-09-211-0/+2
* done with rc1Barry Warsaw2008-09-181-0/+12
* bumping to 3.0rc1v3.0rc1Barry Warsaw2008-09-182-2/+2
* Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge...Benjamin Peterson2008-09-171-8/+21
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-0/+2
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...Amaury Forgeot d'Arc2008-09-111-0/+20
* kill memoryview.size in favor of len(view)Benjamin Peterson2008-09-101-0/+2
* Issue #3756: make re.escape() handle bytes as well as str.Guido van Rossum2008-09-101-0/+2
* Fix formatter usage of filter(). Bug #3800.Georg Brandl2008-09-091-0/+2
* Issue #3812: Failed to build python if configure --without-threads.Hirokazu Yamamoto2008-09-091-0/+2
* Added News for r66338Hirokazu Yamamoto2008-09-091-0/+2
* Revert r33661, which broke all buildbots.Amaury Forgeot d'Arc2008-09-091-1/+2
* #3705: Fix crash when given a non-ascii value on the command line for the "-c...Amaury Forgeot d'Arc2008-09-091-2/+1
* #3791: Remove bsddb from the Windows msi installer,Amaury Forgeot d'Arc2008-09-091-0/+7
* describe the change merged in r66285Gregory P. Smith2008-09-071-0/+4
* Issue #874900: fix behaviour of threading module after a fork.Antoine Pitrou2008-09-061-0/+2
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-0/+3
* Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value.Antoine Pitrou2008-09-061-0/+4
* Fixes release blocker issue #3492 and #3790.Gregory P. Smith2008-09-061-0/+4
* Merged revisions 66262 via svnmerge fromBenjamin Peterson2008-09-061-0/+1