summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #4537: webbrowser.UnixBrowser failed because this module defines an open()Amaury Forgeot d'Arc2008-12-051-0/+3
* Merged revisions 67528 via svnmerge fromFred Drake2008-12-041-0/+4
* Prep for Python 3.1!Barry Warsaw2008-12-032-1371/+1392
* Issue 3689: list_reverseiterator should support __length_hint__ instead of _...Raymond Hettinger2008-12-021-0/+3
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-021-0/+2
* Fix docutils parsing errors in Misc/NEWS.Alexandre Vassalotti2008-12-021-9/+10
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-011-0/+3
* Merged revisions 67449 via svnmerge fromMartin v. Löwis2008-11-301-0/+2
* Issue #4407: Fix source file that caused the compileall step in WindowsMartin v. Löwis2008-11-301-0/+6
* Fix more threading API related bugs: Thread.get_name() --> Thread.name.Amaury Forgeot d'Arc2008-11-291-0/+3
* #4455: IDLE failed to display the windows list when two windows have the same...Amaury Forgeot d'Arc2008-11-281-0/+3
* Forgot to update Misc/NEWSChristian Heimes2008-11-281-0/+2
* Merged revisions 67414 via svnmerge fromChristian Heimes2008-11-281-0/+3
* Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type.Thomas Heller2008-11-261-0/+3
* - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.Matthias Klose2008-11-261-0/+2
* Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages.Thomas Heller2008-11-261-0/+2
* Second fix for issue #4373Christian Heimes2008-11-251-1/+2
* #4373: Reference leak in the pickle module.Amaury Forgeot d'Arc2008-11-251-0/+2
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-251-0/+6
* dbm.dumb was opening files without specifying the encoding. Caused problem onBrett Cannon2008-11-241-0/+3
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-0/+10
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-221-0/+2
* #4383: UnboundLocalError when IDLE cannot connect to its subprocess.Amaury Forgeot d'Arc2008-11-211-0/+3
* post-3.0rc3Barry Warsaw2008-11-211-2/+14
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-212-2/+2
* Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes andBrett Cannon2008-11-211-1/+4
* #4338: Fix the distutils "setup.py upload" command.Amaury Forgeot d'Arc2008-11-201-0/+2
* Issue #4354: Fix distutils register command.Martin v. Löwis2008-11-201-0/+2
* Merged revisions 67283 via svnmerge fromMartin v. Löwis2008-11-191-0/+2
* Merged revisions 67279 via svnmerge fromMartin v. Löwis2008-11-191-0/+2
* fix the Makefile so it doesn't pollute sys.pathBenjamin Peterson2008-11-181-0/+3
* Issue #3327: Don't overallocate in the modules_by_index list.Martin v. Löwis2008-11-171-0/+2
* Issue #1721812: Binary operations and copy operations on set/frozensetRaymond Hettinger2008-11-161-0/+5
* Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates toMark Dickinson2008-11-121-0/+4
* change the named tuple returned by inspect.getfullargspec to have a 'kwonlyde...Benjamin Peterson2008-11-122-0/+4
* #3705: Command-line arguments were not correctly decoded when theAmaury Forgeot d'Arc2008-11-111-0/+3
* #4298: pickle.load() can segfault on invalid or truncated input.Amaury Forgeot d'Arc2008-11-111-1/+3
* fix the socketserver demo code for py3kBenjamin Peterson2008-11-082-0/+6
* #4283: fix left-over iteritems() in distutils.Georg Brandl2008-11-081-0/+2
* Merged revisions 67149 via svnmerge fromMartin v. Löwis2008-11-071-0/+5
* name the releaseBenjamin Peterson2008-11-071-2/+3
* post release cleanupBarry Warsaw2008-11-071-0/+12
* Merged revisions 67120 via svnmerge fromMartin v. Löwis2008-11-061-0/+2
* Bumping to 3.0rc2.Barry Warsaw2008-11-062-7/+4
* periodBenjamin Peterson2008-11-051-1/+1
* fix #4211: the __path__ of a frozen package should be a list.Benjamin Peterson2008-11-051-0/+3
* Fixed issue #3727: poplib module broken by str to unicode conversionChristian Heimes2008-11-051-0/+2
* Issue #3714: nntplib module broken by str to unicode conversionChristian Heimes2008-11-051-0/+2
* Issue #1210: Fixed imaplibChristian Heimes2008-11-051-0/+2
* Fixed issue #4233.Christian Heimes2008-11-051-0/+5