Raymond Hettinger
|
4d6018fe45
|
Issue 18111: Add a default argument to min() and max()
|
2013-06-24 22:43:02 -07:00 |
|
Benjamin Peterson
|
e8e14591eb
|
rather than passing locals to the class body, just execute the class body in the proper environment
|
2013-05-16 14:37:25 -05:00 |
|
Benjamin Peterson
|
214a7d2674
|
properly lookup the __round__ special method (closes #17722)
|
2013-04-13 17:19:01 -04:00 |
|
Serhiy Storchaka
|
ee57f159af
|
Revert a premature patch for issue #14010 (changeset 846bd418aee5).
|
2013-04-06 22:55:12 +03:00 |
|
Serhiy Storchaka
|
278d03bd66
|
Revert a premature patch for issue #14010 (changeset aaaf36026511).
|
2013-04-06 22:52:34 +03:00 |
|
Serhiy Storchaka
|
aac81e2780
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
(builting and in itertools module, i.e. map(), itertools.chain(), etc).
|
2013-04-06 21:20:30 +03:00 |
|
Serhiy Storchaka
|
e8f706eda7
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
(builting and in itertools module, i.e. map(), itertools.chain(), etc).
|
2013-04-06 21:14:43 +03:00 |
|
Richard Oudkerk
|
eea1f5c2e4
|
Merge
|
2013-04-03 13:49:36 +01:00 |
|
Richard Oudkerk
|
614c578dec
|
Issue #17619: Make input() check for Ctrl-C correctly on Windows.
|
2013-04-03 13:44:50 +01:00 |
|
Ezio Melotti
|
178e6fef9e
|
#17178: merge with 3.3.
|
2013-02-15 23:38:23 +02:00 |
|
Ezio Melotti
|
293ab9728a
|
#17178: merge with 3.2.
|
2013-02-15 23:38:05 +02:00 |
|
Ezio Melotti
|
b19ed57d8d
|
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
|
2013-02-15 23:35:14 +02:00 |
|
Philip Jenvey
|
f76f0eea5c
|
compile doesn't accept code objects
|
2012-12-13 15:44:18 -08:00 |
|
Benjamin Peterson
|
42124a727d
|
initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
|
2012-10-30 23:41:54 -04:00 |
|
Stefan Krah
|
66d1eb23d4
|
Merge 3.2.
|
2012-08-20 17:20:46 +02:00 |
|
Stefan Krah
|
07795df683
|
Issue #15741: Fix potential NULL dereference. Found by Coverity.
|
2012-08-20 17:19:50 +02:00 |
|
Antoine Pitrou
|
721738fbee
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
|
2012-08-15 23:20:39 +02:00 |
|
Antoine Pitrou
|
6f430e4963
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
|
2012-08-15 23:18:25 +02:00 |
|
Senthil Kumaran
|
e9175bd0af
|
Fix issue #15607: Update the print builtin function docstring with the new flush keyword.
Patch contributed by Daniel Ellis.
|
2012-08-10 13:53:45 -07:00 |
|
Brett Cannon
|
cb4996afe4
|
Issue #15471: Don't use mutable object as default values for the
parameters of importlib.__import__().
|
2012-08-06 16:34:44 -04:00 |
|
Brett Cannon
|
722d3aec2e
|
Issue #15508: Fix the docstring for __import__ to not mention negative
'level' values and set its document default value to 0.
Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug.
|
2012-07-30 17:45:54 -04:00 |
|
Ezio Melotti
|
3c76aa6b23
|
Remove unused variabile "plain" in builtin_exec.
|
2012-11-21 18:36:08 +02:00 |
|
Antoine Pitrou
|
edc601855d
|
Remove outdated statement
|
2012-06-23 14:19:58 +02:00 |
|
Benjamin Peterson
|
3a37b8393c
|
merge 3.2
|
2012-06-01 23:57:50 -07:00 |
|
Benjamin Peterson
|
8e8fbeae27
|
don't leak if the __class__ closure is set
|
2012-06-01 23:57:36 -07:00 |
|