Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5f79586 Backport from Py3k branch: fix refleak in PyString_Format. (backport from rev. 53935) 26 February 2007, 13:51:34 UTC
25e7cfa Backported r51621 from p3yk: Don't use a fixed temporary name (gdbm). Don't use our own temp name creation (dbm). 25 February 2007, 22:15:04 UTC
a5f5f14 Backport 53901 and 53902 to prevent crash when there is an error decoding unicode filenames 25 February 2007, 16:19:21 UTC
d621a6e Fixup set/dict interoperability. 19 February 2007, 20:45:46 UTC
b66d33f Provide an example of defaultdict with non-zero constant factory function. 19 February 2007, 19:26:16 UTC
1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). 19 February 2007, 03:04:45 UTC
497380f Revert r53672. 18 February 2007, 08:54:32 UTC
b8d661b Revert r53672, just fix signature of time_isoformat instead. 18 February 2007, 08:50:38 UTC
0c2552c Minor fix for currentframe (SF #1652788). 17 February 2007, 01:37:50 UTC
6b2a1a0 Add missing \versionadded. (backport from rev. 53787) 15 February 2007, 11:29:58 UTC
ee467d0 Patch #1494140: Add documentation for the new struct.Struct object. (backport from rev. 53785) 15 February 2007, 11:29:08 UTC
d2bf6c0 Make functools.wraps() docs a bit clearer. (backport from rev. 53783) 15 February 2007, 10:38:03 UTC
d1a29c5 Backport 53776: Ignore directory time stamps when considering whether to rerun libffi configure. 14 February 2007, 12:53:41 UTC
1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. 13 February 2007, 12:14:29 UTC
f7f888a Bug #1658794: Remove extraneous 'this'. 13 February 2007, 12:08:34 UTC
ef67690 Patch #685268: Consider a package's __path__ in imputil. 13 February 2007, 08:35:01 UTC
626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. 12 February 2007, 12:21:41 UTC
f5bf3b0 Bug #1656581: Point out that external file objects are supposed to be at position 0. (backport from rev. 53752) 12 February 2007, 09:27:10 UTC
4a67a67 backport: fix trace.py --ignore-dir 11 February 2007, 18:41:56 UTC
d84f68b Bug #1656078: typo in in profile docs. (backport from rev. 53697) 09 February 2007, 18:48:44 UTC
4b4f95d Update broken link. 09 February 2007, 12:59:27 UTC
523539d Bug #1600860: Search for shared python library in LIBDIR, not lib/python/config, on "linux" and "gnu" systems. 09 February 2007, 12:37:12 UTC
b4af42a Bug #1653736: Properly discard third argument to slot_nb_inplace_power. 09 February 2007, 12:19:46 UTC
2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. 08 February 2007, 09:13:51 UTC
0bafda4 Fix docstring bug 08 February 2007, 01:37:18 UTC
fdf7bf8 Bypass set specific optimizations for set and frozenset subclasses. 08 February 2007, 00:49:51 UTC
9f0e1ea Do not let overflows in enumerate() and count() pass silently. 07 February 2007, 23:57:05 UTC
bbe9288 Silence compiler warning 07 February 2007, 23:48:15 UTC
127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. 07 February 2007, 22:12:01 UTC
113776c Check for a common user error with defaultdict(). 07 February 2007, 21:40:49 UTC
05d59e2 SF: 1397711 Set docs conflated immutable and hashable 07 February 2007, 21:03:24 UTC
20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses 07 February 2007, 20:01:28 UTC
39e23b2 Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Backport from rev 53646. 06 February 2007, 15:41:46 UTC
21191f4 Bug #1648179: set.update() not recognizing __iter__ overrides in dict subclasses. 01 February 2007, 21:01:21 UTC
cd7a78e [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; 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. 31 January 2007, 07:48:49 UTC
d13eeb7 Bug #1648191: typo in docs. (backport from rev. 53603) 30 January 2007, 20:21:35 UTC
3d26ef1 Bug #1645944: os.access now returns bool but docstring is not updated (backport from rev. 53579) 27 January 2007, 19:38:56 UTC
20aa477 Patch #1638243: the compiler package is now able to correctly compile a with statement; previously, executing code containing a with statement compiled by the compiler package crashed the interpreter. (backport from rev. 53575) 27 January 2007, 17:43:07 UTC
b17830e fix typo (extraneous ")") 26 January 2007, 16:27:45 UTC
6d8e5ad Backport fix for bug #1643943. 25 January 2007, 23:22:24 UTC
817b489 Merged revisions 53556 via svnmerge from 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. ........ 25 January 2007, 19:19:35 UTC
564c9f5 Strengthen warning about using lock() 24 January 2007, 20:08:13 UTC
ba2ec05 Clarify bug #1377858 entry. 23 January 2007, 22:46:12 UTC
75ba075 If you created a weakref in an object's __del__ method to itself it would 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. 23 January 2007, 22:41:20 UTC
601d03a Make PyTraceBack_Here use the current thread, not the frame's thread state. Fixes #1579370. 23 January 2007, 21:11:58 UTC
e471317 Backport trunk revision 53527: 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....) 23 January 2007, 13:54:30 UTC
1e4bb44 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. (backport from rev. 53524) 22 January 2007, 21:23:45 UTC
742e392 Bug #1249573: fix rfc822.parsedate not accepting a certain date format (backport from rev. 53522) 22 January 2007, 21:10:43 UTC
f446a9b [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test 22 January 2007, 20:49:44 UTC
a0a133b Make comment match the code 22 January 2007, 20:31:15 UTC
b8c6e1f [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used 22 January 2007, 16:10:27 UTC
e69747c Update version of What's New 22 January 2007, 15:14:15 UTC
bb6a0ed Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295. 21 January 2007, 15:45:25 UTC
962e916 Patch #1627441: close sockets properly in urllib2. (backport from rev. 53511) 21 January 2007, 10:35:14 UTC
8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. (backport from rev. 53509) 21 January 2007, 10:28:56 UTC
9d8ccf7 Add /GS- to Itanium build. 20 January 2007, 13:58:09 UTC
9f6ce2b Add /GS- flags for AMD64. 20 January 2007, 13:44:50 UTC
3b77d3d SF# 1635892: Fix docs for betavariate's input parameters . 19 January 2007, 18:03:13 UTC
d266f7a Add UUIDs for 2.5.1 and 2.5.2 19 January 2007, 18:01:16 UTC
9d179ce Prefix AST symbols with _Py_. Fixes #1637022. 19 January 2007, 06:42:33 UTC
fa941b9 SF #1635217, Fix unbalanced paren 19 January 2007, 05:52:46 UTC
e962300 Add a comment for some code I don't understand. Why would needsfree be true if we didn't malloc the code? Seems like the code is wrong or could use comments. Also verify if the buildbots are working properly for the 2.5 branch. 18 January 2007, 07:16:31 UTC
eb68188 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. (backport from rev. 53477) 17 January 2007, 21:20:01 UTC
c3df1b1 Bug #1637967: missing //= operator in list. (backport from rev. 53475) 17 January 2007, 21:09:07 UTC
dfad614 [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them 17 January 2007, 19:56:06 UTC
dcb6eba Bug #1610795: ctypes.util.find_library works now on BSD systems. 17 January 2007, 19:55:40 UTC
225755d Merged revisions 53402 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r53402 | thomas.heller | 2007-01-12 21:17:34 +0100 (Fr, 12 Jan 2007) | 6 lines patch #1610795: BSD version of ctypes.util.find_library, by Martin Kammerhofer. Backported from trunk. ........ 17 January 2007, 19:53:24 UTC
2a98c56 Merged revisions 53466 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r53466 | thomas.heller | 2007-01-17 10:40:34 +0100 (Mi, 17 Jan 2007) | 2 lines Replace C++ comments with C comments. ........ 17 January 2007, 09:53:03 UTC
29794ec Fix for bug #1634343: allow specifying empty arguments on Windows 13 January 2007, 22:37:11 UTC
4347c13 Blocked revisions 53361 via svnmerge ........ r53361 | thomas.heller | 2007-01-10 21:51:19 +0100 (Wed, 10 Jan 2007) | 1 line Must change the version number in the _ctypes extension as well. ........ 12 January 2007, 08:13:57 UTC
e0020e2 Blocked revisions 52388 via svnmerge ........ r52388 | martin.v.loewis | 2006-10-19 13:00:37 +0200 (Thu, 19 Oct 2006) | 3 lines Fix various minor errors in passing arguments to PyArg_ParseTuple. ........ 12 January 2007, 08:05:28 UTC
8d6d1e1 Blocked revisions 52945,53358 via svnmerge ........ r52945 | brett.cannon | 2006-12-07 00:38:48 +0100 (Thu, 07 Dec 2006) | 3 lines Fix a bad assumption that all objects assigned to '__loader__' on a module will have a '_files' attribute. ........ r53358 | thomas.heller | 2007-01-10 21:12:13 +0100 (Wed, 10 Jan 2007) | 1 line Change the ctypes version number to "1.1.0". ........ 12 January 2007, 08:03:54 UTC
535989e SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). 11 January 2007, 18:21:04 UTC
9e031c7 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). 11 January 2007, 11:42:43 UTC
1c3d0de - Make the documentation match the code and the docstring 11 January 2007, 10:25:45 UTC
3193763 Must update the version number on the extension module as well. 10 January 2007, 20:44:21 UTC
5131925 Change the ctypes version number to "1.0.2". 10 January 2007, 20:07:29 UTC
346085e Merged revisions 53316 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r53316 | thomas.heller | 2007-01-09 20:19:33 +0100 (Di, 09 Jan 2007) | 4 lines Verify the sizes of the basic ctypes data types against the struct module. Backport from trunk. ........ 09 January 2007, 19:52:31 UTC
5b44cbe Fix zero-length corner case for iterating over a mutating deque. 08 January 2007, 18:05:53 UTC
f96725a Backported changes from trunk: Made func argument in LogRecord.__init__ optional. Improved performance of _fixupChildren. 08 January 2007, 10:12:29 UTC
9770611 Backported change from trunk: Made SysLogHandler more resilient in the face of syslogd failures. 08 January 2007, 10:11:58 UTC
73fa6b5 Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). Documentation clarified to mention optional parameters. Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622). 08 January 2007, 09:36:17 UTC
6cdc346 Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424. 07 January 2007, 09:00:11 UTC
a7118d3 update to (c) years to include 2007 06 January 2007, 04:50:44 UTC
0b58214 Revisions 52418,52841,52855 have already been merged. 05 January 2007, 20:21:59 UTC
9b0250c Blocked revisions 52945 via svnmerge ........ r52945 | brett.cannon | 2006-12-07 00:38:48 +0100 (Thu, 07 Dec 2006) | 3 lines Fix a bad assumption that all objects assigned to '__loader__' on a module will have a '_files' attribute. ........ 05 January 2007, 19:59:21 UTC
8c884d2 Mark changes already backported as merged, so "svnmerge avail" does not list them any longer. 05 January 2007, 19:35:13 UTC
17321ee Initialized merge tracking via "svnmerge" with revisions "1-51333" from svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes 05 January 2007, 19:24:12 UTC
3b015c4 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) 05 January 2007, 14:24:36 UTC
a6e0f50 typo fix 05 January 2007, 07:22:29 UTC
7770f9f Backport: Prevent crash on shutdown which can occur if we are finalizing and the module dict has been cleared already and some object raises a warning (like in a __del__). 05 January 2007, 05:28:50 UTC
1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 [backport of r53252] 05 January 2007, 02:09:06 UTC
bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, to avoid relying on atexit. 04 January 2007, 21:06:57 UTC
ca516d2 Fix stability of heapq's nlargest() and nsmallest(). 04 January 2007, 17:53:16 UTC
d0f6729 SF #1627373, fix typo in CarbonEvt. 04 January 2007, 06:26:22 UTC
9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. 29 December 2006, 18:49:13 UTC
04e8204 Backport trunk checkin r51565: Fix SF bug #1545837: array.array borks on deepcopy. array.__deepcopy__() needs to take an argument, even if it doesn't actually use it. 29 December 2006, 14:42:17 UTC
e38ecee SF bug #1623890, fix argument name in docstring 29 December 2006, 03:01:06 UTC
0c40ca6 Remove a stray (old) macro name left around (I guess) 28 December 2006, 04:39:54 UTC
f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. Backport from rev. 53161. 27 December 2006, 10:36:58 UTC
back to top