Eli Bendersky
|
6a55dc3b4a
|
Issue #17989: fix typo in error message
|
2013-05-19 16:59:59 -07:00 |
Antoine Pitrou
|
dc49b2b88c
|
Try to make test more reliable (saw some sporadic failures on buildbots)
|
2013-05-19 15:55:40 +02:00 |
Antoine Pitrou
|
916fc7bf28
|
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
|
2013-05-19 15:44:54 +02:00 |
Serhiy Storchaka
|
2c3f2f19df
|
Issue #17812: Fixed quadratic complexity of base64.b32encode().
|
2013-05-19 11:41:15 +03:00 |
Eli Bendersky
|
08231a9c6a
|
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
Based on report and patch by Aaron Oakley.
|
2013-05-18 15:47:16 -07:00 |
Richard Oudkerk
|
90a24270f8
|
Close file before reopening to keep Windows happy in test_sax.
|
2013-05-18 18:11:30 +01:00 |
Antoine Pitrou
|
636f93c63b
|
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
|
2013-05-18 17:56:42 +02:00 |
Eli Bendersky
|
ef9683b73f
|
Issue #17989: element_setattro returned incorrect error value.
This caused an exception to be raised later than expected.
|
2013-05-18 07:52:34 -07:00 |
Raymond Hettinger
|
587d3bf78a
|
Update docstring for _asdict() to indicate it is obsolete.
Use the cleaner looking @property style for __dict__.
Move _replace() to be just after make() to indicate that
it is a core method on named tuples.
|
2013-05-17 16:43:14 -07:00 |
Benjamin Peterson
|
d2b58a9880
|
only recursively expand in the format spec (closes #17644)
|
2013-05-17 17:34:30 -05:00 |
Raymond Hettinger
|
36f74aa7f7
|
Issue #17563: Fix dict resize performance regression.
|
2013-05-17 03:01:13 -07:00 |
Raymond Hettinger
|
b37706f306
|
Remove unnecessary exception handler.
|
2013-05-17 02:28:33 -07:00 |
Raymond Hettinger
|
0fe236b734
|
Ignore Mac OS X entries for .DS_Store
|
2013-05-17 02:23:16 -07:00 |
Serhiy Storchaka
|
369d05a616
|
Fix some bugs in Tools/scripts/abitype.py.
|
2013-05-17 10:17:43 +03:00 |
Benjamin Peterson
|
e2135c6158
|
move definition to top of block
|
2013-05-16 19:38:22 -05:00 |
Vinay Sajip
|
862b15e7d0
|
Issue #17981: Closed socket on error in SysLogHandler.
|
2013-05-16 22:57:02 +01:00 |
Benjamin Peterson
|
18b7191653
|
C89 declaration compliance
|
2013-05-16 15:29:44 -05:00 |
Brian Curtin
|
2502ebf9c9
|
Add Nick Sloan for his contribution to #17732
|
2013-05-16 11:59:29 -05:00 |
Benjamin Peterson
|
1e93b06007
|
complain about "global __class__" in a class body (closes #17983)
|
2013-05-15 16:17:25 -05:00 |
Georg Brandl
|
c032f16d18
|
post-release update.
|
2013-05-15 19:42:39 +02:00 |
doko@ubuntu.com
|
9df891ca41
|
- Fix typos in the multiprocessing module.
|
2013-05-15 18:06:56 +02:00 |
doko@ubuntu.com
|
ef535584a9
|
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
|
2013-05-15 18:02:13 +02:00 |
doko@ubuntu.com
|
dbbf4c813f
|
Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release
to the new section.
|
2013-05-15 18:00:05 +02:00 |
Benjamin Peterson
|
e1b4cbc422
|
when arguments are cells clear the locals slot (backport of #17927)
|
2013-05-14 22:31:26 -05:00 |
Barry Warsaw
|
d486707d2e
|
- Issue #17977: The documentation for the cadefault argument's default value
in urllib.request.urlopen() is fixed to match the code.
|
2013-05-14 11:35:16 -04:00 |
Benjamin Peterson
|
dedac52731
|
prevent double free in cleanup code (#17968)
|
2013-05-13 19:55:40 -05:00 |
Antoine Pitrou
|
2adb6fe246
|
Fix ResourceWarnings in test_sax
|
2013-05-13 22:34:21 +02:00 |
Terry Jan Reedy
|
bf4cba7e8b
|
Silence unclosed open file ResourceWarning.
|
2013-05-13 16:07:44 -04:00 |
Terry Jan Reedy
|
01180d4679
|
Complete 2 to 3 conversion
|
2013-05-13 15:39:24 -04:00 |
Antoine Pitrou
|
7f987398b7
|
Issue #17968: Fix memory leak in os.listxattr().
|
2013-05-13 19:46:29 +02:00 |
Benjamin Peterson
|
901a278861
|
use correct format code for exceptions
|
2013-05-12 19:01:52 -05:00 |
Georg Brandl
|
0ab18e4f4b
|
Added tag v3.3.2 for changeset d047928ae3f6
|
2013-05-12 19:55:55 +02:00 |
Georg Brandl
|
84fc4ba67e
|
Closes #17962: Build with OpenSSL 1.0.1e on Windows.
|
2013-05-12 19:50:34 +02:00 |
Georg Brandl
|
997d05d89f
|
merge
|
2013-05-12 19:44:21 +02:00 |
Serhiy Storchaka
|
3eab6b363a
|
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
characters() and ignorableWhitespace() methods. Original patch by Sebastian
Ortiz Vasquez.
|
2013-05-12 17:31:16 +03:00 |
Georg Brandl
|
88f4dd6451
|
bump to 3.3.2
|
2013-05-12 12:51:38 +02:00 |
Georg Brandl
|
521ed52131
|
Closes issue #17732: ignore install-directory specific options in
distutils.cfg when a venv is active.
|
2013-05-12 12:36:07 +02:00 |
Georg Brandl
|
b3bd624a55
|
Back out patch for #1159051, which caused backwards compatibility problems.
|
2013-05-12 11:57:26 +02:00 |
Georg Brandl
|
64949fa20e
|
merge with 3.2
|
2013-05-12 11:52:22 +02:00 |
Georg Brandl
|
a9417d7f0e
|
merge with 3.2
|
2013-05-12 11:51:26 +02:00 |
Georg Brandl
|
c502df4e3e
|
Issue #17915: Fix interoperability of xml.sax with file objects returned by
codecs.open().
|
2013-05-12 11:41:12 +02:00 |
Georg Brandl
|
93b061bc3e
|
Issue #1159051: Back out a fix for handling corrupted gzip files that
broke backwards compatibility.
|
2013-05-12 11:29:27 +02:00 |
Georg Brandl
|
831ae8454d
|
merge heads
|
2013-05-12 11:24:47 +02:00 |
Benjamin Peterson
|
0d4931eb9e
|
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
|
2013-05-11 22:24:28 -05:00 |
Benjamin Peterson
|
aa6f688bd4
|
only close non-None files
|
2013-05-11 16:29:03 -05:00 |
Benjamin Peterson
|
feb5149244
|
-Wformat is needed by gcc 4.8 (closes #17547)
|
2013-05-11 13:00:05 -05:00 |
Antoine Pitrou
|
8b0e98426d
|
Issue #17237: Fix crash in the ASCII decoder on m68k.
|
2013-05-11 15:58:34 +02:00 |
Barry Warsaw
|
d8f870d0fa
|
I was confused before. It's correct to not call .close() inside the with
statement, but add a comment that clarifies the purpose of the code.
|
2013-05-10 11:35:38 -04:00 |
Ezio Melotti
|
173d4109b5
|
#17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl.
|
2013-05-10 05:21:35 +03:00 |
Andrew Kuchling
|
ddcb30440d
|
#17700: update the curses HOWTO for 3.x
|
2013-05-09 20:05:20 -04:00 |