Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6e65e99fe1b10058c8c638c98ea466a7cfe3e7f7
/
Misc
6e65e99
Issue #15940: NEWS entry
by Terry Jan Reedy
· 12 years ago
ad8cad3
#14254: IDLE now handles readline correctly across shell restarts.
by Roger Serwy
· 12 years ago
d7c9d9c
#17614: IDLE no longer raises exception when quickly closing a file.
by Roger Serwy
· 12 years ago
c993a19
#13163: fix names of _get_socket args
by R David Murray
· 12 years ago
34d0c66
#6698: IDLE now opens just an editor window when configured to do so.
by Roger Serwy
· 12 years ago
cadd786
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
by Roger Serwy
· 12 years ago
6e4e4ab
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
by Roger Serwy
· 12 years ago
337b173
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
d627e12
fall back when an old test_support doesn't have various data and functions (closes #17533)
by Benjamin Peterson
· 12 years ago
e66e7de
#17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle.
by Ezio Melotti
· 12 years ago
92acb0a
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
23790b4
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
4b394db
merge 2.7.4 release branch (#17550)
by Benjamin Peterson
· 12 years ago
b9be7bb
fix variable reference to fix --enable-profiling (closes #17550)
by Benjamin Peterson
· 12 years ago
1e76e86
Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb.
by Vinay Sajip
· 12 years ago
bc1d9c9
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
da2c7eb
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
by Benjamin Peterson
· 12 years ago
2350ecd
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
7e2f197
update NEWS for #17531
by Benjamin Peterson
· 12 years ago
4a03c7d
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
01d9a77
group ids and user ids can be longs now (#17531)
by Benjamin Peterson
· 12 years ago
aec8139
add 2.7.5 header
by Benjamin Peterson
· 12 years ago
3128923
return int instead long when possible (#17531)
by Benjamin Peterson
· 12 years ago
a1f6fab
version to 2.7.4rc1
by Benjamin Peterson
· 12 years ago
bb2dad8
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
by Vinay Sajip
· 12 years ago
0e29f22
Updated Misc/NEWS with #17508.
by Vinay Sajip
· 12 years ago
18613e6
Issue #17425: Build against openssl 0.9.8y on Windows.
by Martin v. Loewis
· 12 years ago
469ee9d
backout 66e30c4870bb for breaking OSX (#13150)
by Benjamin Peterson
· 12 years ago
28b7c05
- Issue #13150: sysconfig no longer parses the Makefile and config.h files
by doko@ubuntu.com
· 12 years ago
9795ca4
Issue #10212: Support new buffer interface for struct.unpack and cStringIO
by Kristján Valur Jónsson
· 12 years ago
8927e8f
Issue #12098: multiprocessing on Windows now starts child processes
by Kristján Valur Jónsson
· 12 years ago
4950a3b
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
by doko@ubuntu.com
· 12 years ago
a39c47a
#8862: Fix curses cleanup with getchar is interrupted by a signal.
by R David Murray
· 12 years ago
6ebc8f3
Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
by Kristján Valur Jónsson
· 12 years ago
46ce27a
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
by Gregory P. Smith
· 12 years ago
e015b6b
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters.
by Ezio Melotti
· 12 years ago
0b2173a
Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
by Terry Jan Reedy
· 12 years ago
923baea
Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote().
by Serhiy Storchaka
· 12 years ago
2556c83
Issue #17299: Add test coverage for cPickle with file objects and general IO
by Serhiy Storchaka
· 12 years ago
fda7a8c
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
by Ezio Melotti
· 12 years ago
981c3bd
Issue #11367: fix documentation of some find* methods in ElementTree
by Eli Bendersky
· 12 years ago
21e52aa
Fix issue number
by Terry Jan Reedy
· 12 years ago
f9d3106
Issue #14707: add news entry
by Terry Jan Reedy
· 12 years ago
617e2c1
#16004: Add `make touch`.
by Ezio Melotti
· 12 years ago
efaad09
#11963: remove human verification from test_subprocess.
by Ezio Melotti
· 12 years ago
3d08f25
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
by Terry Jan Reedy
· 12 years ago
6234cc0
Reverting the changeset c31d700dea8b made for Issue #12921
by Senthil Kumaran
· 12 years ago
c74e764
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
eec152d
Issue #16848: python-config now returns proper --ldflags values for OS X
by Ned Deily
· 12 years ago
49e4dfe
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
by Antoine Pitrou
· 12 years ago
7cac1c2
Issue #16445: Fix potential segmentation fault when deleting an exception message.
by Mark Dickinson
· 12 years ago
2277b94
Issue #16406: combine the doc pages for uploading and registering to PyPI.
by Chris Jerdonek
· 12 years ago
ba48264
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
by Richard Oudkerk
· 12 years ago
5b2cf5e
#17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
f794bde
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
4307278
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
fead3c8
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
by Petri Lehtinen
· 12 years ago
2342784
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
0b78503
Issue #8890: Stop advertising an insecure use of /tmp in docs
by Petri Lehtinen
· 12 years ago
9e14755
Issue #14720: sqlite3: Convert datetime microseconds correctly
by Petri Lehtinen
· 12 years ago
c23178b
Issue #5033: Fix building of the sqlite3 extension module
by Petri Lehtinen
· 12 years ago
2fddfd8
#17249: convert a test in test_capi to use unittest and reap threads.
by Ezio Melotti
· 12 years ago
13cee16
Issue #17203: add long option names to unittest discovery docs.
by Chris Jerdonek
· 12 years ago
7d0eb4b
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
by Ezio Melotti
· 12 years ago
49d4022
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
8e830a0
fix building without pymalloc (closes #17228)
by Benjamin Peterson
· 12 years ago
c32b678
#7842: backport fix for py_compile.compile syntax error message handling.
by R David Murray
· 12 years ago
5aff27a
#7963: fix error message when 'object' called with arguments.
by R David Murray
· 12 years ago
4676448
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
by Serhiy Storchaka
· 12 years ago
6a8e2b4
Issue #9669: Protect re against infinite loops on zero-width matching in
by Serhiy Storchaka
· 12 years ago
e18e05c
Issue #13169: The maximal repetition number in a regular expression has been
by Serhiy Storchaka
· 12 years ago
94bf697
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
by Ezio Melotti
· 12 years ago
f4b6560
Add Misc/NEWS entry for Issue #16743
by Richard Oudkerk
· 12 years ago
8d7d6bc
Issue #11311: StringIO.readline(0) now returns an empty string as all other
by Serhiy Storchaka
· 12 years ago
34fe1b7
Issue #5308: Raise ValueError when marshalling too large object (a sequence
by Serhiy Storchaka
· 12 years ago
0127de0
Issue #16800: tempfile.gettempdir() no longer left temporary files when
by Serhiy Storchaka
· 13 years ago
cdc7a91
Issue #13555: cPickle now supports files larger than 2 GiB.
by Serhiy Storchaka
· 13 years ago
da5c2a0
Issue #4591: Uid and gid values larger than 2**31 are supported now.
by Serhiy Storchaka
· 13 years ago
aa1e1a2
Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4.
by Ned Deily
· 13 years ago
c36bf99
Correction to issue 17052 fix
by Michael Foord
· 13 years ago
cb66ee7
Issue 17502: unittest discovery should use self.testLoader
by Michael Foord
· 13 years ago
65d5639
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
by Serhiy Storchaka
· 13 years ago
9aaeb5e
Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].
by Mark Dickinson
· 13 years ago
f898038
Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
by Serhiy Storchaka
· 13 years ago
0dd3d30
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
by Serhiy Storchaka
· 13 years ago
15ea3ac
Issue #17156: pygettext.py now correctly escapes non-ascii characters.
by Serhiy Storchaka
· 13 years ago
4234992
Keep IDLE from displaying spurious SystemExit tracebacks
by Raymond Hettinger
· 13 years ago
a5e7f8f
#16564: test to confirm behavior that regressed in python3.
by R David Murray
· 13 years ago
276f1d5
Issue #7358: cStringIO.StringIO now supports writing to and reading from
by Serhiy Storchaka
· 13 years ago
beaa3ad
Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files.
by Serhiy Storchaka
· 13 years ago
62e709c
Issue #16686: Fixed a lot of bugs in audioop module.
by Serhiy Storchaka
· 13 years ago
ed1e438
Issue #17161: make install now also installs a python2 and python man page.
by Ned Deily
· 13 years ago
c12dcd2
Fix accidental non-breakable space (U+00A0).
by Serhiy Storchaka
· 13 years ago
35c52b6
Issue #17073: Fix some integer overflows in sqlite3 module.
by Serhiy Storchaka
· 13 years ago
d5327d9
Issue #17043: The unicode-internal decoder no longer read past the end of
by Serhiy Storchaka
· 13 years ago
a07a8b4
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
by Serhiy Storchaka
· 13 years ago
f727c31
fix find_library on Solaris (closes #5289)
by Benjamin Peterson
· 13 years ago
3e081c7
Add alias to restore 2.7.2 compatibility for setup scripts (#13994).
by Éric Araujo
· 13 years ago
354d50e
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
by Serhiy Storchaka
· 13 years ago
cc23cc6
Issue #16698: Skip posix test_getgroups when built with OS X
by Ned Deily
· 13 years ago
Next »