Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. | Neal Norwitz | 2006-05-19 | 1 | -0/+2 |
| | | | | I suppose this could be backported if anyone cares. | ||||
* | Bug #1462152: file() now checks more thoroughly for invalid mode | Georg Brandl | 2006-05-18 | 1 | -0/+4 |
| | | | | | strings and removes a possible "U" before passing the mode to the C library function. | ||||
* | Patch #1180296: improve locale string formatting functions | Georg Brandl | 2006-05-17 | 1 | -0/+4 |
| | |||||
* | Patch #1486962: Several bugs in the turtle Tk demo module were fixed | Georg Brandl | 2006-05-17 | 1 | -0/+3 |
| | | | | and several features added, such as speed and geometry control. | ||||
* | Patch #1490224: set time.altzone correctly on Cygwin. | Georg Brandl | 2006-05-17 | 1 | -0/+2 |
| | |||||
* | Patch #1435422: zlib's compress and decompress objects now have a | Georg Brandl | 2006-05-16 | 1 | -0/+3 |
| | | | | copy() method. | ||||
* | [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) | Georg Brandl | 2006-05-15 | 1 | -0/+3 |
| | |||||
* | Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport | Neal Norwitz | 2006-05-15 | 1 | -0/+2 |
| | |||||
* | - Bug #1487966: Fix SystemError with conditional expression in assignment | Neal Norwitz | 2006-05-15 | 1 | -0/+2 |
| | | | | Most of the test_syntax changes are just updating the numbers. | ||||
* | Move items implemented after a2 into the new a3 section | Neal Norwitz | 2006-05-15 | 1 | -35/+61 |
| | |||||
* | Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV | Tim Peters | 2006-05-13 | 1 | -1/+5 |
| | | | | | | | | | | | | about "%u", "%lu" and "%zu" formats. Since PyString_FromFormat and PyErr_Format have exactly the same rules (both inherited from PyString_FromFormatV), it would be good if someone with more LaTeX Fu changed one of them to just point to the other. Their docs were way out of synch before this patch, and I just did a mass copy+paste to repair that. Not a backport candidate (this is a new feature). | ||||
* | Dynamically allocate path name buffer for Unicode | Martin v. Löwis | 2006-05-12 | 1 | -0/+3 |
| | | | | | | path name in listdir. Fixes #1431582. Stop overallocating MAX_PATH characters for ANSI path names. Stop assigning to errno. | ||||
* | SF patch #1473132: Improve docs for tp_clear and tp_traverse, | Tim Peters | 2006-05-12 | 1 | -0/+2 |
| | | | | | | by Collin Winter. Bugfix candidate (but I'm not going to bother). | ||||
* | Change WindowsError to carry the Win32 error code in winerror, | Martin v. Löwis | 2006-05-11 | 1 | -0/+5 |
| | | | | | and the DOS error code in errno. Revert changes where WindowsError catch blocks unnecessarily special-case OSError. | ||||
* | Patch #721464: pdb.Pdb instances can now be given explicit stdin and | Georg Brandl | 2006-05-10 | 1 | -0/+4 |
| | | | | | stdout arguments, making it possible to redirect input and output for remote debugging. | ||||
* | Patch #1484695: Update the tarfile module to version 0.8. This fixes | Georg Brandl | 2006-05-10 | 1 | -0/+4 |
| | | | | | a couple of issues, notably handling of long file names using the GNU LONGNAME extension. | ||||
* | Variant of patch #1478292. doctest.register_optionflag(name) | Tim Peters | 2006-05-10 | 1 | -1/+4 |
| | | | | | shouldn't create a new flag when `name` is already the name of an option flag. | ||||
* | Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. | Martin v. Löwis | 2006-05-06 | 1 | -2/+2 |
| | |||||
* | Implement os.{chdir,rename,rmdir,remove} using Win32 directly. | Martin v. Löwis | 2006-05-04 | 1 | -0/+3 |
| | |||||
* | Patch #1475845: Raise IndentationError for unexpected indent. | Martin v. Löwis | 2006-05-04 | 1 | -0/+2 |
| | |||||
* | Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package. | Georg Brandl | 2006-05-03 | 1 | -0/+3 |
| | |||||
* | SF #1479181: split open() and file() from being aliases for each other. | Neal Norwitz | 2006-05-02 | 1 | -0/+2 |
| | |||||
* | Work around deadlock risk. Will backport. | Martin v. Löwis | 2006-05-01 | 1 | -0/+3 |
| | |||||
* | Patch #1472854: make the rlcompleter.Completer class usable on non- | Georg Brandl | 2006-04-30 | 1 | -0/+3 |
| | | | | UNIX platforms. | ||||
* | Patch #1470846: fix urllib2 ProxyBasicAuthHandler. | Georg Brandl | 2006-04-30 | 1 | -0/+2 |
| | |||||
* | Further changes for #1471883: Edit Misc/NEWS, and | Martin v. Löwis | 2006-04-29 | 1 | -0/+2 |
| | | | | add expat_config.h. | ||||
* | 2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | Fix build on MIPS for libffi. I haven't tested this yet because I | Hye-Shik Chang | 2006-04-26 | 1 | -0/+2 |
| | | | | don't have an access on MIPS machines. Will be tested by buildbot. :) | ||||
* | The result of SF patch #1471578: big-memory tests for strings, lists and | Thomas Wouters | 2006-04-26 | 1 | -0/+5 |
| | | | | | | tuples. Lots to be added, still, but this will give big-memory people something to play with in 2.5 alpha 2, and hopefully get more people to write these tests. | ||||
* | Restore Walters name | Neal Norwitz | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | Patch #1475231: add a new SKIP doctest option, thanks to | Tim Peters | 2006-04-25 | 1 | -0/+4 |
| | | | | Edward Loper. | ||||
* | Revert addition of setuptools | Phillip J. Eby | 2006-04-24 | 1 | -3/+0 |
| | |||||
* | Fix contextlib.nested to cope with exit methods raising and handling exceptions | Nick Coghlan | 2006-04-24 | 1 | -0/+6 |
| | |||||
* | Add unit tests for the -m and -c command line switches | Nick Coghlan | 2006-04-24 | 1 | -0/+2 |
| | |||||
* | Note changes made to PEP 343 related documentation | Nick Coghlan | 2006-04-24 | 1 | -1/+5 |
| | |||||
* | Bug #1337990: clarified that `doctest` does not support examples | Tim Peters | 2006-04-24 | 1 | -0/+2 |
| | | | | | | requiring both expected output and an exception. I'll backport to 2.4 next. | ||||
* | Backdated NEWS entry to record the implementation of PEP 338 for alpha 1 | Nick Coghlan | 2006-04-23 | 1 | -0/+7 |
| | |||||
* | Update optparse to Optik 1.5.1. | Greg Ward | 2006-04-23 | 1 | -0/+5 |
| | |||||
* | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | the 2005 Summer of Code). The revision adds a number of new mailbox classes that support adding and removing messages; these classes also support mailbox locking and default to using email.Message instead of rfc822.Message. The old mailbox classes are largely left alone for backward compatibility. The exception is the Maildir class, which was present in the old module and now inherits from the new classes. The Maildir class's interface is pretty simple, though, so I think it'll be compatible with existing code. (The change to the NEWS file also adds a missing word to a different news item, which unfortunately required rewrapping the line.) | ||||
* | SF bug #1473760 TempFile can hang on Windows. | Tim Peters | 2006-04-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Python 2.4 changed ntpath.abspath to do an import inside the function. As a result, due to Python's import lock, anything calling abspath on Windows (directly, or indirectly like tempfile.TemporaryFile) hung when it was called from a thread spawned as a side effect of importing a module. This is a depressingly frequent problem, and deserves a more general fix. I'm settling for a micro-fix here because this specific one accounts for a report of Zope Corp's ZEO hanging on Windows, and it was an odd way to change abspath to begin with (ntpath needs a different implementation depending on whether we're actually running on Windows, and the _obvious_ way to arrange for that is not to bury a possibly-failing import _inside_ the function). Note that if/when other micro-fixes of this kind get made, the new Lib/test/threaded_import_hangers.py is a convenient place to add tests for them. | ||||
* | Allow pstats.Stats creator to specify an alternate to stdout. | Skip Montanaro | 2006-04-21 | 1 | -0/+3 |
| | |||||
* | Document r43622. | Martin v. Löwis | 2006-04-20 | 1 | -0/+4 |
| | |||||
* | Add news item for pybench addition. | Marc-André Lemburg | 2006-04-19 | 1 | -0/+5 |
| | |||||
* | SF Patch #1062014: AF_UNIX sockets under Linux have a special | Armin Rigo | 2006-04-19 | 1 | -0/+3 |
| | | | | abstract namespace that is now fully supported. | ||||
* | Change those parts of the Python-api that were functions in 2.4, and | Thomas Heller | 2006-04-18 | 1 | -0/+9 |
| | | | | | | are now macros to exported functions again. Fixes [ 1465834 ] bdist_wininst preinstall script support is broken in 2.5a1. | ||||
* | add info re: pydoc, pkgutil, and setuptools additions | Phillip J. Eby | 2006-04-18 | 1 | -0/+11 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2006-04-18 | 1 | -1/+1 |
| | |||||
* | Remove types from type_list if they have no objects | Martin v. Löwis | 2006-04-18 | 1 | -0/+2 |
| | | | | | and unlist_types_without_objects is set. Give dump_counts a FILE* argument. | ||||
* | local.__del__(): This didn't actually do anything, because of too | Tim Peters | 2006-04-17 | 1 | -0/+3 |
| | | | | | | much convolution <0.5 wink>. Simplified to the point that it works, and test_threading_local no longer reports leaks under -R. Thanks to Thomas Wouters for initial analysis. | ||||
* | Add reindent target. | Martin v. Löwis | 2006-04-17 | 1 | -0/+3 |
| |