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 #5472: Fixed distutils.test_util tear down
Tarek Ziadé
2009-03-11
1
-0/+3
*
Require implementations for warnings.showwarning() support the 'line' argument.
Brett Cannon
2009-03-11
1
-0/+3
*
For collections.deque() objects, expose the maxlen parameter as a read-only a...
Raymond Hettinger
2009-03-10
1
-0/+2
*
Add Chris Withers.
Martin v. Löwis
2009-03-08
1
-1/+4
*
Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only
Guilherme Polo
2009-03-07
1
-0/+4
*
Fixed issue #4792: Prevent a segfault in _tkinter by using the
Guilherme Polo
2009-03-07
1
-0/+4
*
Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.
Guilherme Polo
2009-03-07
1
-0/+2
*
Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler
Tarek Ziadé
2009-03-07
1
-0/+3
*
Issue #5385: Fixed mmap crash after resize failure on windows.
Hirokazu Yamamoto
2009-03-05
1
-0/+2
*
Issue #5179: Fixed subprocess handle leak on failure on windows.
Hirokazu Yamamoto
2009-03-03
1
-0/+2
*
Backport 70111: Let configparser use ordered dicts by default.
Raymond Hettinger
2009-03-03
1
-0/+2
*
Backport 70106: Add OrderedDict support to collections.namedtuple().
Raymond Hettinger
2009-03-03
1
-0/+2
*
Backport PEP 372: OrderedDict()
Raymond Hettinger
2009-03-03
1
-0/+2
*
give httplib.IncompleteRead a more sane repr #4308
Benjamin Peterson
2009-03-02
2
-0/+4
*
Adds an optional flags argument to re.split, re.sub and re.subn to be
Gregory P. Smith
2009-03-02
1
-0/+2
*
fix a silly problem of caching gone wrong #5401
Benjamin Peterson
2009-03-02
1
-0/+3
*
Issue #1733986: Fixed mmap crash in accessing elements of second map object
Hirokazu Yamamoto
2009-02-28
1
-0/+3
*
Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer
Hirokazu Yamamoto
2009-02-28
1
-0/+3
*
Issues #1533164 and #5378: Added quiet and force-optimize options to Distutil...
Tarek Ziadé
2009-02-28
1
-0/+5
*
Issue #5052: make Distutils compatible with 2.3 again.
Tarek Ziadé
2009-02-27
1
-0/+2
*
remove deprecated symtable.Symbol methods
Benjamin Peterson
2009-02-26
1
-0/+4
*
Fixed #5316 : test failure in test_site
Tarek Ziadé
2009-02-25
1
-0/+3
*
- Link the shared python library with $(MODLIBS).
Matthias Klose
2009-02-22
1
-0/+2
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
4
-6/+6
*
Issue #5247: Improve error message when unknown format codes are used when us...
Eric Smith
2009-02-20
1
-0/+4
*
#5287: Add exception handling around findCaller() call to help out IronPython.
Vinay Sajip
2009-02-19
1
-2/+4
*
Py3k warnings now automatically include -Qwarn for division.
Raymond Hettinger
2009-02-18
1
-0/+3
*
fixed the data_files inclusion behavior
Tarek Ziadé
2009-02-17
1
-0/+1
*
Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,
Hirokazu Yamamoto
2009-02-17
1
-0/+3
*
Issue #5292: Fixed mmap crash on its boundary access m[len(m)].
Hirokazu Yamamoto
2009-02-17
1
-0/+2
*
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...
Tarek Ziadé
2009-02-16
1
-0/+3
*
remove some PyBytes_* aliases that are not in 3.x
Benjamin Peterson
2009-02-16
1
-0/+2
*
Added Ross Light to ACKS, for bug 4285 (r69331).
Eric Smith
2009-02-16
1
-0/+1
*
Issue #5260: Various portability and standards compliance fixes, optimizations
Mark Dickinson
2009-02-15
1
-0/+4
*
Fix for #5257: refactored all tests in distutils, so they use a temporary dir...
Tarek Ziadé
2009-02-14
1
-0/+3
*
Fixed #4524: distutils build_script command failed with --with-suffix=3
Tarek Ziadé
2009-02-13
1
-0/+3
*
Issue #2461: added tests for distutils.util
Tarek Ziadé
2009-02-13
1
-0/+2
*
Issue #5186: Reduce hash collisions for objects with no __hash__ method by
Antoine Pitrou
2009-02-13
1
-0/+3
*
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
Gregory P. Smith
2009-02-13
1
-0/+4
*
Typo fix.
Mark Dickinson
2009-02-12
1
-1/+1
*
Issue 5032: added a step argument to itertools.count() and allowed non-integ...
Raymond Hettinger
2009-02-12
1
-0/+3
*
Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even
Gregory P. Smith
2009-02-11
1
-0/+3
*
Issue#5203: ctypes segfaults when passing a unicode string to a
Thomas Heller
2009-02-10
1
-0/+3
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
2
-0/+4
*
Issue #5134: Silence compiler warnings when compiling sqlite with VC++.
Martin v. Löwis
2009-02-10
1
-0/+2
*
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...
Tarek Ziadé
2009-02-10
1
-0/+3
*
compileall used the ctime of bytecode and source to determine if the bytecode
Brett Cannon
2009-02-10
2
-1/+6
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
1
-0/+4
*
Fixed issue #5122: Synchronize tk load failure check to prevent a
Guilherme Polo
2009-02-09
1
-0/+3
*
Fixed issue #4890: Handle empty text search pattern in
Guilherme Polo
2009-02-09
1
-0/+2
[next]