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
*
Issue #22453: Fexed reference leaks when format error messages in ceval.c.
Serhiy Storchaka
2014-11-18
3
-11/+25
*
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
Serhiy Storchaka
2014-11-18
1
-1/+1
*
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka
2014-11-15
3
-5/+35
*
Update OS X installer documentation files for 2.7.9.
Ned Deily
2014-11-15
3
-89/+155
*
Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.
Ned Deily
2014-11-15
3
-23/+90
*
Fix description.
Georg Brandl
2014-11-14
1
-1/+1
*
Closes #22868: make example less ambiguous.
Georg Brandl
2014-11-14
1
-3/+3
*
Close #22300 by tweaking 2.7.9 What's New announcements
Nick Coghlan
2014-11-14
1
-0/+8
*
Issue #22850: Backport ensurepip Windows installer changes to 2.7
Steve Dower
2014-11-13
1
-14/+33
*
Define a __hash__ to quiet down a -3 warning
Donald Stufft
2014-11-11
1
-0/+5
*
Upgrade setuptools to 7.0
Donald Stufft
2014-11-11
2
-1/+1
*
Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7
Donald Stufft
2014-11-11
15
-1/+3201
*
Issue #22845: Improved formatting of dis documentation.
Serhiy Storchaka
2014-11-11
1
-5/+5
*
Issue #12728: Different Unicode characters having the same uppercase but
Serhiy Storchaka
2014-11-10
3
-11/+124
*
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka
2014-11-10
2
-2/+5
*
Use internal links where possible
Raymond Hettinger
2014-11-10
2
-4/+2
*
Issue 22830: Clarify docs for functools.cmp_to_key().
Raymond Hettinger
2014-11-10
1
-4/+7
*
Remove unused import
Raymond Hettinger
2014-11-08
1
-1/+0
*
Silence the failure of test_pyclbr after adding a property in sre_parse
Serhiy Storchaka
2014-11-07
1
-1/+1
*
Issues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka
2014-11-07
4
-12/+67
*
Backported tests for issue #22406.
Serhiy Storchaka
2014-11-07
2
-0/+24
*
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
3
-18/+71
*
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Serhiy Storchaka
2014-11-07
3
-1/+23
*
merge heads
Georg Brandl
2014-11-06
7
-19/+107
|
\
|
*
fix test where sizeof(long) != sizeof(int)
Benjamin Peterson
2014-11-06
1
-4/+4
|
*
Fixes path to patchlevel.py in doc/make.bat
Steve Dower
2014-11-06
1
-1/+1
|
*
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...
Steve Dower
2014-11-06
6
-18/+106
*
|
#22650: test suite: load Unicode test data files from www.pythontest.net
Georg Brandl
2014-11-06
6
-23/+15
|
/
*
Closes #22525: clarify documentation for ast.literal_eval().
Georg Brandl
2014-11-05
1
-6/+8
*
use pythontest.net for url fragment test
Benjamin Peterson
2014-11-05
1
-2/+2
*
Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
Victor Stinner
2014-11-05
1
-0/+4
*
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou
2014-11-04
2
-0/+7
*
allow keyfile argument to be None (closes #22787)
Benjamin Peterson
2014-11-04
2
-7/+26
*
test that keyfile can be None
Benjamin Peterson
2014-11-04
1
-1/+1
*
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Serhiy Storchaka
2014-11-02
4
-2/+23
*
#22751: fix test___all__ warning about modified environment in the tests. Pa...
Ezio Melotti
2014-11-02
2
-3/+5
*
Issue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware
2014-11-02
9
-42/+18
*
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Ned Deily
2014-11-02
2
-3/+4
*
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware
2014-11-01
4
-1/+21
*
Brought excluded code into the scope of a try block in SysLogHandler.emit().
Vinay Sajip
2014-11-01
2
-11/+14
*
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl
2014-10-31
1
-2/+2
*
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
Serhiy Storchaka
2014-10-31
3
-15/+88
*
Backported the optimization of compiling charsets in regular expressions
Serhiy Storchaka
2014-10-31
2
-128/+105
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
2
-6/+7
*
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
3
-7/+9
*
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-1/+8
*
minor grammar fixes (from docs@python.org)
Georg Brandl
2014-10-31
1
-2/+2
*
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka
2014-10-30
1
-1/+6
*
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka
2014-10-30
3
-4/+52
*
rstlint: make the "html leaked markup" regex a bit less sensitive
Georg Brandl
2014-10-30
1
-1/+1
[next]