Benjamin Peterson
|
dda7b1990b
|
revert unrelated change to test_telnetlib
|
2009-04-07 16:03:04 +00:00 |
Benjamin Peterson
|
a1b821cf60
|
fix since difference formating of SyntaxErrors
|
2009-04-07 15:52:05 +00:00 |
Benjamin Peterson
|
52b9620c19
|
fix syntax tests after formatting change
|
2009-04-07 15:15:04 +00:00 |
Benjamin Peterson
|
ee42545884
|
see if this helps the doc builds
|
2009-04-06 22:53:29 +00:00 |
Benjamin Peterson
|
a27e6e3d58
|
add create_connection to __all__ #5711
|
2009-04-06 21:53:33 +00:00 |
Gregory P. Smith
|
923ba361d8
|
- Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are
now collapsed within the url properly before looking in cgi_directories.
|
2009-04-06 06:33:26 +00:00 |
Jack Diederich
|
183028ed79
|
test the telnetlib.Telnet interface more thoroughly
|
2009-04-06 02:08:44 +00:00 |
Gregory P. Smith
|
2b3eb37f92
|
news entry for r71299.
|
2009-04-05 23:48:26 +00:00 |
Gregory P. Smith
|
6d30793cf2
|
Fixes issue5705: os.setuid() and friends did not accept the same range of
values that pwd.getpwnam() returns.
|
2009-04-05 23:43:58 +00:00 |
Tarek Ziadé
|
fdda68e030
|
pep8-fied method names
|
2009-04-05 23:03:10 +00:00 |
Tarek Ziadé
|
64408fb4c5
|
Fixed #5095: msi missing from Distutils bdist formats
|
2009-04-05 22:51:09 +00:00 |
Tarek Ziadé
|
d9e221d232
|
added a simplest test to distutils.spawn._nt_quote_args
|
2009-04-05 22:04:38 +00:00 |
Tarek Ziadé
|
faa6b121fb
|
Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test
|
2009-04-05 21:44:08 +00:00 |
Matthias Klose
|
91a3b9e4f0
|
Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'
to avoid compiler warnings.
|
2009-04-05 21:19:13 +00:00 |
Matthias Klose
|
a5d58c831f
|
- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
new arguments introduced in 2.5.
|
2009-04-05 21:00:48 +00:00 |
Georg Brandl
|
29c6a281b1
|
Normalize issue referencing style.
|
2009-04-05 20:23:13 +00:00 |
Michael Foord
|
f2dfef1637
|
Adding assertIs and assertIsNot methods to unittest.TestCase
Issue #2578
|
2009-04-05 19:19:28 +00:00 |
Georg Brandl
|
7ab5eb91b7
|
#602893: add indicator for current line in cgitb that doesnt rely on styling alone.
|
2009-04-05 18:34:58 +00:00 |
Tarek Ziadé
|
453d953f3e
|
Fixed 5694: removed spurious test output in Distutils
|
2009-04-05 18:31:24 +00:00 |
Georg Brandl
|
1ede0d670f
|
#5298: clarify docs about GIL by using more consistent wording.
|
2009-04-05 17:17:42 +00:00 |
Georg Brandl
|
4af280ee98
|
#5444: adapt make.bat to new htmlhelp output file name.
|
2009-04-05 16:30:43 +00:00 |
Georg Brandl
|
d4315191ca
|
#5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
|
2009-04-05 15:14:29 +00:00 |
Georg Brandl
|
3f0ef20269
|
#5471: fix expanduser() for $HOME set to "/".
|
2009-04-05 14:48:49 +00:00 |
Georg Brandl
|
a7ec0726e2
|
#5370: doc update about unpickling objects with custom __getattr__ etc. methods.
|
2009-04-05 14:40:06 +00:00 |
Georg Brandl
|
1956d5c15f
|
Add NEWS entry for r71237.
|
2009-04-05 14:25:41 +00:00 |
Georg Brandl
|
dc4a77159b
|
#1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
|
2009-04-05 14:24:52 +00:00 |
Georg Brandl
|
517cfdcfd9
|
Whitespace normalization.
|
2009-04-05 13:16:35 +00:00 |
Matthias Klose
|
0610e0808b
|
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
(avoiding brown paper typo this time)
|
2009-04-05 12:43:08 +00:00 |
Georg Brandl
|
6c59e72576
|
#5580: no need to use parentheses when converterr() argument is actually a type description.
|
2009-04-05 11:54:07 +00:00 |
Georg Brandl
|
d3eaa745a9
|
#5615: make it possible to configure --without-threads again.
|
2009-04-05 11:07:14 +00:00 |
Vinay Sajip
|
1e566cec6f
|
Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings.
|
2009-04-05 11:06:24 +00:00 |
Georg Brandl
|
50ba6e1b50
|
#1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response.
|
2009-04-05 10:48:47 +00:00 |
Georg Brandl
|
5d19610f8d
|
#1718017: document the relation of os.path and the posixpath, ntpath etc. modules better.
|
2009-04-05 10:41:02 +00:00 |
Georg Brandl
|
75f1107b7c
|
Avoid sure signs of a diseased mind.
|
2009-04-05 10:32:26 +00:00 |
Georg Brandl
|
89b1296ab9
|
Normalize spelling of Mac OS X.
|
2009-04-05 10:29:57 +00:00 |
Georg Brandl
|
9af0c56057
|
#1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
|
2009-04-05 10:24:20 +00:00 |
Guilherme Polo
|
5d64c330dd
|
Include tkinter.h only after including tk.h (or the equivalent for another platform).
|
2009-04-05 02:11:19 +00:00 |
Michael Foord
|
37d89a2955
|
Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__.
Issue #5693
|
2009-04-05 01:15:01 +00:00 |
Benjamin Peterson
|
1d22d00e97
|
compare types with is
|
2009-04-05 01:04:38 +00:00 |
Benjamin Peterson
|
f9c8193b76
|
note how using iter* are unsafe while mutating and document iter(dict)
|
2009-04-04 23:46:34 +00:00 |
Martin v. Löwis
|
91a1a071a0
|
Issue #5470: Package zipdir.zip.
|
2009-04-04 18:44:44 +00:00 |
Hirokazu Yamamoto
|
772033f08c
|
No behavior change.
|
2009-04-04 17:20:05 +00:00 |
Benjamin Peterson
|
ea0d7444c8
|
revert r71159 since it broke the build
|
2009-04-04 16:05:51 +00:00 |
Matthias Klose
|
8212a82371
|
- Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
|
2009-04-04 15:51:23 +00:00 |
Matthias Klose
|
edb5e1e09e
|
- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
short file names.
|
2009-04-04 14:18:13 +00:00 |
Georg Brandl
|
29b36308a4
|
#5601: clarify that webbrowser is not meant for file names.
|
2009-04-04 13:45:49 +00:00 |
Georg Brandl
|
9d977b81a1
|
#5642: clarify map() compatibility to the builtin.
|
2009-04-04 13:42:39 +00:00 |
Raymond Hettinger
|
e3bc5577e8
|
Replace the localized min/max calls with normal if/else
|
2009-04-04 08:46:58 +00:00 |
Kurt B. Kaiser
|
013d6cc0df
|
Allow multiple IDLE GUI/subprocess pairs to exist
simultaneously. Thanks to David Scherer for suggesting
the use of an ephemeral port for the GUI.
Patch 1529142 Weeble.
|
2009-04-04 07:03:48 +00:00 |
R. David Murray
|
195374e836
|
Fix error in description of 'oct' (issue 5678).
|
2009-04-04 06:39:56 +00:00 |