Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r53672, just fix signature of time_isoformat instead. | Martin v. Löwis | 2007-02-18 | 2 | -3/+6 |
| | |||||
* | Minor fix for currentframe (SF #1652788). | Vinay Sajip | 2007-02-17 | 1 | -5/+5 |
| | |||||
* | Add missing \versionadded. | Georg Brandl | 2007-02-15 | 1 | -0/+4 |
| | | | | (backport from rev. 53787) | ||||
* | Patch #1494140: Add documentation for the new struct.Struct object. | Georg Brandl | 2007-02-15 | 2 | -0/+57 |
| | | | | (backport from rev. 53785) | ||||
* | Make functools.wraps() docs a bit clearer. | Georg Brandl | 2007-02-15 | 1 | -6/+11 |
| | | | | (backport from rev. 53783) | ||||
* | Backport 53776: Ignore directory time stamps | Martin v. Löwis | 2007-02-14 | 1 | -1/+2 |
| | | | | when considering whether to rerun libffi configure. | ||||
* | Patch #1657276: Make NETLINK_DNRTMSG conditional. | Martin v. Löwis | 2007-02-13 | 2 | -0/+4 |
| | |||||
* | Bug #1658794: Remove extraneous 'this'. | Martin v. Löwis | 2007-02-13 | 1 | -1/+1 |
| | |||||
* | Patch #685268: Consider a package's __path__ in imputil. | Martin v. Löwis | 2007-02-13 | 2 | -0/+6 |
| | |||||
* | Patch 1463026: Support default namespace in XMLGenerator. | Martin v. Löwis | 2007-02-12 | 3 | -17/+59 |
| | | | | Fixes #847665. | ||||
* | Bug #1656581: Point out that external file objects are supposed to be | Lars Gustäbel | 2007-02-12 | 1 | -2/+3 |
| | | | | at position 0. (backport from rev. 53752) | ||||
* | backport: fix trace.py --ignore-dir | Skip Montanaro | 2007-02-11 | 2 | -1/+4 |
| | |||||
* | Bug #1656078: typo in in profile docs. | Georg Brandl | 2007-02-09 | 1 | -1/+1 |
| | | | | (backport from rev. 53697) | ||||
* | Update broken link. | Martin v. Löwis | 2007-02-09 | 1 | -1/+1 |
| | |||||
* | Bug #1600860: Search for shared python library in LIBDIR, not | Martin v. Löwis | 2007-02-09 | 2 | -3/+15 |
| | | | | lib/python/config, on "linux" and "gnu" systems. | ||||
* | Bug #1653736: Properly discard third argument to slot_nb_inplace_power. | Martin v. Löwis | 2007-02-09 | 2 | -1/+9 |
| | |||||
* | Bug #1653736: Complain about keyword arguments to time.isoformat. | Martin v. Löwis | 2007-02-08 | 3 | -2/+9 |
| | |||||
* | Fix docstring bug | Raymond Hettinger | 2007-02-08 | 1 | -1/+1 |
| | |||||
* | Bypass set specific optimizations for set and frozenset subclasses. | Raymond Hettinger | 2007-02-08 | 1 | -7/+7 |
| | |||||
* | Do not let overflows in enumerate() and count() pass silently. | Raymond Hettinger | 2007-02-07 | 4 | -2/+16 |
| | |||||
* | Silence compiler warning | Raymond Hettinger | 2007-02-07 | 1 | -1/+1 |
| | |||||
* | Bug #1575169: operator.isSequenceType() now returns False for subclasses of ↵ | Raymond Hettinger | 2007-02-07 | 3 | -0/+6 |
| | | | | dict. | ||||
* | Check for a common user error with defaultdict(). | Raymond Hettinger | 2007-02-07 | 3 | -4/+13 |
| | |||||
* | SF: 1397711 Set docs conflated immutable and hashable | Raymond Hettinger | 2007-02-07 | 1 | -1/+1 |
| | |||||
* | SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses | Raymond Hettinger | 2007-02-07 | 2 | -1/+9 |
| | |||||
* | Applied patch 1124861.3.patch to solve bug #1124861: Automatically create ↵ | Peter Astrand | 2007-02-06 | 2 | -3/+28 |
| | | | | pipes on Windows, if GetStdHandle fails. Backport from rev 53646. | ||||
* | Bug #1648179: set.update() not recognizing __iter__ overrides in dict ↵ | Raymond Hettinger | 2007-02-01 | 2 | -4/+7 |
| | | | | subclasses. | ||||
* | [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; | Georg Brandl | 2007-01-31 | 3 | -0/+20 |
| | | | | | | | | | | the master should close the slave fd. Added a test to test_pty.py that reads from the master_fd after doing a pty.fork(); without the fix it hangs forever instead of raising an exception. (<crossing fingers for the buildbots>) Backport from trunk rev. 53146. | ||||
* | Bug #1648191: typo in docs. | Georg Brandl | 2007-01-30 | 1 | -1/+1 |
| | | | | (backport from rev. 53603) | ||||
* | Bug #1645944: os.access now returns bool but docstring is not updated | Georg Brandl | 2007-01-27 | 1 | -1/+1 |
| | | | | (backport from rev. 53579) | ||||
* | Patch #1638243: the compiler package is now able to correctly compile | Georg Brandl | 2007-01-27 | 4 | -1/+38 |
| | | | | | | a with statement; previously, executing code containing a with statement compiled by the compiler package crashed the interpreter. (backport from rev. 53575) | ||||
* | fix typo (extraneous ")") | Fred Drake | 2007-01-26 | 1 | -1/+1 |
| | |||||
* | Backport fix for bug #1643943. | Brett Cannon | 2007-01-25 | 3 | -31/+36 |
| | |||||
* | Merged revisions 53556 via svnmerge from | Thomas Heller | 2007-01-25 | 2 | -8/+23 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r53556 | thomas.heller | 2007-01-25 19:34:14 +0100 (Do, 25 Jan 2007) | 3 lines Fix for #1643874: When calling SysAllocString, create a PyCObject which will eventually call SysFreeString to free the BSTR resource. ........ | ||||
* | Strengthen warning about using lock() | Andrew M. Kuchling | 2007-01-24 | 1 | -8/+12 |
| | |||||
* | Clarify bug #1377858 entry. | Brett Cannon | 2007-01-23 | 1 | -1/+2 |
| | |||||
* | If you created a weakref in an object's __del__ method to itself it would | Brett Cannon | 2007-01-23 | 5 | -1/+33 |
| | | | | | | | | segfault the interpreter during weakref clean up. Now any new weakrefs created after __del__ is run are removed silently. Fixes bug #1377858 and the weakref_in_del crasher for new-style classes. Classic classes are still affected. | ||||
* | Make PyTraceBack_Here use the current thread, not the | Martin v. Löwis | 2007-01-23 | 2 | -1/+4 |
| | | | | frame's thread state. Fixes #1579370. | ||||
* | Backport trunk revision 53527: | Thomas Wouters | 2007-01-23 | 4 | -6/+13 |
| | | | | | | | | | | | | | SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize When running the interpreter in an environment that would cause it to set stdout/stderr/stdin's encoding, having a sitecustomize that would replace them with something other than PyFile objects would crash the interpreter. Fix it by simply ignoring the encoding-setting for non-files. This could do with a test, but I can think of no maintainable and portable way to test this bug, short of adding a sitecustomize.py to the buildsystem and have it always run with it (hmmm....) | ||||
* | Bug #1627316: handle error in condition/ignore pdb commands more gracefully. | Georg Brandl | 2007-01-22 | 1 | -2/+12 |
| | | | | (backport from rev. 53524) | ||||
* | Bug #1249573: fix rfc822.parsedate not accepting a certain date format | Georg Brandl | 2007-01-22 | 1 | -0/+5 |
| | | | | (backport from rev. 53522) | ||||
* | [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test | Andrew M. Kuchling | 2007-01-22 | 2 | -3/+38 |
| | |||||
* | Make comment match the code | Andrew M. Kuchling | 2007-01-22 | 1 | -1/+1 |
| | |||||
* | [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when ↵ | Andrew M. Kuchling | 2007-01-22 | 2 | -1/+9 |
| | | | | certain versions of readline are being used | ||||
* | Update version of What's New | Andrew M. Kuchling | 2007-01-22 | 1 | -17/+27 |
| | |||||
* | Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from ↵ | Peter Astrand | 2007-01-21 | 2 | -3/+6 |
| | | | | rev. 53295. | ||||
* | Patch #1627441: close sockets properly in urllib2. | Georg Brandl | 2007-01-21 | 5 | -6/+63 |
| | | | | (backport from rev. 53511) | ||||
* | Bug #1486663: don't reject keyword arguments for subclasses of builtin | Georg Brandl | 2007-01-21 | 9 | -16/+62 |
| | | | | | types. (backport from rev. 53509) | ||||
* | Add /GS- to Itanium build. | Martin v. Löwis | 2007-01-20 | 15 | -16/+16 |
| | |||||
* | Add /GS- flags for AMD64. | Martin v. Löwis | 2007-01-20 | 4 | -3/+5 |
| |