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
...
|
*
|
|
|
#17511: Keep IDLE find dialog open after clicking "Find Next".
Roger Serwy
2013-06-11
3
-3/+6
|
*
|
|
|
Issue #18174: Fix fd leaks in tests.
Richard Oudkerk
2013-06-10
3
-1/+5
|
*
|
|
|
Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
2
-2/+3
|
*
|
|
|
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
3
-7/+28
|
*
|
|
|
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
Ezio Melotti
2013-06-08
3
-5/+4
|
*
|
|
|
Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
Terry Jan Reedy
2013-06-05
3
-56/+197
|
*
|
|
|
Fix #17967 - Fix related to regression on Windows.
Senthil Kumaran
2013-06-02
1
-1/+2
|
*
|
|
|
Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when
Senthil Kumaran
2013-06-01
1
-1/+4
|
*
|
|
|
Fix #17967: For ftp urls CWD to target instead of hopping to each directory
Senthil Kumaran
2013-06-01
1
-2/+1
|
*
|
|
|
Fix #16450 test_missing_localfile testcase fails on misconfigured hostname.
Senthil Kumaran
2013-06-01
1
-3/+3
|
*
|
|
|
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
2
-43/+28
|
*
|
|
|
Issue #15392: Use test.test_support, as used test.support in 3.x.
Terry Jan Reedy
2013-05-30
1
-7/+4
|
*
|
|
|
Issue #15392: Create a unittest framework for IDLE, 2.7 version.
Terry Jan Reedy
2013-05-30
9
-2/+124
|
*
|
|
|
Issue #18098: The deprecated OS X Build Applet.app fails to build on
Ned Deily
2013-05-30
6
-15/+38
|
*
|
|
|
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
Senthil Kumaran
2013-05-29
3
-0/+17
|
*
|
|
|
Issue #18080: When building a C extension module on OS X, if the compiler
Ned Deily
2013-05-28
3
-3/+46
|
*
|
|
|
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
Serhiy Storchaka
2013-05-28
1
-1/+1
|
*
|
|
|
Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
Raymond Hettinger
2013-05-27
4
-1/+57
|
*
|
|
|
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
3
-1/+15
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Issue #18031: %-formatting isn't dead yet and might pull through.
Raymond Hettinger
2013-05-23
1
-4/+0
|
*
|
|
Issue #17532: Always include Options menu for IDLE on OS X.
Ned Deily
2013-05-22
5
-2/+8
|
*
|
|
implement missing inequality on WeakSet
Benjamin Peterson
2013-05-22
3
-0/+14
|
*
|
|
Issue #17844: Refactor a documentation of Python specific encodings.
Serhiy Storchaka
2013-05-22
2
-79/+108
|
*
|
|
Issue #17979: Fixed the re module in build with --disable-unicode.
Serhiy Storchaka
2013-05-21
2
-2/+4
|
*
|
|
#17973: fix technical inaccuracy in faq entry (it now passes doctest).
R David Murray
2013-05-21
1
-5/+8
|
*
|
|
#14146: Highlight source line while debugging on Windows.
Roger Serwy
2013-05-21
2
-0/+36
|
*
|
|
Issue #18026: fix ctypes doc typo
Ned Deily
2013-05-20
1
-1/+1
|
*
|
|
#17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
R David Murray
2013-05-20
1
-0/+83
|
*
|
|
add missing NULL check (closes #18019)
Benjamin Peterson
2013-05-20
3
-0/+12
|
*
|
|
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Antoine Pitrou
2013-05-19
2
-8/+55
|
*
|
|
Issue #17981: Closed socket on error in SysLogHandler.
Vinay Sajip
2013-05-16
2
-0/+3
|
*
|
|
Issue #17990: Only modify include and library search paths when cross-compiling.
Ned Deily
2013-05-16
1
-3/+5
|
*
|
|
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
3
-2/+4
|
*
|
|
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
doko@ubuntu.com
2013-05-15
2
-1/+2
|
*
|
|
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka
2013-05-12
4
-2/+31
|
*
|
|
onto 2.7.6
Benjamin Peterson
2013-05-12
2
-1/+13
|
*
|
|
Added tag v2.7.5 for changeset ab05e7dd2788
Benjamin Peterson
2013-05-12
1
-0/+1
|
*
|
|
update topics
v2.7.5
Benjamin Peterson
2013-05-12
1
-9/+9
|
*
|
|
bump version to 2.7.5
Benjamin Peterson
2013-05-12
6
-7/+7
|
*
|
|
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
Benjamin Peterson
2013-05-12
2
-0/+7
|
*
|
|
backout 214d8909513d for regressions (#1159051)
Benjamin Peterson
2013-05-11
4
-71/+36
|
*
|
|
-Wformat is needed by gcc 4.8 (closes #17547)
Benjamin Peterson
2013-05-11
3
-2/+5
|
*
|
|
#17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.
Ezio Melotti
2013-05-10
1
-3/+3
|
*
|
|
#14878: add cross-reference to the yield statement.
Andrew Kuchling
2013-05-10
1
-0/+3
|
*
|
|
Issue #16601: Restarting iteration over tarfile no more continues from where
Serhiy Storchaka
2013-05-09
4
-5/+19
|
*
|
|
Issue 16584: in filecomp._cmp, catch IOError as well as os.error.
Terry Jan Reedy
2013-05-09
3
-1/+5
|
*
|
|
Issue #17656: Skip test_extract_unicode_filenames if the FS encoding
Serhiy Storchaka
2013-05-08
1
-1/+9
|
*
|
|
#16523: improve attrgetter/itemgetter/methodcaller documentation.
Ezio Melotti
2013-05-08
2
-21/+40
|
*
|
|
Fix NEWS order
Antoine Pitrou
2013-05-08
1
-8/+8
|
*
|
|
Issue #17928: Fix test_structmembers on 64-bit big-endian machines.
Antoine Pitrou
2013-05-08
2
-1/+3
[prev]
[next]