Ezio Melotti
|
41c7570d48
|
#6398 typo: versio. -> version.
|
2009-07-04 01:18:08 +00:00 |
Kristján Valur Jónsson
|
e5445da631
|
http://bugs.python.org/issue6267
Incorrect exception handling for xmlrpc client retry
|
2009-07-03 23:29:50 +00:00 |
Kristján Valur Jónsson
|
f83648ef48
|
http://bugs.python.org/issue6267
Incorrect exception handling for xmlrp client retry
|
2009-07-03 23:26:02 +00:00 |
Kristján Valur Jónsson
|
b5faac73a4
|
http://bugs.python.org/issue6381
some platforms may raise ENOTCONN if the stack has disconnected the socket on behalf of the peer.
|
2009-07-03 23:07:07 +00:00 |
Gregory P. Smith
|
9d36fd2acb
|
Adds the select.PIPE_BUF attribute to expose the system constant.
|
2009-07-03 20:48:31 +00:00 |
Tarek Ziadé
|
9ad7bbc637
|
cleaned distutils.file_util
|
2009-07-03 19:14:49 +00:00 |
Tarek Ziadé
|
eea9d0d846
|
basic tests to raise distutils.file_util coverage
|
2009-07-03 19:01:12 +00:00 |
Benjamin Peterson
|
1e13960727
|
another cStringIO restriction
|
2009-07-03 14:08:20 +00:00 |
Tarek Ziadé
|
fe97ebbf62
|
cleaned up distutils.command.build_py
|
2009-07-03 09:01:07 +00:00 |
Tarek Ziadé
|
65ec61ed06
|
Fixed #6403 : package path usage for build_ext
|
2009-07-03 08:22:56 +00:00 |
Benjamin Peterson
|
50a2252851
|
condense with assertRaises
|
2009-07-02 22:56:16 +00:00 |
Benjamin Peterson
|
d3243d8db8
|
test that compile() accepts the future flag
|
2009-07-02 21:38:36 +00:00 |
R. David Murray
|
fbba7cdcf0
|
Issue 6389: add documentation for the 'mode' flags defined in the
stat module.
|
2009-07-02 18:19:20 +00:00 |
Benjamin Peterson
|
753d16234f
|
when print() gets unicode arguments, sep and end should be unicode by default #4618
|
2009-07-02 18:16:45 +00:00 |
Benjamin Peterson
|
1bf4765369
|
only order comparisons are removed in py3k #6119
|
2009-07-02 17:06:17 +00:00 |
Benjamin Peterson
|
0c6de43dd9
|
remove this test; a module level warning is enough
|
2009-07-02 16:51:56 +00:00 |
Jesus Cea
|
869321484d
|
multiprocessing doesn't compile in Solaris because a typo
|
2009-07-02 14:30:18 +00:00 |
Tarek Ziadé
|
3757fbba25
|
pep8-fied and cleaned up distutils.util
|
2009-07-02 14:20:47 +00:00 |
Tarek Ziadé
|
85bb62872d
|
cleaned up the bdist_dumb module
|
2009-07-02 12:51:56 +00:00 |
Tarek Ziadé
|
d0ca455368
|
raising bdist_dumb test coverage
|
2009-07-02 12:47:54 +00:00 |
Benjamin Peterson
|
4a3cf191f4
|
small optimization: avoid popping the current block until we have to
|
2009-07-01 23:45:19 +00:00 |
Benjamin Peterson
|
4f24767938
|
proxy the __exit__ call
|
2009-07-01 13:34:35 +00:00 |
R. David Murray
|
321afa80ba
|
Make punctuation prettier and break up run-on sentence.
|
2009-07-01 02:49:10 +00:00 |
Benjamin Peterson
|
7e2801d1b5
|
Merged revisions 73379,73388,73507,73722 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r73379 | benjamin.peterson | 2009-06-11 18:06:21 -0500 (Thu, 11 Jun 2009) | 1 line
use a real conditional expresion
........
r73388 | benjamin.peterson | 2009-06-12 09:44:29 -0500 (Fri, 12 Jun 2009) | 1 line
fix typo in last fix
........
r73507 | benjamin.peterson | 2009-06-22 13:32:04 -0500 (Mon, 22 Jun 2009) | 1 line
remove svn:executable property
........
r73722 | benjamin.peterson | 2009-06-30 19:44:30 -0500 (Tue, 30 Jun 2009) | 1 line
replace fail* with assert*
........
|
2009-07-01 00:49:09 +00:00 |
Benjamin Peterson
|
4d3f18f2ed
|
fix a few cases where automated fail -> assert translation messed up
Thanks Joe Amenta
|
2009-07-01 00:36:41 +00:00 |
Benjamin Peterson
|
6b0032f2c3
|
use assert* methods in test_unittest
|
2009-06-30 23:30:12 +00:00 |
Benjamin Peterson
|
5c8da86f3a
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
Ezio Melotti
|
be96cf608f
|
Fixed a backslash that was not supposed to be there
|
2009-06-30 22:56:16 +00:00 |
Ezio Melotti
|
c2f5a595ba
|
Fixed defaultTestCase -> defaultTestResult
|
2009-06-30 22:51:06 +00:00 |
Benjamin Peterson
|
31f42ab254
|
provide a dummy __exit__ on windows
|
2009-06-30 22:14:33 +00:00 |
Jesse Noller
|
1b90efbdc5
|
Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes
|
2009-06-30 17:11:52 +00:00 |
Georg Brandl
|
0c9eb43149
|
#6371: fix link targets.
|
2009-06-30 16:35:11 +00:00 |
Georg Brandl
|
3cd0bedc13
|
#6384: Add a heading for the exception hierarchy.
|
2009-06-30 16:18:55 +00:00 |
Georg Brandl
|
0d8649a1c9
|
#6374: add a bit of explanation about shell=True on Windows.
|
2009-06-30 16:17:28 +00:00 |
Georg Brandl
|
3d5c87a23c
|
#6376: fix copy-n-paste oversight.
|
2009-06-30 16:15:43 +00:00 |
Mark Dickinson
|
2f865b962c
|
Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build
failure on HP-UX 11.00.
|
2009-06-30 15:32:30 +00:00 |
Raymond Hettinger
|
5dfc7f9fc8
|
Issue 6370: Performance issue with collections.Counter().
|
2009-06-29 19:10:29 +00:00 |
Jesse Noller
|
34116922d3
|
Issue 5740: multiprocessing.connection.* authkey fixes
|
2009-06-29 18:24:26 +00:00 |
Jesse Noller
|
d4792cd84e
|
Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons
|
2009-06-29 18:20:34 +00:00 |
Tarek Ziadé
|
3fbcc60eb8
|
Fixed 6365: wrong inplace location for build_ext if the extension had dots
|
2009-06-29 16:13:39 +00:00 |
Hirokazu Yamamoto
|
5c3dd9a1ee
|
Issue #6368: Fixed unused variable warning on Unix.
|
2009-06-29 15:52:21 +00:00 |
Georg Brandl
|
e323e0e91a
|
Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint.
|
2009-06-29 14:44:49 +00:00 |
Hirokazu Yamamoto
|
99ebc63f49
|
Fixed NEWS.
|
2009-06-29 14:29:31 +00:00 |
Antoine Pitrou
|
79c3bd80ed
|
Backport fix for buglet from py3k
|
2009-06-29 14:14:56 +00:00 |
Hirokazu Yamamoto
|
8839fd7372
|
Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
Reviewed by Amaury Forgeot d'Arc.
|
2009-06-29 13:25:16 +00:00 |
Hirokazu Yamamoto
|
bcff47a6ec
|
Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW]
won't fail with ERROR_CALL_NOT_IMPLEMENTED on win NT.
Reviewed by Amaury Forgeot d'Arc.
|
2009-06-29 11:27:03 +00:00 |
Benjamin Peterson
|
8e7b476945
|
update to sphinx 0.6.2
|
2009-06-29 03:30:55 +00:00 |
Alexandre Vassalotti
|
7274cffa9e
|
Update docstrings for sys.getdlopenflags() and sys.setdlopenflags().
|
2009-06-29 01:01:51 +00:00 |
Mark Dickinson
|
1dcc38456f
|
Remove unused stdint.h includes
|
2009-06-28 22:37:13 +00:00 |
Mark Dickinson
|
11c4941b54
|
More Decimal quote fixing; backport of r73642
|
2009-06-28 21:48:15 +00:00 |