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 #19020: Tkinter now uses splitlist() instead of split() in configure
Serhiy Storchaka
2013-12-25
4
-55/+35
|
*
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka
2013-12-25
2
-0/+5
|
*
Removed spaces before colons and semicolons.
Serhiy Storchaka
2013-12-24
12
-16/+15
|
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
16
-17/+17
|
*
update Barry's email (closes #19563)
Benjamin Peterson
2013-12-23
1
-1/+1
|
*
s/lightweight/minimal/, as per issue #11379.
Antoine Pitrou
2013-12-22
1
-1/+1
|
*
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou
2013-12-22
4
-5/+7
|
*
Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
Serhiy Storchaka
2013-12-21
2
-1/+8
|
*
Issue #20034: Updated alias mapping to most recent locale.alias file
Serhiy Storchaka
2013-12-20
2
-11/+46
|
*
Merge heads
Serhiy Storchaka
2013-12-19
3
-69/+4
|
|
\
|
|
*
Issue #19683: Removed empty tests from test_minidom.
Zachary Ware
2013-12-19
3
-69/+4
|
*
|
Don't use sebTest() in tests for issue #5815.
Serhiy Storchaka
2013-12-19
1
-2/+1
|
|
/
|
*
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka
2013-12-19
3
-43/+136
|
*
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
3
-1/+12
|
*
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
3
-19/+62
|
*
Issue #19902: Added list of logging levels.
Vinay Sajip
2013-12-19
1
-0/+32
|
*
update url to spec (closes #20018)
Benjamin Peterson
2013-12-18
1
-1/+1
|
*
remove trailing spaces.
Gregory P. Smith
2013-12-18
1
-7/+7
|
*
Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.
Zachary Ware
2013-12-18
1
-1/+1
|
*
Issue #19492: Silently skipped distutils tests now reported as skipped.
Serhiy Storchaka
2013-12-18
10
-69/+37
|
*
#19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
2
-25/+34
|
*
Issue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou
2013-12-17
2
-1/+8
|
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
4
-1/+7
|
*
20004: Note that the setter in csv.DictReader is broken.
R David Murray
2013-12-17
1
-0/+4
|
*
Circumventing a bug in glibc (issue #17976).
Serhiy Storchaka
2013-12-17
1
-3/+5
|
*
Issue #16404: Add checks for return value of PyInt_FromLong() in
Serhiy Storchaka
2013-12-17
2
-8/+5
|
*
Fixed leak in sys.flags initialization.
Serhiy Storchaka
2013-12-17
1
-0/+1
|
*
Skip test for issue #17976 if /dev/null is not available.
Serhiy Storchaka
2013-12-17
1
-1/+7
|
*
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
[prev]
[next]