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 #19099: The struct module now supports Unicode format strings.
Serhiy Storchaka
2013-12-08
3
-4/+33
|
*
Closes #19878: Fix segfault in bz2 module.
Nadeem Vawda
2013-12-08
3
-7/+25
|
*
Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
Serhiy Storchaka
2013-12-06
3
-2/+33
|
*
Added minor clarification in logging HOWTO.
Vinay Sajip
2013-12-06
1
-1/+2
|
*
Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...
Antoine Pitrou
2013-12-05
2
-30/+50
|
*
Issue #7105: weak dict iterators are fragile because of unpredictable GC runs
Kristján Valur Jónsson
2013-12-05
4
-35/+235
|
*
Fudge - http.client doesn't exist in 2.7. Use Queue.Empty instead.
Tim Peters
2013-12-04
1
-6/+6
|
*
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
Tim Peters
2013-12-04
3
-4/+60
|
*
Issue #19814: Clarify argparse's docs w.r.t prefix matching
Eli Bendersky
2013-12-02
1
-3/+11
|
*
Fixed JSON tests on wide build when ran from *.pyc files (issue #11489).
Serhiy Storchaka
2013-12-01
1
-2/+3
|
*
Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
Alexandre Vassalotti
2013-12-01
6
-100/+4
|
*
Merge heads.
Alexandre Vassalotti
2013-12-01
1
-2/+4
|
|
\
|
|
*
Issue #19789: Clarified documentation for logging.disable.
Vinay Sajip
2013-11-30
1
-2/+4
|
*
|
Issue #6477: Added pickling support for singletons and their types.
Alexandre Vassalotti
2013-12-01
6
-4/+100
|
|
/
|
*
Fix typo in Misc/NEWS.
Alexandre Vassalotti
2013-11-30
1
-2/+2
|
*
Issue #16231: Allow false values other than None to be used as persistent IDs.
Alexandre Vassalotti
2013-11-30
3
-19/+28
|
*
Issue #19595: Re-enable a long-disabled test in test_winsound
Zachary Ware
2013-11-28
2
-12/+10
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
21
-45/+50
|
*
Fix indentation from previous commit
Eli Bendersky
2013-11-28
1
-2/+2
|
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
2
-3/+13
|
*
Skip test_find_mac on Windows (issue #19804).
Serhiy Storchaka
2013-11-27
1
-0/+1
|
*
Merge heads
Zachary Ware
2013-11-26
4
-2/+34
|
|
\
|
|
*
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
4
-2/+34
|
*
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
3
-6/+10
|
|
/
|
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
4
-57/+84
|
*
Fix misuse of the bigmemtest decorator
Antoine Pitrou
2013-11-26
1
-4/+2
|
*
Issue #19638: Skip large digit string tests on 32-bit platforms.
Mark Dickinson
2013-11-26
1
-0/+3
|
*
Issue #19638: Raise ValueError instead of crashing when converting billion ch...
Mark Dickinson
2013-11-26
3
-17/+82
|
*
Issue #19794: Improved markup for True/False constants.
Serhiy Storchaka
2013-11-26
1
-11/+11
|
*
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
|
*
Fix suspicious markup and sort ignorelist.
Georg Brandl
2013-11-25
2
-19/+20
|
*
Fix test_fcntl to run properly on systems that do not support the flags
Gregory P. Smith
2013-11-25
1
-0/+3
|
*
fix docstring. extra \.
Gregory P. Smith
2013-11-25
1
-1/+1
|
*
Fix test.test_support.bind_port() to not cause an error when Python was
Gregory P. Smith
2013-11-25
2
-3/+13
|
*
#19620: Fix typo in docstring (noticed by Christopher Welborn).
Ezio Melotti
2013-11-25
2
-3/+3
|
*
Document that @property can incorporate a docstring from the getter method. ...
Raymond Hettinger
2013-11-24
1
-5/+9
|
*
Fixed merging error in changeset 3912934e99ba (issue #19733).
Serhiy Storchaka
2013-11-24
1
-5/+0
|
*
Doc/Makefile: also do "make suspicious" during daily autobuild
Georg Brandl
2013-11-24
1
-0/+1
|
*
Add 2.7.7 uuids.
Martin v. Löwis
2013-11-10
1
-0/+2
|
*
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
Antoine Pitrou
2013-11-23
2
-30/+63
|
*
Issue #19733: Temporary disable test_image on MacOSX.
Serhiy Storchaka
2013-11-23
2
-0/+12
|
*
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
Serhiy Storchaka
2013-11-21
3
-2/+10
|
*
Issue #19599: Use a separate pool for test_terminate().
Richard Oudkerk
2013-11-21
1
-12/+4
|
*
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
Serhiy Storchaka
2013-11-21
4
-3/+21
|
*
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
Serhiy Storchaka
2013-11-20
1
-0/+6
|
*
#19449: Handle non-string keys when generating 'fieldnames' error.
R David Murray
2013-11-19
3
-2/+22
|
*
- Update config.{guess,sub} for new ports.
doko@ubuntu.com
2013-11-19
2
-84/+108
|
*
Issue #19603: Use specific asserts in test_decr.
Serhiy Storchaka
2013-11-17
1
-159/+174
|
*
Fix buildbot failure
Antoine Pitrou
2013-11-17
1
-1/+1
|
*
Fix indentation in doc example.
Ezio Melotti
2013-11-17
1
-5/+5
[prev]
[next]