Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.1
/
Misc
5c26a8a
Version bump for 3.4.1.
by Larry Hastings
· 11 years ago
v3.4.1
3a260d2
Merge.
by Larry Hastings
· 11 years ago
2110603
Post-release version bump for 3.4.1rc1. Sorry it's late!
by Larry Hastings
· 11 years ago
5eb6b39
support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744)
by Benjamin Peterson
· 11 years ago
fcbeab5
Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
by Victor Stinner
· 11 years ago
429b59e
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
by Serhiy Storchaka
· 11 years ago
946cfc3
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
by Serhiy Storchaka
· 11 years ago
ef5b4e3
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support.
by Victor Stinner
· 11 years ago
23042cd
Issue #21470: Do a better job seeding the random number generator
by Raymond Hettinger
· 11 years ago
2f46a0e
Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
by Eric Snow
· 11 years ago
15bec9c
- Issue #17756: Fix test_code test when run from the installed location.
by doko@ubuntu.com
· 11 years ago
8cc67a1
Issue 21469: Add missing news item
by Raymond Hettinger
· 11 years ago
08197a4
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
by Eric Snow
· 11 years ago
0cc45ba
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
by Victor Stinner
· 11 years ago
1c6970f
Issue #21418: Fix a crash in the builtin function super() when called without
by Victor Stinner
· 11 years ago
96089fb
Issue #18104: News for 3.4 (which will not merge forward).
by Terry Jan Reedy
· 11 years ago
9845c7e
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
by Antoine Pitrou
· 11 years ago
5fbc7b1
Issue #21435: Segfault in gc with cyclic trash
by Tim Peters
· 11 years ago
c644e7c
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream.
by Antoine Pitrou
· 11 years ago
e5de66e
- Issue #17752: Fix distutils tests when run from the installed location.
by doko@ubuntu.com
· 11 years ago
95e0b0d
Version bump for 3.4.1rc1.
by Larry Hastings
· 11 years ago
v3.4.1rc1
9147a96
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
by Larry Hastings
· 11 years ago
ceced6b
Issue #18604: Consolidated checks for GUI availability.
by Zachary Ware
· 11 years ago
3d5c9e2
Update to 1.0.1g
by Martin v. Löwis
· 11 years ago
a67b97f
Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile
by Zachary Ware
· 11 years ago
26f82ef
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.
by Antoine Pitrou
· 11 years ago
43e7cd3
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
by Terry Jan Reedy
· 11 years ago
9681022
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
by Antoine Pitrou
· 11 years ago
871dfc4
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.
by Antoine Pitrou
· 11 years ago
e3083d3
make operations on closed dumb databases raise a consistent exception (closes #19385)
by Benjamin Peterson
· 11 years ago
e472aea
Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew.
by Antoine Pitrou
· 11 years ago
8894ef1
Prevent Sphinx error on whatsnew/changelog
by Zachary Ware
· 11 years ago
d65ba51
subprocess's Popen.wait() is now thread safe so that multiple threads
by Gregory P. Smith
· 11 years ago
cb5ec77
Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_).
by Antoine Pitrou
· 11 years ago
9573638
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
by Terry Jan Reedy
· 11 years ago
d5d4c4e
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
by Terry Jan Reedy
· 11 years ago
4a63923
NEWS entry for #15002
by Senthil Kumaran
· 11 years ago
9077d24
#12220: improve minidom error when URI contains spaces.
by R David Murray
· 11 years ago
09ae544
Issue #11571: Ensure that the turtle window becomes the topmost window
by Ned Deily
· 11 years ago
f31b478
Issue #21311: Avoid exception in _osx_support with non-standard compiler
by Ned Deily
· 11 years ago
658af31
Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.
by Eric Snow
· 11 years ago
a37ff0f
Issue #21289: Fix documentation building on Windows using Doc/make.bat.
by Zachary Ware
· 11 years ago
14d7fab
NEWS for latest asyncio commit.
by Guido van Rossum
· 11 years ago
1a4f561
- Issue #21285: Refactor and fix curses configure check to always search
by doko@ubuntu.com
· 11 years ago
4a173bc
Fixes for KFreeBSD and the Hurd:
by doko@ubuntu.com
· 11 years ago
a3818a3
- Issue #15234: For BerkelyDB and Sqlite, only add the found library and
by doko@ubuntu.com
· 11 years ago
6ac4240
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
by Terry Jan Reedy
· 11 years ago
ebc1a30
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times.
by Michael Foord
· 11 years ago
484f8a8
Closes Issue 21222.
by Kushal Das
· 11 years ago
9574355
- Issue #21223: Pass test_site/test_startup_imports when some of the extensions
by doko@ubuntu.com
· 11 years ago
809f90f
Reverted 16efa8d27e4c after discussion with Eric.
by Vinay Sajip
· 11 years ago
1e53f8d
Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
by Vinay Sajip
· 11 years ago
a0d1073
Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.
by Eric V. Smith
· 11 years ago
9417764
misc.news: Remove whitespace
by Yury Selivanov
· 11 years ago
f15f748
asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1
by Yury Selivanov
· 11 years ago
afb151a
#17498: Defer SMTPServerDisconnected errors until the next command.
by R David Murray
· 11 years ago
bcb6b05
Issue #13598: Added acknowledgements to Misc/NEWS.
by Eric V. Smith
· 11 years ago
7ce9074
Issue #13598: Add auto-numbering of replacement fields to string.Formatter.
by Eric V. Smith
· 11 years ago
01bafdc
Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works
by Michael Foord
· 11 years ago
1343b25
Fix the NEWS Entry item. (Thanks Stéphane Wirtel)
by Senthil Kumaran
· 11 years ago
9da047b
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel().
by Senthil Kumaran
· 11 years ago
2ea9712
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
by Eric V. Smith
· 11 years ago
d2623d7
Issue 20968. unittest.mock.MagicMock now supports division
by Michael Foord
· 11 years ago
f6e50b4
fix sending tuples to custom generator objects with yield from (closes #21209)
by Benjamin Peterson
· 11 years ago
584f5cb
merge 3.3
by Benjamin Peterson
· 11 years ago
156285c
merge 3.2
by Benjamin Peterson
· 11 years ago
99b5afa
in scan_once, prevent the reading of arbitrary memory when passed a negative index
by Benjamin Peterson
· 11 years ago
d5aa487
#21169: fix getpass to use replace error handler on UnicodeEncodeError.
by R David Murray
· 11 years ago
e544f9a
Issue #20635: Added tests for Tk geometry managers.
by Serhiy Storchaka
· 11 years ago
a39938f
Issue #21171: Fixed undocumented filter API of the rot13 codec.
by Serhiy Storchaka
· 11 years ago
1b76114
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
by Vinay Sajip
· 11 years ago
0654be1
teach 2to3 about 'yield from'
by Benjamin Peterson
· 11 years ago
4ab92c8
add matrix multiplication operator support to 2to3
by Benjamin Peterson
· 11 years ago
7e60f51
Issue #20644: OS X installer build support for documentation build changes
by Ned Deily
· 11 years ago
0fceaf4
inspect.signautre: Fix functools.partial support. Issue #21117
by Yury Selivanov
· 11 years ago
1fd03a4
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
by Victor Stinner
· 11 years ago
18fc4e7
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__.
by Brett Cannon
· 11 years ago
156307b
Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
by Vinay Sajip
· 11 years ago
9b09ba1
bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134)
by Benjamin Peterson
· 11 years ago
9dc203f
merge 3.3 (#21082)
by Benjamin Peterson
· 11 years ago
4717e21
merge 3.2 (#21082)
by Benjamin Peterson
· 11 years ago
ee5f1c1
remove directory mode check from makedirs (closes #21082)
by Benjamin Peterson
· 11 years ago
f5bdfda
merge 3.3
by Benjamin Peterson
· 11 years ago
aa2d085
merge 3.2
by Benjamin Peterson
· 11 years ago
8aef28a
add Ian Beer
by Benjamin Peterson
· 11 years ago
ff57aef
update notes to talk about -X showrefcount
by Benjamin Peterson
· 11 years ago
3da9fbb
Add test case for freeze.
by Martin v. Löwis
· 11 years ago
c00d39e
Issue #16047: Fix module exception list and __file__ handling in freeze.
by Martin v. Löwis
· 11 years ago
a7fcd92
Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
by Martin v. Löwis
· 11 years ago
f269cc6
Issue #21097: Move test_namespace_pkgs into test_importlib.
by Eric Snow
· 11 years ago
c420343
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
by Ned Deily
· 11 years ago
e50f9aa
Issue #19697: Document cases where __main__.__spec__ is None.
by Eric Snow
· 11 years ago
b760167
Issue #17654: Ensure IDLE menus are customized properly on OS X for
by Ned Deily
· 11 years ago
e7d532f
Issue #6676: Ensure a meaningful exception is raised when attempting
by Ned Deily
· 11 years ago
2542b66
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
by Yury Selivanov
· 11 years ago
b1d060b
inspect: Fix getcallargs() to raise correct TypeError
by Yury Selivanov
· 11 years ago
00abf38
asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668
by Yury Selivanov
· 11 years ago
5a507f0
Issue #20939: Use www.example.com instead of www.python.org to avoid test
by Ned Deily
· 11 years ago
ef1c267
backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
by R David Murray
· 11 years ago
1f99f9d
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
by Victor Stinner
· 11 years ago
Next »