Brett Cannon
|
a04dbe4fe7
|
Issue #17621: Introduce importlib.util.LazyLoader.
|
2014-04-04 13:53:38 -04:00 |
Giampaolo Rodola'
|
e09fb7198a
|
fix #21076: turn signal module constants into enums
|
2014-04-04 15:34:17 +02:00 |
Yury Selivanov
|
da39645ad3
|
inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373
|
2014-03-27 12:09:24 -04:00 |
Yury Selivanov
|
a5d63dd7b8
|
inspect.signature: Make Signature and Parameter picklable. Closes #20726
|
2014-03-27 11:31:43 -04:00 |
R David Murray
|
b0e6951193
|
Merge #20145 backport: delete whatsnew entry.
|
2014-03-25 15:34:17 -04:00 |
R David Murray
|
e1b6f97dae
|
#20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
Previously a non-string, non-regex second argument could cause the test
to always pass.
Initial patch by Kamilla Holanda.
|
2014-03-23 15:08:43 -04:00 |
Brett Cannon
|
33a4000374
|
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Patch by Claudiu Popa.
|
2014-03-21 11:24:40 -04:00 |
Brett Cannon
|
a77d0c36e5
|
Issue #19165: The formatter module graduates to full deprecation.
|
2014-03-21 10:52:33 -04:00 |
Benjamin Peterson
|
ee6bdc07d6
|
remove the ability of datetime.time to be considered false (closes #13936)
|
2014-03-20 18:00:35 -05:00 |
Victor Stinner
|
7143029d43
|
Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
:py:data:`sys.stdin` and :py:data:`sys.stdout` are now using the
``surrogateescape`` error handler, instead of the ``strict`` error handler.
|
2014-03-18 01:18:21 +01:00 |
Victor Stinner
|
01adf06d37
|
Add a stub "whatsnew in 3.5" document.
|
2014-03-18 00:53:32 +01:00 |