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

sort by:
Revision Author Date Message Commit Date
e788155 Fix SF #1676971, Complex OverflowError has a typo 09 March 2007, 06:01:28 UTC
afd9b2b Manual backport of r54233. This will help prevent spurious Buildbot failures by HTTPS connections that time out. 09 March 2007, 04:57:00 UTC
1622d82 SF #1637850: make_table in difflib did not work with unicode 08 March 2007, 21:30:55 UTC
590af0a Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. 08 March 2007, 19:58:46 UTC
154bc7c SF 1676321: empty() returned wrong result 08 March 2007, 19:23:25 UTC
d59ea47 Add a NEWS entry for rev. 54207,8. (backport from rev. 54222) 08 March 2007, 18:37:35 UTC
dfc2966 Fix #1676656: \em is different from \emph... (backport from rev. 54220) 08 March 2007, 17:49:17 UTC
0c4f3fd Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 54209) 07 March 2007, 16:12:05 UTC
d480b33 backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s). 07 March 2007, 11:55:25 UTC
4a7da9c Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. (backport from rev. 54202) 07 March 2007, 09:34:52 UTC
b535b39 Typo fix. 07 March 2007, 09:17:42 UTC
84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was given a unicode argument and os.listdir() returns unicode filenames. (backport from rev. 54197) 07 March 2007, 08:32:24 UTC
fd13ef9 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. (backport from rev. 54195) 07 March 2007, 07:39:13 UTC
6a9c780 Document curses changes. 06 March 2007, 21:16:32 UTC
05b5c7f Backport checkin: Patch for bug #1633621: if curses.resizeterm() or curses.resize_term() is called, update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS. 06 March 2007, 20:46:26 UTC
62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range of Py_ssize_t. (backport from rev. 54177) 06 March 2007, 19:00:09 UTC
2230d98 Patch #1673121: update README wrt. OSX default shell. (backport from rev. 54175) 06 March 2007, 18:47:40 UTC
ffb0a80 Patch #1638879: don't accept strings with embedded NUL bytes in long(). (backport from rev. 54173) 06 March 2007, 18:44:35 UTC
8c9b3d6 Patch #1602128: clarify that richcmp methods can return NotImplemented and should return True or False otherwise. (backport from rev. 54171) 06 March 2007, 18:30:12 UTC
02d7cff Patch #1646728: datetime.fromtimestamp fails with negative fractional times. With unittest. (backport from rev. 54167 by Guido) 06 March 2007, 17:46:17 UTC
1a74b43 A test case for the defaultdict KeyError bug. (backport from rev. 54162) 06 March 2007, 13:35:08 UTC
75e3c52 Fix another reincarnation of bug #1576657 in defaultdict. (backport from rev. 54160) 06 March 2007, 13:33:07 UTC
15e138a Bug #1674503: close the file opened by execfile() in an error condition. (backport) 06 March 2007, 12:16:52 UTC
8da6f1b Patch #1672481: fix bug in idlelib.MultiCall. (backport from rev. 54156) 06 March 2007, 11:52:33 UTC
0520e03 A test case for the fix in #1674228. (backport from rev. 54154) 06 March 2007, 11:51:27 UTC
1d56c2f Patch #1671450: add a section about subclassing builtin types to the "extending and embedding" tutorial. (backport from rev. 54150) 06 March 2007, 10:02:59 UTC
0ea8916 Patch #1674228: when assigning a slice (old-style), check for the sq_ass_slice instead of the sq_slice slot. (backport from rev. 54139) 05 March 2007, 22:28:13 UTC
131069b Fix a bug in test_dict and test_userdict, found at the PyPy sprint. (backport from rev. 54114) 04 March 2007, 17:19:02 UTC
ebfcfb0 Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Resize. (backport from rev. 54088) 02 March 2007, 20:30:19 UTC
d882e36 Fix constantification of None. 02 March 2007, 19:19:05 UTC
8bc8ab5 Fix typo (noticed in Raymond's r54053 commit adding NamedTuple 01 March 2007, 14:07:19 UTC
036b3be Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__). 26 February 2007, 23:46:51 UTC
366bf0d Markup fix 26 February 2007, 23:03:03 UTC
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
back to top