index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to
Fred Drake
2008-12-04
1
-0/+4
*
Issue #4384: Added logging integration with warnings module using captureWarn...
Vinay Sajip
2008-12-03
1
-1/+7
*
Backport r67478
Raymond Hettinger
2008-12-03
1
-0/+3
*
Issue #4365: Add crtassem.h constants to the msvcrt module.
Martin v. Löwis
2008-11-30
1
-0/+2
*
Issue #4389: Add icon to the uninstall entry in
Martin v. Löwis
2008-11-30
1
-0/+2
*
Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an...
Christian Heimes
2008-11-28
1
-0/+3
*
#4396 make the parser module correctly validate the with syntax
Benjamin Peterson
2008-11-24
1
-0/+5
*
#3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from
Amaury Forgeot d'Arc
2008-11-22
1
-0/+4
*
backport r67325: make FileIO.mode always contain 'b'
Benjamin Peterson
2008-11-22
1
-0/+2
*
don't segfault when \N escapes are used and unicodedata fails to load
Benjamin Peterson
2008-11-21
1
-0/+3
*
#4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not...
Amaury Forgeot d'Arc
2008-11-21
1
-0/+3
*
Fixed issue #4233.
Amaury Forgeot d'Arc
2008-11-20
1
-0/+5
*
make sure that bytearray methods return a new bytearray even if there is no c...
Benjamin Peterson
2008-11-19
1
-0/+3
*
Issue #4289: Remove Cancel button from AdvancedDlg.
Martin v. Löwis
2008-11-19
1
-0/+2
*
Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__
Martin v. Löwis
2008-11-19
1
-0/+2
*
#4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
Amaury Forgeot d'Arc
2008-11-18
1
-0/+2
*
when __getattr__ is a descriptor, call it correctly; fixes #4230
Benjamin Peterson
2008-11-17
1
-0/+2
*
The docs for httplib.HTTPConnection.putheader() have claimed for quite a while
Brett Cannon
2008-11-15
1
-0/+3
*
Issue #1656675: Register a drop handler for .py* files on Windows.
Martin v. Löwis
2008-11-07
1
-0/+2
*
Issue #4120: Exclude manifest from extension modules in VS2008.
Martin v. Löwis
2008-11-06
1
-0/+2
*
Issue #4204: Fixed module build errors on FreeBSD 4.
Martin v. Löwis
2008-11-04
1
-0/+2
*
Issue #3774: Fixed an error when create a Tkinter menu item without command
Hirokazu Yamamoto
2008-11-03
1
-0/+3
*
#4048 make the parser module accept relative imports as valid
Benjamin Peterson
2008-11-03
2
-0/+3
*
make sure the parser flags and passed onto the compiler
Benjamin Peterson
2008-10-31
1
-0/+3
*
Issue #4176: Pickle would crash the interpreter when a __reduce__ function
Amaury Forgeot d'Arc
2008-10-30
1
-0/+3
*
Fixed a modulefinder crash on certain relative imports.
Thomas Heller
2008-10-30
1
-0/+2
*
fix __future__ imports when multiple features are given
Benjamin Peterson
2008-10-26
1
-0/+3
*
Typo fix.
Georg Brandl
2008-10-25
1
-1/+1
*
give a py3k warning when 'nonlocal' is used as a variable name
Benjamin Peterson
2008-10-25
1
-0/+3
*
fix #4150: pdb's up command didn't work for generators in post-mortem
Benjamin Peterson
2008-10-22
1
-0/+3
*
add NEWs note for last change
Benjamin Peterson
2008-10-21
1
-0/+3
*
Issue #4091: Install pythonxy.dll in system32 again.
Martin v. Löwis
2008-10-17
1
-0/+2
*
#4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module:
Amaury Forgeot d'Arc
2008-10-14
1
-0/+6
*
Issue #4018: Disable "for me" installations on Vista.
Martin v. Löwis
2008-10-13
1
-0/+2
*
On windows, os.chdir given unicode was not working if GetCurrentDirectoryW
Hirokazu Yamamoto
2008-10-09
1
-0/+4
*
#3935: properly support list subclasses in the C impl. of bisect.
Georg Brandl
2008-10-08
1
-0/+2
*
#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...
Amaury Forgeot d'Arc
2008-10-07
1
-0/+5
*
Add the 'patchcheck' build target to .PHONY.
Brett Cannon
2008-10-06
1
-0/+5
*
Issue #4014: Don't claim that Python has an Alpha release status, in addition
Martin v. Löwis
2008-10-06
1
-0/+3
*
Update the version to 2.7. Hopefully this fixes the test_distutils failure
Neal Norwitz
2008-10-03
1
-1/+1
*
Bump to 2.7a0
Barry Warsaw
2008-10-02
1
-0/+12
*
Bumping to 2.6 final.
Barry Warsaw
2008-10-01
2
-2/+2
*
Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
Martin v. Löwis
2008-10-01
1
-0/+3
*
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
Gregory P. Smith
2008-09-30
1
-0/+3
*
fix security issue 2: imageop's poor validation of arguments could result in ...
Benjamin Peterson
2008-09-30
1
-0/+3
*
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
Martin v. Löwis
2008-09-29
1
-0/+3
*
The _lsprof module could crash the interpreter if it was given an external
Brett Cannon
2008-09-29
1
-0/+4
*
bsddb4.7.3pre9 renamed to 4.7.3
Jesus Cea
2008-09-28
1
-1/+1
*
#3967: Correct a crash in count() and find() methods of string-like objects.
Amaury Forgeot d'Arc
2008-09-26
1
-0/+3
*
#3965: on Windows, open() crashes if the filename or the mode is invalid,
Amaury Forgeot d'Arc
2008-09-25
1
-0/+3
[next]