Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.2
/
Misc
dbb1261
Release bump for 3.4.2 final.
by Larry Hastings
· 11 years ago
v3.4.2
03776e3
Bump version number for 3.4.2rc1 release.
by Larry Hastings
· 11 years ago
v3.4.2rc1
8a97896
#21091: make is_attachment a method.
by R David Murray
· 11 years ago
97dfad7
#21079: is_attachment now looks only at the value, ignoring parameters.
by R David Murray
· 11 years ago
96756b6
Issue #22247: Add NNTPError to nntplib.__all__.
by Berker Peksag
· 11 years ago
fc4ead2
Issue #15661: Update OS X installer welcome and readme files for 3.4.2.
by Ned Deily
· 11 years ago
cb0a006
Issue #4180: The warnings registries are now reset when the filters are modified.
by Antoine Pitrou
· 11 years ago
86c9e18
Merge from 3.3
by Senthil Kumaran
· 11 years ago
e025b52
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
by Senthil Kumaran
· 11 years ago
637e454
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
7d0b8f9
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
8fad167
Issue #22166: clear codec caches in test_codecs
by Nick Coghlan
· 11 years ago
9502487
Issue #22384: An exception in Tkinter callback no longer crashes the program
by Serhiy Storchaka
· 11 years ago
152dfd1
Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.
by Ned Deily
· 11 years ago
42d67af
Issue #21147: sqlite3 now raises an exception if the request contains a null
by Serhiy Storchaka
· 11 years ago
abf68ce
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
by Serhiy Storchaka
· 11 years ago
0794088
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
by Serhiy Storchaka
· 11 years ago
31a3ec3
Issue #22338: Fix a crash in the json module on memory allocation failure.
by Victor Stinner
· 11 years ago
1486799
Issue #22369: Change "context manager protocol" to "context management protocol".
by Serhiy Storchaka
· 11 years ago
8f0a1d0
Issue #22226: Added private function _splitdict() in the Tkinter module.
by Serhiy Storchaka
· 11 years ago
f54c350
Issue #19524: Fixed resource leak in the HTTP connection when an invalid
by Serhiy Storchaka
· 11 years ago
be74668d
NEWS items for Idle.
by Terry Jan Reedy
· 11 years ago
67fe046
NEWS items for turtledemo.
by Terry Jan Reedy
· 11 years ago
282124b
Closes #22258: Fix the the internal function set_inheritable() on Illumos.
by Victor Stinner
· 11 years ago
0cff49f
#22215: have the smtplib 'quit' command reset the state.
by R David Murray
· 11 years ago
a64b92e
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock.
by Antoine Pitrou
· 11 years ago
6685883
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file.
by Berker Peksag
· 11 years ago
feac398
The webbrowser module now uses subprocess's start_new_session=True rather
by Gregory P. Smith
· 11 years ago
d00aff2
Issue #22236: Tkinter tests now don't reuse default root window. New root
by Serhiy Storchaka
· 11 years ago
fcbc246
Issue #21166: Prevent possible segfaults and other random failures of
by Ned Deily
· 11 years ago
14ad531
Issue #22191: Fix warnings.__all__.
by Brett Cannon
· 11 years ago
7837376
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
by Senthil Kumaran
· 11 years ago
76b4765
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
by Serhiy Storchaka
· 11 years ago
87bbf25
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
by Serhiy Storchaka
· 11 years ago
97f17ff
Issue #22201: Command-line interface of the zipfile module now correctly
by Serhiy Storchaka
· 11 years ago
cb5bc40
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
by Serhiy Storchaka
· 11 years ago
402df09
backout changeset 3435c5865cfc due to buildbot failures. Ref #8797
by Senthil Kumaran
· 11 years ago
b2e3a93
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
by Senthil Kumaran
· 11 years ago
143fe05
Issue #21445: Pass exception messages correctly to assertTrue in
by Berker Peksag
· 11 years ago
cd3aacf5
Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()
by Serhiy Storchaka
· 11 years ago
4d58897
Issue 22184: Early detection and reporting of missing lru_cache parameters
by Raymond Hettinger
· 11 years ago
320a1c0
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line.
by Serhiy Storchaka
· 11 years ago
6f20170
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
by Serhiy Storchaka
· 11 years ago
c04d468
Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye.
by Antoine Pitrou
· 11 years ago
ac191ce
Issue #22174: Clean-up grammar and ambiguities in property() docs.
by Raymond Hettinger
· 11 years ago
acb8c52
add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121)
by Benjamin Peterson
· 11 years ago
736a913
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
by doko@ubuntu.com
· 11 years ago
e4936b8
Issue #21777: separate docs for binary sequence methods
by Nick Coghlan
· 11 years ago
5a794c1
Issue #22060: Clean up/simplify test_ctypes, use test discovery
by Zachary Ware
· 11 years ago
22f2d2e
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
by Zachary Ware
· 11 years ago
3d4b2d4
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
by Serhiy Storchaka
· 11 years ago
e4aad5a
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
by Ezio Melotti
· 11 years ago
69fb6a4
Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner
by Zachary Ware
· 11 years ago
d577480
#20977: fix undefined name in the email module. Patch by Rose Ames.
by Ezio Melotti
· 11 years ago
74596a8
Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
by Serhiy Storchaka
· 11 years ago
3d4953a
Edit NEWS entry
by Ned Deily
· 11 years ago
8a0fb2c
#21704: remove duplicate name in Misc/ACKS.
by Ezio Melotti
· 11 years ago
7eca734
Issue #17172: add NEWS
by Terry Jan Reedy
· 11 years ago
e0e6581
Issue #21704: Fix build error for _multiprocessing when semaphores
by Richard Oudkerk
· 11 years ago
e254e53
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
by Victor Stinner
· 11 years ago
5a2146a
Issue #22044: Fixed premature DECREF in call_tzinfo_method.
by Raymond Hettinger
· 11 years ago
64ba60a
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
by Zachary Ware
· 11 years ago
45cff66
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
by Victor Stinner
· 11 years ago
a3c80ce
Issue #19884: readline: Disable the meta modifier key if stdout is not a
by Victor Stinner
· 11 years ago
b03f042
Issue #21597: Turtledemo text pane can now be widened to view or copy complete
by Terry Jan Reedy
· 11 years ago
f012ba4
Issue #22002: Make full use of test discovery in test sub-packages.
by Zachary Ware
· 11 years ago
8966759
Issue #21888: plistlib's load() and loads() now work if the fmt parameter is
by Serhiy Storchaka
· 11 years ago
64a1207
Correct issue #21044 patch author.
by Serhiy Storchaka
· 11 years ago
17f5f81
Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
by Serhiy Storchaka
· 11 years ago
dfab935
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
by Antoine Pitrou
· 11 years ago
854e76e
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
by Raymond Hettinger
· 11 years ago
01963e6
add #
by Benjamin Peterson
· 11 years ago
2c6a3ae
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
by Serhiy Storchaka
· 11 years ago
2b0a610
Issue #21918: Convert test_tools.py to a sub-package of test.
by Zachary Ware
· 11 years ago
9b7f9e6
Issue #21765: Add support for non-ascii identifiers to HyperParser
by Tal Einat
· 11 years ago
5d0d2e6
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
217f4cd
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
915a30f
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
ad5ffd4
Issue #19076: Don't pass the redundant 'file' argument to self.error().
by Berker Peksag
· 11 years ago
7aee3ec
Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.
by Berker Peksag
· 11 years ago
be25426
Idle News entries.
by Terry Jan Reedy
· 11 years ago
eb43214
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
by Zachary Ware
· 11 years ago
630a4f6
Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if
by Victor Stinner
· 11 years ago
d9e810a
Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't
by Victor Stinner
· 11 years ago
0a0d1da
Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code().
by Berker Peksag
· 11 years ago
e50dafc
Issue #20639: calling Path.with_suffix('') allows removing the suffix again.
by Antoine Pitrou
· 11 years ago
7084e73
Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee.
by Antoine Pitrou
· 11 years ago
7bc5fb6
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
by Ned Deily
· 11 years ago
acc8cf2
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
by Antoine Pitrou
· 11 years ago
ad4690f
Issue #21151: Fixed a segfault in the winreg module.
by Zachary Ware
· 11 years ago
e10920f
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
by Victor Stinner
· 11 years ago
2e57b4e
Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters.
by Victor Stinner
· 11 years ago
093e66e
Issue #21811: Add Misc/NEWS entry.
by Ned Deily
· 11 years ago
4d4c69d
Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper
by Victor Stinner
· 11 years ago
297d104
Issue #21858: Better handling of Python exceptions in the sqlite3 module.
by Victor Stinner
· 11 years ago
c6772c4
#21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.
by R David Murray
· 11 years ago
1945456
Issue #19145: Remove duplicate ACKS entry
by Raymond Hettinger
· 11 years ago
65c623d
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
by Serhiy Storchaka
· 11 years ago
97d3555
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()>
by Raymond Hettinger
· 11 years ago
6f6922c
Add news entry for #21832
by Raymond Hettinger
· 11 years ago
Next »