summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters toFred Drake2008-12-041-0/+4
* Issue #4384: Added logging integration with warnings module using captureWarn...Vinay Sajip2008-12-031-1/+7
* Backport r67478Raymond Hettinger2008-12-031-0/+3
* Issue #4365: Add crtassem.h constants to the msvcrt module.Martin v. Löwis2008-11-301-0/+2
* Issue #4389: Add icon to the uninstall entry inMartin v. Löwis2008-11-301-0/+2
* Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an...Christian Heimes2008-11-281-0/+3
* #4396 make the parser module correctly validate the with syntaxBenjamin Peterson2008-11-241-0/+5
* #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter fromAmaury Forgeot d'Arc2008-11-221-0/+4
* backport r67325: make FileIO.mode always contain 'b'Benjamin Peterson2008-11-221-0/+2
* don't segfault when \N escapes are used and unicodedata fails to loadBenjamin Peterson2008-11-211-0/+3
* #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not...Amaury Forgeot d'Arc2008-11-211-0/+3
* Fixed issue #4233.Amaury Forgeot d'Arc2008-11-201-0/+5
* make sure that bytearray methods return a new bytearray even if there is no c...Benjamin Peterson2008-11-191-0/+3
* Issue #4289: Remove Cancel button from AdvancedDlg.Martin v. Löwis2008-11-191-0/+2
* Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__Martin v. Löwis2008-11-191-0/+2
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-0/+2
* when __getattr__ is a descriptor, call it correctly; fixes #4230Benjamin Peterson2008-11-171-0/+2
* The docs for httplib.HTTPConnection.putheader() have claimed for quite a whileBrett Cannon2008-11-151-0/+3
* Issue #1656675: Register a drop handler for .py* files on Windows.Martin v. Löwis2008-11-071-0/+2
* Issue #4120: Exclude manifest from extension modules in VS2008.Martin v. Löwis2008-11-061-0/+2
* Issue #4204: Fixed module build errors on FreeBSD 4.Martin v. Löwis2008-11-041-0/+2
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-031-0/+3
* #4048 make the parser module accept relative imports as validBenjamin Peterson2008-11-032-0/+3
* make sure the parser flags and passed onto the compilerBenjamin Peterson2008-10-311-0/+3
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-0/+3
* Fixed a modulefinder crash on certain relative imports.Thomas Heller2008-10-301-0/+2
* fix __future__ imports when multiple features are givenBenjamin Peterson2008-10-261-0/+3
* Typo fix.Georg Brandl2008-10-251-1/+1
* give a py3k warning when 'nonlocal' is used as a variable nameBenjamin Peterson2008-10-251-0/+3
* fix #4150: pdb's up command didn't work for generators in post-mortemBenjamin Peterson2008-10-221-0/+3
* add NEWs note for last changeBenjamin Peterson2008-10-211-0/+3
* Issue #4091: Install pythonxy.dll in system32 again.Martin v. Löwis2008-10-171-0/+2
* #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module:Amaury Forgeot d'Arc2008-10-141-0/+6
* Issue #4018: Disable "for me" installations on Vista.Martin v. Löwis2008-10-131-0/+2
* On windows, os.chdir given unicode was not working if GetCurrentDirectoryWHirokazu Yamamoto2008-10-091-0/+4
* #3935: properly support list subclasses in the C impl. of bisect.Georg Brandl2008-10-081-0/+2
* #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...Amaury Forgeot d'Arc2008-10-071-0/+5
* Add the 'patchcheck' build target to .PHONY.Brett Cannon2008-10-061-0/+5
* Issue #4014: Don't claim that Python has an Alpha release status, in additionMartin v. Löwis2008-10-061-0/+3
* Update the version to 2.7. Hopefully this fixes the test_distutils failureNeal Norwitz2008-10-031-1/+1
* Bump to 2.7a0Barry Warsaw2008-10-021-0/+12
* Bumping to 2.6 final.Barry Warsaw2008-10-012-2/+2
* Bug #3989: Package the 2to3 script (as 2to3.py) in the WindowsMartin v. Löwis2008-10-011-0/+3
* Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs whenGregory P. Smith2008-09-301-0/+3
* fix security issue 2: imageop's poor validation of arguments could result in ...Benjamin Peterson2008-09-301-0/+3
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-0/+3
* The _lsprof module could crash the interpreter if it was given an externalBrett Cannon2008-09-291-0/+4
* bsddb4.7.3pre9 renamed to 4.7.3Jesus Cea2008-09-281-1/+1
* #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-261-0/+3
* #3965: on Windows, open() crashes if the filename or the mode is invalid,Amaury Forgeot d'Arc2008-09-251-0/+3