summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #6398 typo: versio. -> version.Ezio Melotti2009-07-041-1/+1
|
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-1/+1
| | | | Incorrect exception handling for xmlrpc client retry
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-5/+5
| | | | Incorrect exception handling for xmlrp client retry
* http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-031-1/+6
| | | | some platforms may raise ENOTCONN if the stack has disconnected the socket on behalf of the peer.
* Adds the select.PIPE_BUF attribute to expose the system constant.Gregory P. Smith2009-07-032-0/+11
|
* cleaned distutils.file_utilTarek Ziadé2009-07-031-69/+52
|
* basic tests to raise distutils.file_util coverageTarek Ziadé2009-07-031-1/+16
|
* another cStringIO restrictionBenjamin Peterson2009-07-031-2/+3
|
* cleaned up distutils.command.build_pyTarek Ziadé2009-07-031-90/+44
|
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-033-10/+43
|
* condense with assertRaisesBenjamin Peterson2009-07-021-13/+2
|
* test that compile() accepts the future flagBenjamin Peterson2009-07-021-0/+3
|
* Issue 6389: add documentation for the 'mode' flags defined in theR. David Murray2009-07-022-19/+144
| | | | stat module.
* when print() gets unicode arguments, sep and end should be unicode by ↵Benjamin Peterson2009-07-023-24/+106
| | | | default #4618
* only order comparisons are removed in py3k #6119Benjamin Peterson2009-07-023-7/+20
|
* remove this test; a module level warning is enoughBenjamin Peterson2009-07-021-11/+0
|
* multiprocessing doesn't compile in Solaris because a typoJesus Cea2009-07-021-1/+1
|
* pep8-fied and cleaned up distutils.utilTarek Ziadé2009-07-021-75/+67
|
* cleaned up the bdist_dumb moduleTarek Ziadé2009-07-021-15/+4
|
* raising bdist_dumb test coverageTarek Ziadé2009-07-021-0/+15
|
* small optimization: avoid popping the current block until we have toBenjamin Peterson2009-07-011-5/+5
|
* proxy the __exit__ callBenjamin Peterson2009-07-011-1/+1
|
* Make punctuation prettier and break up run-on sentence.R. David Murray2009-07-011-2/+2
|
* Merged revisions 73379,73388,73507,73722 via svnmerge fromBenjamin Peterson2009-07-015-183/+183
| | | | | | | | | | | | | | | | | | | | | | 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* ........
* fix a few cases where automated fail -> assert translation messed upBenjamin Peterson2009-07-012-25/+25
| | | | Thanks Joe Amenta
* use assert* methods in test_unittestBenjamin Peterson2009-06-301-53/+53
|
* convert usage of fail* to assert*Benjamin Peterson2009-06-30268-5021/+5021
|
* Fixed a backslash that was not supposed to be thereEzio Melotti2009-06-301-1/+1
|
* Fixed defaultTestCase -> defaultTestResultEzio Melotti2009-06-302-4/+4
|
* provide a dummy __exit__ on windowsBenjamin Peterson2009-06-301-0/+3
|
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes ↵Jesse Noller2009-06-305-2/+110
| | | | in processes
* #6371: fix link targets.Georg Brandl2009-06-301-2/+2
|
* #6384: Add a heading for the exception hierarchy.Georg Brandl2009-06-301-1/+4
|
* #6374: add a bit of explanation about shell=True on Windows.Georg Brandl2009-06-301-1/+5
|
* #6376: fix copy-n-paste oversight.Georg Brandl2009-06-301-3/+2
|
* Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a buildMark Dickinson2009-06-302-0/+10
| | | | failure on HP-UX 11.00.
* Issue 6370: Performance issue with collections.Counter().Raymond Hettinger2009-06-291-2/+4
|
* Issue 5740: multiprocessing.connection.* authkey fixesJesse Noller2009-06-291-2/+2
|
* Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemonsJesse Noller2009-06-291-1/+3
|
* Fixed 6365: wrong inplace location for build_ext if the extension had dotsTarek Ziadé2009-06-293-7/+22
|
* Issue #6368: Fixed unused variable warning on Unix.Hirokazu Yamamoto2009-06-291-0/+2
|
* Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython ↵Georg Brandl2009-06-291-6/+9
| | | | sprint.
* Fixed NEWS.Hirokazu Yamamoto2009-06-291-2/+2
|
* Backport fix for buglet from py3kAntoine Pitrou2009-06-291-1/+2
|
* Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.Hirokazu Yamamoto2009-06-292-3/+15
| | | | Reviewed by Amaury Forgeot d'Arc.
* Issue #4856: Py_GetFileAttributesEx[AW] are not needed because ↵Hirokazu Yamamoto2009-06-291-58/+2
| | | | | | | GetFileAttributesEx[AW] won't fail with ERROR_CALL_NOT_IMPLEMENTED on win NT. Reviewed by Amaury Forgeot d'Arc.
* update to sphinx 0.6.2Benjamin Peterson2009-06-292-2/+2
|
* Update docstrings for sys.getdlopenflags() and sys.setdlopenflags().Alexandre Vassalotti2009-06-291-10/+12
|
* Remove unused stdint.h includesMark Dickinson2009-06-282-8/+0
|
* More Decimal quote fixing; backport of r73642Mark Dickinson2009-06-281-3/+3
|