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
*
Make trailing whitespace explicit (including when it is an all-whitespace
Brett Cannon
2007-12-24
1
-10/+3
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-0/+3
*
Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...
Christian Heimes
2007-12-18
1
-0/+7
*
Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.
Raymond Hettinger
2007-12-18
1
-0/+4
*
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Thomas Heller
2007-12-18
1
-0/+2
*
Fixed #1638: %zd configure test fails on Linux
Christian Heimes
2007-12-16
1
-0/+2
*
Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...
Christian Heimes
2007-12-14
1
-0/+3
*
Patch #1608. Someone with access to autoconf 2.61 or higher needs to
Guido van Rossum
2007-12-13
2
-0/+5
*
Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...
Raymond Hettinger
2007-12-13
1
-0/+4
*
Patch #1643738 by Ulisses Furquim -- make the is_tripped variable
Guido van Rossum
2007-12-10
1
-0/+1
*
Backport of r59456:59458 from py3k to trunk
Christian Heimes
2007-12-10
1
-0/+4
*
Added wide char api variants of getch and putch to msvcrt module. The wide ch...
Christian Heimes
2007-12-10
1
-0/+3
*
Add Jeff Wheeler.
Georg Brandl
2007-12-09
1
-0/+1
*
When splitting, avoid making a copy of the string if the split doesn't find
Skip Montanaro
2007-12-08
1
-0/+3
*
Fix Eren's name.
Georg Brandl
2007-12-08
1
-1/+1
*
Be (just a bit :) more specific about release date.
Guido van Rossum
2007-12-08
1
-1/+1
*
Increase unit test coverage of SimpleXMLRPCServer.
Georg Brandl
2007-12-07
1
-0/+1
*
Spelling fix
Andrew M. Kuchling
2007-12-05
1
-1/+1
*
Added msg to Misc/NEWS
Christian Heimes
2007-12-05
1
-0/+3
*
Move nt.access change into the right section.
Martin v. Löwis
2007-12-04
1
-2/+2
*
Forward-port r59310:
Martin v. Löwis
2007-12-03
1
-0/+2
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
1
-0/+2
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
2
-0/+6
*
Added comment to Misc/NEWS for r59290
Christian Heimes
2007-12-03
1
-0/+3
*
Implement PEP 366
Nick Coghlan
2007-12-03
1
-0/+4
*
Add test suite for cmd module.
Georg Brandl
2007-12-01
1
-0/+1
*
Issue #1531: Read fileobj from the current offset, do not seek to
Lars Gustäbel
2007-12-01
1
-0/+3
*
Feature #1534
Christian Heimes
2007-12-01
1
-0/+6
*
Issue #1521: on 64bit platforms, str.decode fails on very long strings.
Amaury Forgeot d'Arc
2007-11-30
1
-0/+5
*
Add a NEWS entry for r59231
Amaury Forgeot d'Arc
2007-11-30
1
-0/+4
*
Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504
Christian Heimes
2007-11-27
1
-0/+4
*
back in these go - thanks to Titus Brown for the fix
Skip Montanaro
2007-11-24
1
-0/+3
*
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
Amaury Forgeot d'Arc
2007-11-24
1
-0/+3
*
revert
Skip Montanaro
2007-11-24
1
-3/+0
*
issue 1429818
Skip Montanaro
2007-11-23
1
-0/+3
*
Add a NEWS entry for r59076.
Amaury Forgeot d'Arc
2007-11-21
1
-0/+3
*
Added NEWS entry
Christian Heimes
2007-11-21
1
-0/+1
*
doctest assumed that a package's __loader__.get_data() method used universal
Brett Cannon
2007-11-21
1
-0/+3
*
Patch #1739468: Directories and zipfiles containing __main__.py are now execu...
Nick Coghlan
2007-11-18
1
-0/+4
*
Merge from py3k branch:
Amaury Forgeot d'Arc
2007-11-13
1
-0/+4
*
Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.
Martin v. Löwis
2007-11-12
1
-0/+2
*
Add Amaury Forgeot d'Arc.
Martin v. Löwis
2007-11-09
1
-0/+3
*
Add set.isdisjoint()
Raymond Hettinger
2007-11-08
1
-0/+2
*
Add missing NEWS entry
Nick Coghlan
2007-11-07
1
-0/+3
*
Add build option for faster loop execution.
Raymond Hettinger
2007-11-07
1
-0/+5
*
Fix marshal's incorrect handling of subclasses of builtin types (backport can...
Raymond Hettinger
2007-11-07
1
-0/+4
*
Fixes Issue 1385: The hmac module now computes the correct hmac when using
Gregory P. Smith
2007-11-06
1
-0/+3
*
Add the bsddb.db.DBEnv.lock_id_free method.
Gregory P. Smith
2007-11-05
1
-0/+2
*
Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and
Gregory P. Smith
2007-11-05
1
-0/+8
*
Issue #1292: On alpha, arm, ppc, and s390 linux systems the
Thomas Heller
2007-11-02
1
-0/+3
[next]