Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
42fa9ec0505d33ff8acfc64ea19ad0d25a4d8d37
42fa9ec
Update NEWS
by Jason R. Coombs
· 11 years ago
3c07135
Issue #19286: [distutils] Only match files in build_py.find_data_files.
by Jason R. Coombs
· 11 years ago
83aafda
Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs.
by Jason R. Coombs
· 11 years ago
090b6b1
Issue #10734: Fix and re-enable test_ttk test_heading_callback.
by Serhiy Storchaka
· 11 years ago
dd80816
Issue #19085: Added basic tests for all tkinter widget options.
by Serhiy Storchaka
· 11 years ago
a40f5b5
merge 2.7.6 release branch
by Benjamin Peterson
· 11 years ago
9fa6a8b
fix xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files.
by Benjamin Peterson
· 11 years ago
1fdc702
Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are
by Serhiy Storchaka
· 11 years ago
41e9b40
Issue #19455: Corrected inaccuracies in documentation and corrected some incorrect cross-references.
by Vinay Sajip
· 11 years ago
ae7894c
merge 2.7.6 release branch
by Benjamin Peterson
· 11 years ago
1ef959a
use the collapsed path in the run_cgi method (closes #19435)
by Benjamin Peterson
· 11 years ago
285e2e8
merge 2.7.6 branch
by Benjamin Peterson
· 11 years ago
db78e43
fix language
by Christian Heimes
· 11 years ago
3e44e3f
merge 2.7.6 release branch
by Benjamin Peterson
· 11 years ago
88b2220
Issue #18747: document issue with OpenSSL's CPRNG state and fork
by Christian Heimes
· 11 years ago
448eb31
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding
by Christian Heimes
· 11 years ago
41a7d5e
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding
by Christian Heimes
· 11 years ago
5dba9f6
merge 2.7.6 release branch
by Benjamin Peterson
· 11 years ago
e18b82d
backport #19426
by Benjamin Peterson
· 11 years ago
95b6f25
2.6.9 final
by Barry Warsaw
· 11 years ago
428f82d
Added tag v2.6.9 for changeset fcb3ec2842f9
by Barry Warsaw
· 11 years ago
8493c0c
version bump
by Barry Warsaw
· 11 years ago
c26efbb
updating topics
by Barry Warsaw
· 11 years ago
1c760ca
Issue #19426: Fixed the opening of Python source file with specified encoding.
by Serhiy Storchaka
· 11 years ago
712e951
Closes #19416: fix references in the nntplib docs.
by Georg Brandl
· 11 years ago
21f2ec6
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@.
by Georg Brandl
· 11 years ago
b64f40f
Fix typo: js_JP is not a valid locale.
by Georg Brandl
· 11 years ago
21aad97
Issue #19425 -- a pickling error should not cause pool to hang.
by Richard Oudkerk
· 11 years ago
9a2325f
Fix unintended switch from a constant to a global in 56a3c0bc4634
by Raymond Hettinger
· 11 years ago
21376cf
Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9
by Ned Deily
· 11 years ago
a6cbff0
Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9
by Ned Deily
· 11 years ago
fdb73ed
Issue #19405: Fixed outdated comments in the _sre module.
by Serhiy Storchaka
· 11 years ago
8f8ca76
add 2.7.7 news header
by Benjamin Peterson
· 11 years ago
b6a985e
Added tag v2.7.6rc1 for changeset 4913d0e9be30
by Benjamin Peterson
· 11 years ago
07ffc78
2.7.6rc1
by Benjamin Peterson
· 11 years ago
ef2436f
check for berkelydb versions besides 4.3 (#18734)
by Benjamin Peterson
· 11 years ago
bcf2fa7
update pydoc-topics
by Benjamin Peterson
· 11 years ago
657d06b
just return toplevel symbol table rather than all blocks (closes #19393)
by Benjamin Peterson
· 11 years ago
70f213a
Issue #15663: OS X installer builtin Tcl/Tk support
by Ned Deily
· 11 years ago
7c5ba45
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
by Ned Deily
· 11 years ago
e6ef702
Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.
by Ned Deily
· 11 years ago
f84b531
Issue #19019: Change the OS X installer build script to use CFLAGS instead
by Ned Deily
· 11 years ago
0203a80
Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
by Ned Deily
· 11 years ago
a2a9f57
Issue #1584: Provide options to override default search paths for Tcl and Tk
by Ned Deily
· 11 years ago
22fb0de
Issue #19327: Fixed the working of regular expressions with too big charset.
by Serhiy Storchaka
· 11 years ago
2147857
Increase macurl2path test coverage
by Senthil Kumaran
· 11 years ago
5d79180
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
by Antoine Pitrou
· 11 years ago
1793485
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
by Tim Golden
· 11 years ago
51c4d72
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
by Christian Heimes
· 11 years ago
c624038
#19319: fix ctypes docs: sizeof is an operator in C, not a function.
by Ezio Melotti
· 11 years ago
bc38548
#8964: fix platform._sys_version to handle IronPython 2.6+.
by Ezio Melotti
· 11 years ago
cef2d49
#19238, #19289: fix description of the align and fill values of the format specification.
by Ezio Melotti
· 11 years ago
2585e1e
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
by Serhiy Storchaka
· 11 years ago
6698564
merge
by Christian Heimes
· 11 years ago
cede1a5
Ignore PyCharm project directory
by Christian Heimes
· 11 years ago
f105672
Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
by Serhiy Storchaka
· 11 years ago
6ea3c9b
Ensure setup.py looks for zlib.h in an OS X SDK.
by Ned Deily
· 11 years ago
11f880a
Update OS X installer for building on 10.9.
by Ned Deily
· 11 years ago
97b3618
fix description of super() behavior on descriptors
by Benjamin Peterson
· 11 years ago
2f4e764
Remove redundant empty lines.
by Serhiy Storchaka
· 11 years ago
de2f8fa
Fix markup.
by Serhiy Storchaka
· 11 years ago
7137803
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
by Serhiy Storchaka
· 11 years ago
cea3808
Closes #19277: document all parameters of compressobj().
by Georg Brandl
· 11 years ago
2235648
Issue 19276: Fix tests for wave files on big-endian platforms.
by Serhiy Storchaka
· 11 years ago
a5cd255
Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging
by Victor Stinner
· 11 years ago
8ad0eac
#4965: Implement intelligent scrolling of the sidebar in the docs.
by Ezio Melotti
· 11 years ago
25f6893
Issue #18919: Add test/audiodata to LIBSUBDIRS.
by Serhiy Storchaka
· 11 years ago
e1a8a40
Issue #18919: Fixed resource leaks in audio tests.
by Serhiy Storchaka
· 11 years ago
c72105c
Issue #18919: Catch and check warnings in the aifc module tests.
by Serhiy Storchaka
· 11 years ago
62e9580
Closes #19258: close WSGI server after handling request in demo code.
by Georg Brandl
· 11 years ago
0b9a9fd
Issue #19189: Improved cross-references in the pickle module documentation.
by Serhiy Storchaka
· 11 years ago
2852364
Closes #16732: move "xxmodule" comment block to detect_modules(). (Already done in 3.x)
by Georg Brandl
· 11 years ago
e206e49
Closes #16657: fix docstring of traceback.format_tb().
by Georg Brandl
· 11 years ago
b6f6450
Merge heads
by Serhiy Storchaka
· 11 years ago
b7557af
Wing IDE is switching to PyQt...
by Georg Brandl
· 11 years ago
b33336f
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 11 years ago
7378d63
Issue #19197: Improved cross-references in the shlex module documentation.
by Serhiy Storchaka
· 11 years ago
361994c
Issue #19207: Improved cross-references in the os, os.path, and posix modules
by Serhiy Storchaka
· 11 years ago
1b1c11d
Refer to strftime(3) manpage for platform specific format codes.
by Georg Brandl
· 11 years ago
55c45c7
Issue #19198: Improved cross-references in the cgi module documentation.
by Serhiy Storchaka
· 11 years ago
0fa0173
Issue #18919: Added tests for the sunau module. Unified and extended tests
by Serhiy Storchaka
· 11 years ago
36f6e2c
Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
by Mark Dickinson
· 11 years ago
65e30a2
Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
by Georg Brandl
· 11 years ago
6e5ae97
Closes #15829: document ThreadError and fix exception raised for releasing unlocked locks.
by Georg Brandl
· 11 years ago
52fa172
Closes #14486: add versionchanged notices throughout the threading docs for PEP8-compliant APIs; the note at the top of the page is too hard to notice.
by Georg Brandl
· 11 years ago
21721b6
Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
by Georg Brandl
· 11 years ago
0aab3d9
Fix display of deprecated blocks with Sphinx 1.2.
by Georg Brandl
· 11 years ago
62a1929
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
by Ned Deily
· 11 years ago
4243fbf
add more media types
by Benjamin Peterson
· 11 years ago
af3ef92
Fix compatibility with upcoming Sphinx 1.2.
by Georg Brandl
· 11 years ago
499d821
Issue #18919: If the close() method of a writer in the sunau or wave module
by Serhiy Storchaka
· 11 years ago
5b68d64
Closes #13905: mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable.
by Georg Brandl
· 11 years ago
c2a9dc3
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand.
by Georg Brandl
· 11 years ago
0f79cac
Closes #13203: add a FAQ section about seemingly duplicate id()s.
by Georg Brandl
· 11 years ago
986b5ee
Issue #19131: The aifc module now correctly reads and writes sampwidth of
by Serhiy Storchaka
· 11 years ago
8b1701d
Issue #19005: Fix documentation for PyIter_Next().
by Raymond Hettinger
· 11 years ago
b82300b
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 11 years ago
32dc141
#19194: Improved cross-references in the fcntl module documentation.
by Serhiy Storchaka
· 11 years ago
a5ab761
#19196: Improved cross-references in distutils documentation.
by Serhiy Storchaka
· 11 years ago
ad16b72
Issue #19190: Improve cross-references in builtin types and functions documentation.
by Serhiy Storchaka
· 11 years ago
Next »