summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #6053 - win32 fixes for distutils testsTarek Ziadé2009-05-181-0/+2
|
* Fixed the library extension when distutils build_ext is used inplaceTarek Ziadé2009-05-181-0/+3
|
* Added NEWS for r72698.Hirokazu Yamamoto2009-05-171-0/+2
|
* typoBenjamin Peterson2009-05-161-2/+2
|
* updateBenjamin Peterson2009-05-161-0/+3
|
* #6041: sdist and register now use the check command. No more duplicate code ↵Tarek Ziadé2009-05-161-0/+3
| | | | for metadata checking
* Issue #2116: Weak references and weak dictionaries now support copy()ing and ↵Antoine Pitrou2009-05-151-0/+3
| | | | deepcopy()ing.
* Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.Antoine Pitrou2009-05-151-0/+2
|
* Issue #5918: Fix a crash in the parser module.Antoine Pitrou2009-05-141-0/+2
| | | | Patch by Amaury.
* Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.Antoine Pitrou2009-05-142-0/+3
| | | | (Unfortunately, nntplib doesn't have a test suite)
* #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwdTarek Ziadé2009-05-141-0/+3
|
* Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'R. David Murray2009-05-132-0/+5
| | | | file is a binary. Patch by Brodie Rao, test by Daniel Diniz.
* Move news item to correct section, remove spurious 'see below'R. David Murray2009-05-131-2/+2
| | | | from docstring.
* Issue 5994: add docstrings to marshal.R. David Murray2009-05-131-0/+2
|
* fixed #5977: distutils build_ext.get_outputs was not using the inplace optionTarek Ziadé2009-05-121-0/+3
|
* Add missing # to NEWSMichael Foord2009-05-111-1/+1
|
* Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ↵Michael Foord2009-05-111-0/+6
| | | | | | | | | | you to specify test modules / classes from the command line. Closes issue 5995. Michael Foord
* Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.Mark Dickinson2009-05-111-0/+6
|
* fixed #5984 and improved test coverageTarek Ziadé2009-05-101-0/+3
|
* Issue #5971: StreamHandler.handleError now swallows IOErrors which occur ↵Vinay Sajip2009-05-091-4/+7
| | | | when trying to print a traceback.
* #5976: fixed distutils test_check_environTarek Ziadé2009-05-091-0/+2
|
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ↵Tarek Ziadé2009-05-091-0/+3
| | | | extension modules with RPATH if GNU ld is used
* Issue 5954, PyFrame_GetLineNumber:Jeffrey Yasskin2009-05-081-0/+3
| | | | | | | | | | | | | | Most uses of PyCode_Addr2Line (http://www.google.com/codesearch?q=PyCode_Addr2Line) are just trying to get the line number of a specified frame, but there's no way to do that directly. Forcing people to go through the code object makes them know more about the guts of the interpreter than they should need. The remaining uses of PyCode_Addr2Line seem to be getting the line from a traceback (for example, http://www.google.com/codesearch/p?hl=en#u_9_nDrchrw/pygame-1.7.1release/src/base.c&q=PyCode_Addr2Line), which is replaced by the tb_lineno field. So we may be able to deprecate PyCode_Addr2Line entirely for external use.
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-0/+3
| | | | | | | | Most uses of PyCode_New found by http://www.google.com/codesearch?q=PyCode_New are trying to build an empty code object, usually to put it in a dummy frame object. This patch adds a PyCode_NewEmpty wrapper which lets the user specify just the filename, function name, and first line number, instead of also requiring lots of code internals.
* Update the Windows locale mapping with the ones introduced with Vista.Jeroen Ruigrok van der Werven2009-05-081-0/+2
|
* Fixed #5941: added ARFLAGS for the archiver command.Tarek Ziadé2009-05-072-0/+6
|
* News item for Issue5955.R. David Murray2009-05-071-0/+3
|
* Add NEWS entry about issue #3739.Walter Dörwald2009-05-061-0/+3
|
* Fix Issue #4875: find_library can return directories instead of filesThomas Heller2009-05-051-0/+3
| | | | (on win32)
* Issue #5920: Changed format.__float__ and complex.__float__ to use a ↵Eric Smith2009-05-051-0/+9
| | | | precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
* Issue #5847: Remove -n switch on "Edit with IDLE" menu item.Martin v. Löwis2009-05-051-0/+2
|
* #5142: add module skipping feature to pdb.Georg Brandl2009-05-051-0/+2
|
* Add a news entry for r72319.Georg Brandl2009-05-051-0/+3
|
* Fix issue 5890: (property subclass shadows __doc__ string) by insertingR. David Murray2009-05-041-0/+4
| | | | | | | the __doc__ into the subclass instance __dict__. The fix refactors property_copy to call property_init in such a way that the __doc__ logic is re-executed correctly when getter_doc is 1, thus simplifying property_copy.
* Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when ↵Antoine Pitrou2009-05-041-0/+3
| | | | extracting a file to the root directory.
* Add Nick Barnes to ACKS.Antoine Pitrou2009-05-041-0/+1
|
* Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal ↵Antoine Pitrou2009-05-041-0/+3
| | | | | | sequences. Patch by Nick Barnes and Victor Stinner.
* Issue #5913: os.listdir() should fail for empty path on windows.Hirokazu Yamamoto2009-05-041-0/+2
|
* Issue #4751: For hashlib algorithms provided by OpenSSL, the PythonGregory P. Smith2009-05-041-0/+3
| | | | GIL is now released during computation on data lengths >= 2048 bytes.
* Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): CallWalter Dörwald2009-05-031-0/+5
| | | | | | PyUnicode_DecodeUTF8() once, remember the result and output it in a second step. This avoids problems with counting UTF-8 bytes that ignores the effect of using the replace error handler in PyUnicode_DecodeUTF8().
* (no commit message)Michael Foord2009-05-021-0/+11
|
* Isue #5084: unpickling now interns the attribute names of pickled objects,Antoine Pitrou2009-05-021-0/+4
| | | | | saving memory and avoiding growth in size of subsequent pickles. Proposal and original patch by Jake McGuire.
* Issue #5726: Make Modules/ld_so_aix return the actual exit code of the ↵Antoine Pitrou2009-05-011-0/+3
| | | | | | linker, rather than always exit successfully. Patch by Floris Bruynooghe.
* Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise anAntoine Pitrou2009-05-011-0/+3
| | | | error when a named pipe is encountered, rather than blocking infinitely.
* Adds the ipaddr module to the standard library. Issue #3959.Gregory P. Smith2009-05-011-0/+3
| | | | | | Based off of subversion r69 from http://code.google.com/p/ipaddr-py/ This code is 2to3 safe, I'll merge it into py3k later this afternoon.
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-1/+4
|
* Issue #5864: format(1234.5, '.4') gives misleading resultMark Dickinson2009-04-291-0/+3
| | | | (Backport of r72109 from py3k.)
* - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specifyMatthias Klose2009-04-291-0/+3
| | | | the order that backends for the dbm extension are checked.
* Fix issue 2245. aifc now skips any chunk type it doesn't actuallyR. David Murray2009-04-292-0/+4
| | | | | | | process instead of throwing errors for anything not in an explicit skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt. Spec reference and test sound file provided by Santiago Peresón, fix based on patch by Hiroaki Kawai.
* Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymoreTarek Ziadé2009-04-291-0/+3
|