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 #2467: gc.DEBUG_STATS reports invalid elapsed times.
Antoine Pitrou
2008-12-17
1
-0/+4
*
Issue #3439: add bit_length method to int and long.
Mark Dickinson
2008-12-17
2
-0/+3
*
Issue #2183: Simplify and optimize bytecode for list comprehensions.
Antoine Pitrou
2008-12-17
1
-0/+3
*
#3632: the "pyo" macro from gdbinit can now run when the GIL is released.
Amaury Forgeot d'Arc
2008-12-15
1
-0/+3
*
#3954: Fix error handling code in _hotshot.logreader
Amaury Forgeot d'Arc
2008-12-15
1
-0/+3
*
Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.).
Antoine Pitrou
2008-12-14
1
-0/+4
*
Fix several issues relating to access to source code inside zipfiles. Initial...
Nick Coghlan
2008-12-14
1
-0/+19
*
Issue #4163: Use unicode-friendly word splitting in the textwrap functions wh...
Antoine Pitrou
2008-12-13
1
-0/+3
*
Issue #4616: TarFile.utime(): Restore directory times on Windows.
Lars Gustäbel
2008-12-12
1
-0/+2
*
Issues #3167, #3682: tests for math.log and math.log10 were failing on
Mark Dickinson
2008-12-11
1
-0/+3
*
Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to
Facundo Batista
2008-12-11
1
-0/+4
*
#1030250: correctly pass the dry_run option to the mkpath() function.
Amaury Forgeot d'Arc
2008-12-11
1
-0/+3
*
#4559: When a context manager's __exit__() method returns an object whose
Amaury Forgeot d'Arc
2008-12-10
1
-0/+3
*
Update Misc/NEWS for r67666.
Jeffrey Yasskin
2008-12-10
1
-0/+3
*
Issue #4509: bugs in bytearray with exports (buffer protocol)
Antoine Pitrou
2008-12-06
1
-0/+3
*
issue 4483 - dbm build failures on systems with gdbm_compat lib.
Skip Montanaro
2008-12-06
1
-0/+3
*
Issue #4445: save 3 bytes (on average, on a typical machine) per
Mark Dickinson
2008-12-05
1
-0/+5
*
#4529: fix parser's validation for try-except-finally statements.
Georg Brandl
2008-12-05
1
-0/+3
*
#4458: recognize "-" as an argument, not a malformed option in gnu_getopt().
Georg Brandl
2008-12-05
1
-0/+3
*
rename the new check_call_output to check_output. its less ugly.
Gregory P. Smith
2008-12-05
1
-1/+1
*
Took Nick Coghlan's advice about importing warnings globally in logging, to a...
Vinay Sajip
2008-12-04
1
-5/+5
*
Adds a subprocess.check_call_output() function to return the output from a
Gregory P. Smith
2008-12-04
1
-0/+3
*
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
[next]