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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
Terry Jan Reedy
2014-10-18
1
-1/+1
*
#9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray
2014-10-18
2
-1/+15
*
Issue #22646: Accept list as well as tuple to support initialisation via dict...
Vinay Sajip
2014-10-17
1
-2/+2
*
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
Terry Jan Reedy
2014-10-17
8
-82/+112
*
Issue #22628: Increase Treewidge line spacing so lines do not overlap.
Terry Jan Reedy
2014-10-17
1
-3/+4
*
Issue #16233: When the module browser is not invoked in an editor window with
Terry Jan Reedy
2014-10-16
1
-11/+10
*
Issue #3068: Change 0/1 to False/True so that extension configure dialog can
Terry Jan Reedy
2014-10-14
1
-58/+60
*
Issue #22632: replace dead link with version-specific doc link.
Terry Jan Reedy
2014-10-14
1
-1/+2
*
Issue #21855: Fixed the decimal module in unicode disabled build.
Serhiy Storchaka
2014-10-14
2
-5/+9
*
Merge.
Charles-François Natali
2014-10-13
132
-2148/+6046
|
\
|
*
Fixed the test of issue #13664 on platforms without unicode filenames support.
Serhiy Storchaka
2014-10-13
1
-0/+4
|
*
Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
Terry Jan Reedy
2014-10-13
1
-0/+3
|
*
Change deprecated Exception.message to Exception.args-[0] where the use of
Terry Jan Reedy
2014-10-13
3
-3/+3
|
*
Issue #13664: GzipFile now supports non-ascii Unicode filenames.
Serhiy Storchaka
2014-10-12
2
-3/+21
|
*
#13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray
2014-10-12
1
-0/+8
|
*
Always handle non-handled events before destoying root widget in tests.
Serhiy Storchaka
2014-10-12
1
-0/+1
|
*
#11973: add test for previously fixed kevent signed/unsigned bug.
R David Murray
2014-10-12
1
-0/+25
|
*
Fixed and optimized a test of issue #22526.
Serhiy Storchaka
2014-10-12
1
-6/+8
|
*
Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
Terry Jan Reedy
2014-10-12
1
-7/+2
|
*
Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...
Antoine Pitrou
2014-10-10
1
-2/+7
|
*
Issue #11694: Raise ConversionError in xdrlib as documented
Petri Lehtinen
2014-10-10
2
-8/+49
|
*
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unitt...
R David Murray
2014-10-10
2
-0/+84
|
*
De-'colour'ize stdlib except for idlelib.configDialog.
Terry Jan Reedy
2014-10-09
3
-20/+22
|
*
Issue 3068: Move idlelib.configDialog action button creation into a separate
Terry Jan Reedy
2014-10-09
1
-19/+21
|
*
idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
Terry Jan Reedy
2014-10-07
1
-254/+232
|
*
make _socket.socket weakrefable (closes #22569)
Benjamin Peterson
2014-10-06
1
-2/+10
|
*
Issue #1686: Fix string.Template when overriding the pattern attribute.
Florent Xicluna
2010-09-18
2
-9/+37
|
*
Update 2.7 idlelib.configHandler and reduce differences from 3.4 code.
Terry Jan Reedy
2014-10-06
1
-17/+19
|
*
Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code).
Terry Jan Reedy
2014-10-06
1
-7/+7
|
*
#11866: Eliminate race condition in the computation of names for new threads.
R David Murray
2014-10-04
1
-4/+4
|
*
Issue #22219: The zipfile module CLI now adds entries for directories
Serhiy Storchaka
2014-10-04
1
-2/+9
|
*
separate cert loading tests into Windows and non-Windows cases
Benjamin Peterson
2014-10-03
1
-0/+15
|
*
also use openssl envvars to find certs on windows (closes #22449)
Benjamin Peterson
2014-10-03
2
-2/+9
|
*
#8473: make doctest.testfile use universal newline mode.
R David Murray
2014-10-03
2
-1/+27
|
*
Closes #19434: fix copy-paste error in MIMENonMultipart docstring.
Georg Brandl
2014-10-02
1
-1/+1
|
*
Issue #20079: Fixed tests.
Serhiy Storchaka
2014-10-02
1
-1/+1
|
*
Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
Serhiy Storchaka
2014-10-02
1
-1/+11
|
*
Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is
Serhiy Storchaka
2014-10-02
1
-1/+0
|
*
fix sslwrap_simple (closes #22523)
Benjamin Peterson
2014-10-02
2
-5/+7
|
*
- Issue #17219: Add library build dir for Python extension cross-builds.
doko@ubuntu.com
2014-10-02
1
-1/+1
|
*
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
Serhiy Storchaka
2014-10-01
1
-0/+7
|
*
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
Serhiy Storchaka
2014-10-01
1
-0/+99
|
*
allow longs as indexes to group() (closes #22530)
Benjamin Peterson
2014-10-01
1
-0/+4
|
*
this test will only work on 64-bit machines
Benjamin Peterson
2014-10-01
1
-0/+1
|
*
use Py_ssize_t for file offset and length computations in iteration (closes #...
Benjamin Peterson
2014-10-01
1
-0/+12
|
*
#22512: move distutils rpm test's .rpmdb to testing tmpdir.
R David Murray
2014-10-01
1
-0/+3
|
*
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...
Georg Brandl
2014-09-30
1
-1/+1
|
*
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
1
-0/+6
|
*
give exception a nice message (closes #22379)
Benjamin Peterson
2014-09-28
3
-21/+15
|
*
#10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
2
-6/+5
[prev]
[next]