Andrew Svetlov
|
b4fd468f12
|
Revert changes for #13355 by request from Raymond Hettinger
|
2013-04-13 18:00:04 +03:00 |
Mark Dickinson
|
64aafeb4de
|
Issue #16447: Fix potential segfault when setting __name__ on a class.
|
2013-04-13 15:26:58 +01:00 |
Andrew Svetlov
|
eff6444751
|
Fix whitespaces
|
2013-04-12 23:30:41 +03:00 |
Andrew Svetlov
|
a2dfc35a13
|
Issue #13355: Raise ValueError on random.triangular call with invalid params.
Initial patch by Yuriy Senko.
|
2013-04-12 23:21:01 +03:00 |
Andrew Svetlov
|
7b2c8bb833
|
Issue #16658: add missing return to HTTPConnection.send().
Patch by Jeff Knupp
|
2013-04-12 22:49:19 +03:00 |
Ezio Melotti
|
a3b255f275
|
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
|
2013-04-12 19:19:21 +03:00 |
Ezio Melotti
|
6ebdb61b67
|
Merge heads.
|
2013-04-12 16:23:24 +03:00 |
Andrew Svetlov
|
59d6d2dbeb
|
#17688: fix declaration for richcmp example in the docs.
Thanks to Daniel Mullner
|
2013-04-12 16:08:40 +03:00 |
Ezio Melotti
|
075d87cf05
|
#6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
|
2013-04-12 15:42:06 +03:00 |
Ezio Melotti
|
c2ecac4787
|
#17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-12 14:13:47 +03:00 |
Roger Serwy
|
1eafd1076e
|
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
|
2013-04-11 19:16:44 -05:00 |
Antoine Pitrou
|
36b045f4db
|
Fix supernumerary 's' in sys._debugmallocstats() output.
|
2013-04-11 21:01:40 +02:00 |
Ezio Melotti
|
3836d70ed5
|
#17690: test_time now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-11 20:29:42 +03:00 |
R David Murray
|
5e2f593145
|
#14971: Use class method name, not function.__name__, during unittest discovery.
|
2013-04-11 08:55:45 -04:00 |
Senthil Kumaran
|
f49581c2a1
|
normalize whitespace
|
2013-04-10 20:55:58 -07:00 |
Senthil Kumaran
|
277e9090b0
|
#5609 - test_urllib coverage for url2pathname and pathname2url. Patch
contribution by Thomas Fenzl & Maksim Kozyarchuk
|
2013-04-10 20:51:19 -07:00 |
Benjamin Peterson
|
c9314d9e08
|
don't run frame if it has no stack (closes #17669)
|
2013-04-10 17:00:56 -04:00 |
Ezio Melotti
|
cd514cf175
|
#12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell.
|
2013-04-10 19:30:11 +03:00 |
Ezio Melotti
|
c09959ae0f
|
#17635: fix wrong function name in multiprocessing docs.
|
2013-04-10 17:59:20 +03:00 |
Senthil Kumaran
|
d9fbf36bbd
|
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
of get_origin_req_host() to origin_req_host.
Patch by Wei-Cheng Pan
|
2013-04-09 07:07:59 -07:00 |
Senthil Kumaran
|
d281c73536
|
#17648 - convert test_urllib2.py doctests to unittests
|
2013-04-09 06:00:16 -07:00 |
Roger Serwy
|
0803a39561
|
#17657: Show full Tk version in IDLE's about dialog.
Patch by Todd Rovito.
|
2013-04-08 20:57:13 -05:00 |
Serhiy Storchaka
|
7e69f0085e
|
Close #17666: Fix reading gzip files with an extra field.
|
2013-04-08 22:35:02 +03:00 |
Andrew Svetlov
|
b0f9fa7a03
|
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.
|
2013-04-08 12:59:30 +03:00 |
Roger Serwy
|
7733be8f26
|
#17613: Prevent traceback when removing syntax colorizer in IDLE.
|
2013-04-07 12:41:16 -05:00 |
Roger Serwy
|
6b2918ae75
|
#1207589: Backwards-compatibility patch for right-click menu in IDLE.
|
2013-04-07 12:15:52 -05:00 |
Andrew Svetlov
|
8b2cd75bdd
|
Process DEFAULT values in mock side_effect that returns iterator.
Patch by Michael Ford.
|
2013-04-07 16:42:24 +03:00 |
Andrew Svetlov
|
595365de32
|
Merge heads
|
2013-04-07 14:47:05 +03:00 |
Andrew Svetlov
|
5b6e1cad37
|
Update argparse docs to follow order of ArgumentParser() arguments.
|
2013-04-07 14:43:17 +03:00 |
Raymond Hettinger
|
17328e4fae
|
Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two.
|
2013-04-06 20:27:33 -07:00 |
Roger Serwy
|
0ef392cde7
|
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
|
2013-04-06 20:26:53 -05:00 |
Serhiy Storchaka
|
278d03bd66
|
Revert a premature patch for issue #14010 (changeset aaaf36026511).
|
2013-04-06 22:52:34 +03:00 |
Antoine Pitrou
|
9e64c91c92
|
Merge
|
2013-04-06 21:23:47 +02:00 |
Antoine Pitrou
|
55bff89190
|
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().
|
2013-04-06 21:21:04 +02:00 |
Benjamin Peterson
|
c496eda6fb
|
move IDLE news to its own section
|
2013-04-06 15:14:06 -04: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 |
Andrew Svetlov
|
e16f4dc80a
|
Change wording as Eli Bendersky suggests.
|
2013-04-06 18:55:07 +03:00 |
Georg Brandl
|
03b273f4d1
|
Add 3.3.1 to LICENSE files.
|
2013-04-06 16:48:55 +02:00 |
Georg Brandl
|
bf561020a7
|
Post-release update for 3.3.1
|
2013-04-06 16:43:06 +02:00 |
Georg Brandl
|
cca5548159
|
merge with 3.3.1 release clone
|
2013-04-06 16:42:43 +02:00 |
Georg Brandl
|
2fd4abe6a1
|
merge with 3.2 branch
|
2013-04-06 16:39:49 +02:00 |
Georg Brandl
|
485acde0fe
|
Added tag v3.3.1 for changeset d9893d13c628
|
2013-04-06 09:40:13 +02:00 |
Georg Brandl
|
9aa23c5671
|
Bump to 3.3.1.
|
2013-04-06 09:40:02 +02:00 |
Georg Brandl
|
11692acffa
|
Added tag v3.2.4 for changeset 1e10bdeabe3d
|
2013-04-06 09:37:53 +02:00 |
Georg Brandl
|
8bc7e31529
|
Bump to 3.2.4.
|
2013-04-06 09:36:20 +02:00 |
Andrew Svetlov
|
9a411ce9ea
|
Add link to glossary for hashable term in docs for set type
|
2013-04-05 16:21:50 +03:00 |
Andrew Svetlov
|
e463b668e8
|
Fix typo
|
2013-04-05 11:39:50 +03:00 |
Andrew Svetlov
|
815b0e23bf
|
Fix typo.
|
2013-04-05 10:10:12 +03:00 |
Senthil Kumaran
|
4a2ab120f3
|
Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request
|
2013-04-04 19:34:02 -07:00 |
Ezio Melotti
|
09f0ddec21
|
#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
|
2013-04-04 09:16:15 +03:00 |