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 #17976: Fixed potential problem with file.write() not detecting IO error
Serhiy Storchaka
2013-12-17
4
-1/+18
*
|
Removed old implementation of ntpath.splitunc() (issue #19912).
Serhiy Storchaka
2013-12-16
1
-19/+0
*
|
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
Zachary Ware
2013-12-16
2
-8/+9
*
|
Merge heads
Serhiy Storchaka
2013-12-16
1
-1/+2
|
\
\
|
*
|
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
Charles-François Natali
2013-12-15
1
-1/+2
*
|
|
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka
2013-12-16
3
-9/+47
|
/
/
*
|
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
6
-59/+106
*
|
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
3
-13/+35
*
|
#19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.
Ezio Melotti
2013-12-14
1
-2/+2
*
|
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
3
-7/+4
*
|
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
4
-0/+146
*
|
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
Gregory P. Smith
2013-12-11
2
-2/+10
*
|
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily
2013-12-11
2
-11/+17
*
|
Issue #19572: Replace a return that shouldn't have been removed from test_os.
Zachary Ware
2013-12-10
1
-0/+1
*
|
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
*
|
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
52
-447/+425
*
|
Skip test for #19878 on Windows.
Nadeem Vawda
2013-12-10
1
-0/+3
*
|
#19943: fix typo noticed by Jakub Wilk.
Ezio Melotti
2013-12-10
1
-1/+1
*
|
Issue #19407: add Python Packaging User Guide notes
Nick Coghlan
2013-12-10
3
-5/+32
*
|
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
2
-2/+11
*
|
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
Serhiy Storchaka
2013-12-10
2
-2/+16
*
|
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
Victor Stinner
2013-12-10
2
-2/+4
*
|
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
[prev]
[next]