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 #8313: traceback.format_exception_only() encodes unicode message to
Victor Stinner
2010-05-05
3
-2/+20
*
Remove reference to unused source file.
Thomas Heller
2010-05-04
1
-4/+0
*
Fix test_gzip failure on OS X. The failure was a result of trying to fflush
Mark Dickinson
2010-05-04
1
-1/+1
*
On Windows, ctypes does no longer check the stack before and after
Thomas Heller
2010-05-04
16
-1951/+384
*
Fix trailing whitespace.
Mark Dickinson
2010-05-04
1
-1/+1
*
Issue #1533: fix inconsistency in range function argument processing:
Mark Dickinson
2010-05-04
3
-46/+129
*
Issue #8567: Fix incorrect precedence of signals in Decimal module.
Mark Dickinson
2010-05-04
3
-43/+114
*
_pyio: Fix TextIOWrapper constructor: os has no device_encoding() function
Victor Stinner
2010-05-04
1
-11/+6
*
Issue #8404: Fix set operations on dictionary views.
Alexandre Vassalotti
2010-05-04
3
-3/+69
*
Add some more items; the urlparse change is added twice
Andrew M. Kuchling
2010-05-04
1
-1/+60
*
Pull a NULL pointer check up to cover more cases in the function.
Brett Cannon
2010-05-04
1
-2/+4
*
Remove an unneeded variable and assignment.
Brett Cannon
2010-05-04
1
-3/+2
*
Mention the code clean-up thanks to Clang's static analyzer in Modules.
Brett Cannon
2010-05-04
1
-0/+2
*
Fix some whitespace.
Brett Cannon
2010-05-04
1
-2/+2
*
Remove an unneeded variable assignment.
Brett Cannon
2010-05-04
1
-1/+0
*
Strip out extraneous whitespace, cast a some `const char *` to `void *` when
Brett Cannon
2010-05-04
1
-21/+21
*
Fix a Py_DECREF to a Py_XDECREF.
Brett Cannon
2010-05-04
1
-1/+1
*
Prevent a possible NULL de-reference and an unneeded variable assignment.
Brett Cannon
2010-05-04
1
-2/+2
*
Remove a redundant string length check and variable assignment.
Brett Cannon
2010-05-04
1
-5/+1
*
Fix two potential uninitialization errors and an unneeded assignment.
Brett Cannon
2010-05-03
1
-4/+6
*
Remove unused variables and a variable initialization.
Brett Cannon
2010-05-03
1
-6/+6
*
Remove unneeded variable assignment.
Brett Cannon
2010-05-03
1
-3/+1
*
Remove unneeded variable mutation and initializations.
Brett Cannon
2010-05-03
1
-4/+6
*
Clean up whitespace and remove unneeded variable initialization as found by
Brett Cannon
2010-05-03
1
-56/+52
*
Remove an unused variable.
Brett Cannon
2010-05-03
1
-2/+1
*
Remove unneeded variable initialization.
Brett Cannon
2010-05-03
1
-3/+0
*
Issue #7865: The close() method of :mod:`io` objects should not swallow
Antoine Pitrou
2010-05-03
7
-31/+80
*
wbits negative was documented SEVEN years ago
Jesus Cea
2010-05-03
1
-3/+1
*
Issue #8576: logging updated to remove usage of find_unused_port().
Vinay Sajip
2010-05-03
3
-4/+9
*
Update the Vim syntax highlight file.
Brett Cannon
2010-05-02
2
-20/+26
*
Fix unittest tests to not abuse traceback.format_exception
Michael Foord
2010-05-02
1
-1/+14
*
Issue #4687: Fix accuracy of garbage collection runtimes displayed with
Antoine Pitrou
2010-05-02
2
-1/+4
*
Small update to r80698 to ensure that webbrowser.open
Ronald Oussoren
2010-05-02
1
-1/+1
*
For for issue #7192: with this patch webbrowser.get("firefox")
Ronald Oussoren
2010-05-02
2
-1/+30
*
Improve error message from nb_int returning a non-integer, in various PyInt_A...
Mark Dickinson
2010-05-02
1
-4/+4
*
Remove duplicate test
Antoine Pitrou
2010-05-01
1
-21/+0
*
Fix attribution. Travis didn't do much and he did a bad work.
Antoine Pitrou
2010-05-01
1
-1/+1
*
Describe memoryview
Andrew M. Kuchling
2010-05-01
1
-1/+53
*
Minor grammar fix
Andrew M. Kuchling
2010-05-01
1
-1/+1
*
Fix incorrect use of a list as the target of an 'except' clause in test_decim...
Mark Dickinson
2010-05-01
1
-1/+1
*
Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string
Senthil Kumaran
2010-05-01
2
-1/+14
*
Add various items
Andrew M. Kuchling
2010-05-01
1
-5/+30
*
Issue #8576: Remove use of find_unused_port() in test_smtplib and
Antoine Pitrou
2010-04-30
3
-7/+14
*
[issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS
Marc-André Lemburg
2010-04-30
2
-20/+30
*
Add notes about uninstalling a framework install to
Ronald Oussoren
2010-04-30
1
-1/+21
*
Fix for issue 8476
Ronald Oussoren
2010-04-30
1
-4/+5
*
Add item
Andrew M. Kuchling
2010-04-30
1
-0/+10
*
Minor grammar re-wording
Andrew M. Kuchling
2010-04-30
1
-2/+2
*
Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ...
Tarek Ziadé
2010-04-30
2
-5/+13
*
Fix for issue #3646: with this patch it is possible to do a
Ronald Oussoren
2010-04-30
7
-24/+116
[next]