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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
reverted leak fix, to use the one done in py3k branch (r67382)
Tarek Ziadé
2009-02-13
1
-2/+12
*
Fix compiler warning (gcc)
Antoine Pitrou
2009-02-13
1
-1/+1
*
Issue #5186: Reduce hash collisions for objects with no __hash__ method by
Antoine Pitrou
2009-02-13
2
-15/+10
*
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
Georg Brandl
2009-02-13
1
-6/+8
*
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
Georg Brandl
2009-02-13
1
-3/+3
*
#3694: add test for fix committed in r66693.
Georg Brandl
2009-02-13
1
-0/+4
*
#1661108: note that urlsafe encoded string can contain "=".
Georg Brandl
2009-02-13
1
-1/+2
*
#3734: document complex coercing behavior better.
Georg Brandl
2009-02-13
1
-1/+2
*
#4894: document "newurl" parameter to redirect_request().
Georg Brandl
2009-02-13
1
-5/+6
*
#5158: added documentation on the depends option in distutils extensions
Tarek Ziadé
2009-02-13
2
-0/+5
*
Add links to the other versions we have in stock.
Georg Brandl
2009-02-13
1
-3/+8
*
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
Gregory P. Smith
2009-02-13
10
-101/+240
*
fixing the leak introduced in r69304
Tarek Ziadé
2009-02-12
1
-2/+2
*
Typo fix.
Mark Dickinson
2009-02-12
1
-1/+1
*
One more test.
Raymond Hettinger
2009-02-12
1
-0/+3
*
Add an extra testcase.
Raymond Hettinger
2009-02-12
1
-0/+3
*
Fix spaces/tabs in example.
Raymond Hettinger
2009-02-12
1
-4/+3
*
Issue 5032: added a step argument to itertools.count() and allowed non-integ...
Raymond Hettinger
2009-02-12
4
-41/+135
*
no need for this __bases__ trick anymore
Benjamin Peterson
2009-02-12
1
-1/+1
*
os.fsync() should be used to ensure that data is written to disk
Benjamin Peterson
2009-02-12
1
-0/+5
*
Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even
Gregory P. Smith
2009-02-11
3
-2/+19
*
Issue #5204: Define _PyVerify_fd on VC6 to make
Hirokazu Yamamoto
2009-02-11
1
-0/+3
*
Clean-up named tuple docs.
Raymond Hettinger
2009-02-11
1
-4/+5
*
Issue#5203: ctypes segfaults when passing a unicode string to a
Thomas Heller
2009-02-10
2
-0/+4
*
_testcapi depends on testcapi_long.h
Mark Dickinson
2009-02-10
1
-1/+2
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
6
-10/+41
*
Issue 4804. Add a function to test the validity of file descriptors on Windo...
Kristján Valur Jónsson
2009-02-10
4
-36/+137
*
Fixed svn:eol-style.
Hirokazu Yamamoto
2009-02-10
3
-218/+218
*
Set eol-style to native
Martin v. Löwis
2009-02-10
1
-14/+14
*
Issue #5134: Silence compiler warnings when compiling sqlite with VC++.
Martin v. Löwis
2009-02-10
3
-24/+32
*
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...
Tarek Ziadé
2009-02-10
3
-3/+8
*
compileall used the ctime of bytecode and source to determine if the bytecode
Brett Cannon
2009-02-10
4
-8/+84
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
4
-3/+36
*
Enforcing Tk 8.3.1 requirement.
Guilherme Polo
2009-02-09
1
-2/+2
*
Fixed issue #5122: Synchronize tk load failure check to prevent a
Guilherme Polo
2009-02-09
4
-30/+125
*
Checking for tk availability before continuing (basically the same that is do...
Guilherme Polo
2009-02-09
1
-1/+7
*
Some tests for Tkinter.Text.search
Guilherme Polo
2009-02-09
4
-0/+68
*
Issue 5171: itertools.product docstring missing 'repeat' argument
Raymond Hettinger
2009-02-09
1
-0/+3
*
Fixed issue #4890: Handle empty text search pattern in
Guilherme Polo
2009-02-09
2
-2/+5
*
Turned setup_master public
Guilherme Polo
2009-02-09
1
-22/+19
*
Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
Mark Dickinson
2009-02-09
3
-5/+40
*
Issue #5170: Fixed Unicode output bug in logging and added test case. This is...
Vinay Sajip
2009-02-08
3
-10/+38
*
Silence 'arg may be used uninitialized in this function' warning from gcc.
Mark Dickinson
2009-02-08
1
-1/+1
*
a few edits and typos
Benjamin Peterson
2009-02-08
1
-10/+11
*
Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit
Mark Dickinson
2009-02-08
1
-1/+1
*
document numliterals fixer
Benjamin Peterson
2009-02-08
1
-0/+4
*
Remove redundant assignment in _PyObject_LengthHint
Mark Dickinson
2009-02-08
1
-1/+1
*
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Nick Coghlan
2009-02-08
4
-9/+21
*
Mention patch submitter in NEWS entry for r69419
Nick Coghlan
2009-02-08
1
-1/+2
*
Issue 4195: Restore the ability to execute packages with the -m switch (but t...
Nick Coghlan
2009-02-08
6
-12/+110
[prev]
[next]