Staging
v0.8.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f

sort by:
Revision Author Date Message Commit Date
63fd4f4 Backport: Fix SF bug #1402308, segfault when using mmap(-1, ...) This didn't crash on Linux, but valgrind complained. I'm not sure if this test is valid on Windows. 14 January 2006, 07:02:53 UTC
d901f75 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. 13 January 2006, 17:06:02 UTC
f2f9c40 Bug #1403410: The warnings module now doesn't get confused when it can't find out the module name it generates a warning for. 13 January 2006, 16:59:54 UTC
c046e80 Test curses.setupterm() before initscr(). 12 January 2006, 15:41:15 UTC
8a82fe8 Bug #1397205: doc typo 10 January 2006, 21:37:44 UTC
44d52e2 Backport: SF bug #1400822, Extended version of _curses over{lay,write} does not work Fix signatures to conform to doc (also fixed ungetmouse()). 10 January 2006, 07:08:06 UTC
7fb3aa7 Backport: - Patch #1400181, fix unicode string formatting to not use the locale. This is how string objects work. u'%f' could use , instead of . for the decimal point. Now both strings and unicode always use periods. This is the code that would break: import locale locale.setlocale(locale.LC_NUMERIC, 'de_DE') u'%.1f' % 1.0 assert '1.0' == u'%.1f' % 1.0 I couldn't create a test case which fails, but this fixes the problem. (tested in interpreter and reported fixed by others) 10 January 2006, 06:05:57 UTC
5ce8a89 Backport: Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. configure would break checking curses.h. Also fix whitespace consistency which I forgot to mention in the head checkin. 09 January 2006, 07:10:56 UTC
964ab82 Backport: Bug #1400115, Fix segfault when calling curses.panel.userptr() without prior setting of the userptr. 09 January 2006, 06:29:16 UTC
95e3ec0 Patch #881820: look for openpty and forkpty also in libbsd. 08 January 2006, 10:07:57 UTC
52f3d18 Skip this test on Darwin. It's skipped on the trunk and is listed as an expected skip in regrtest.py. Make it so. 07 January 2006, 19:08:55 UTC
5fc14c5 Ignore pyo files 06 January 2006, 05:25:01 UTC
b81832c Backport: initscr() will exit if there's an error. Try to catch the obvious failure cases if TERM isn't set or is unknown (perhaps we should only check if unset or empty?) Skip the test if TERM isn't set. This seems to occur when running under buildbot and presumably cron. For some more info check here: http://mail.python.org/pipermail/python-checkins/2006-January/048704.html 06 January 2006, 04:40:20 UTC
805aaf1 backport: squash compiler warning on Mac OSX 10.3 05 January 2006, 10:51:18 UTC
7cd31a5 Backport 38951: fixes pybsddb SF bug id 1215432. DB.associate() would crash when a DBError was supposed to be raised. 05 January 2006, 08:00:55 UTC
bd2bd89 Backport: If the audio file does not exist, the test should be skipped. 05 January 2006, 07:17:35 UTC
586ad55 Backport: Skip test_curses if stdin is not a tty (like when run from cron or buildbot). 05 January 2006, 06:10:16 UTC
4e90d91 Backport: Fix errors on 64-bit platforms. (There are still some test problems 05 January 2006, 05:45:12 UTC
a58cbd5 Bug #139571: wrong LaTeX label 04 January 2006, 21:04:24 UTC
5bf0a55 Ignore .svn instead of CVS now. 03 January 2006, 06:30:40 UTC
3951b1c bug #1395597: doc typo 02 January 2006, 22:07:25 UTC
3dd5317 merge revision 41866 from trunk: update to reflect move to Subversion 02 January 2006, 07:25:08 UTC
967828c Bug #1394868: doc typos 01 January 2006, 21:35:41 UTC
b6050f7 Patch by Ori Avtalion to fix a minor display glitch in the RightArrow. I will port forward to 2.5. 01 January 2006, 21:33:50 UTC
9842167 Work around test_locale failing on Solaris 10. 30 December 2005, 12:52:13 UTC
ddbcbe8 Use -xcode=pic32 for SunPro. 30 December 2005, 12:32:48 UTC
cac7b9d backport Sniffer class fix (rev 41838) 28 December 2005, 15:43:50 UTC
2043472 Bug #999767: make setup.py obey Setup.local wrt shared modules 27 December 2005, 18:24:30 UTC
27a2fab [ 959576 ] Can't build Python on POSIX w/o $HOME (backport) 27 December 2005, 17:37:16 UTC
f48e424 Revert checkin for bug #1386675. 27 December 2005, 17:26:16 UTC
8d2dc47 Bug #1375599: Correct grammar error in tutorial 27 December 2005, 00:06:18 UTC
31ecece Bug #1386675: winreg raises WindowsErrors (backport) 27 December 2005, 00:03:19 UTC
19d245d Bug #1389673: document correct return value of set methods (backport) 26 December 2005, 23:56:08 UTC
109e6d4 Bug #954981: urllib2 example wont work w/o ssl (backport) 26 December 2005, 23:36:49 UTC
6638b86 Bug #839075 (backport): document that highly recursive data cannot be pickled 26 December 2005, 23:27:50 UTC
26c221f Bug #839585: mention % string operator in language ref (backport) 26 December 2005, 23:15:50 UTC
b9ae3e3 Bug #756104 (backport): document that bufsize in socket.recv() should be small 26 December 2005, 23:07:52 UTC
2d377b1 Bug #649974 (backport): make docstrings for url2pathname consistent 26 December 2005, 22:54:01 UTC
b8a9b8c Backport: Patch #1117398: fix cookielib LoadError 23 December 2005, 21:32:06 UTC
2108d55 Typo fix 22 December 2005, 19:31:45 UTC
08a34f9 Typo fix 22 December 2005, 18:56:09 UTC
ddaf065 [ 1388141 ] Minor error in md5 docs (backport) 22 December 2005, 16:15:08 UTC
3758868 Bug #1373197: note that os.makedirs does not work with '..' 17 December 2005, 17:47:43 UTC
03f93a0 Bug #1343671: clarify docs for os.removedirs 17 December 2005, 17:31:07 UTC
e46a1de Bug #1106572: clarify os.makedirs docs wrt umask 17 December 2005, 17:14:24 UTC
cb92b45 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' just like string codecs. 17 December 2005, 04:38:31 UTC
a35865f Patch #1360443: Make SimpleHTTPServer display unencoded directory names. 16 December 2005, 19:36:24 UTC
84eebf3 Patch #1377848: typo in pyexpat docs 16 December 2005, 19:23:45 UTC
4e3335d Patch #1376914: traceback.format_exc() has no "file" argument. 16 December 2005, 19:21:32 UTC
52dcf71 Bug #1378455: a problem of urllib using open_local_file (backport) 15 December 2005, 21:59:16 UTC
2f6c775 Remove reference to open() mode "t" as it is platform dependent. 15 December 2005, 21:34:53 UTC
e708f90 Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module build problem on AIX. 12 December 2005, 11:48:32 UTC
825ff5a Bug #1368481: python.dir refers to whatsnew23 02 December 2005, 13:43:10 UTC
f77d7ab fix recurring typo: occured --> occurred (already fixed in Python trunk) 30 November 2005, 07:36:01 UTC
e39983b fix indentation; this could not have passed 30 November 2005, 07:34:04 UTC
cff9837 Backport checkin: Fix leaked reference to None. 28 November 2005, 22:16:22 UTC
fee85e6 backport: bug #1365984, urllib and data: URLs^^ 26 November 2005, 16:51:02 UTC
ae70eb7 Bug #698706: imaplib parsing INTERNALDATE backport 26 November 2005, 16:32:36 UTC
66b392b Patch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED on Solaris 10. Also set _XOPEN_SOURCE to 500. 26 November 2005, 11:38:37 UTC
7b08ff2 Backport checkin: SF patch #1364946: Add a reference link from the dcoumentation of the encode and decode methods to the documentation of the default error handlers. 25 November 2005, 17:18:54 UTC
f5e141f Backport checkin: SF patch #1364545: test_cmd_line.py relied on english error messages when invoking the Python interpreter (which didn't work on non-english Windows versions). Check return codes instead. 25 November 2005, 17:02:02 UTC
b9c3283 bug #1281408: make Py_BuildValue work with unsigned longs and long longs 24 November 2005, 15:38:54 UTC
cfced27 Backport of patch #1314396: prevent threading.Thread.join() from blocking if a previous call raised an exception (e.g., calling it with an illegal argument). 23 November 2005, 02:19:18 UTC
62efb93 Bug #1357604: os.makedirs handles UNC paths 22 November 2005, 20:14:30 UTC
b058403 added example for the ** operator in function calls 22 November 2005, 19:50:22 UTC
7bf4d58 Patch #1255218: libmultifile.tex: tell what a decoration is 22 November 2005, 19:43:05 UTC
d98dbf9 Bug #869197: setgroups rejects long integer argument 22 November 2005, 19:31:08 UTC
50541d1 Bug #1359035: Doc: Uxxxxxxxx escapes are interpreted in raw unicode literals. 22 November 2005, 19:24:23 UTC
a4e9aa6 Add a note to os.chown that permission constants can be combined 22 November 2005, 19:15:58 UTC
4af7169 [Patch #1094164] replaceChild(x,x) ends up removing x from the tree. Add fix from Felix Rabe and a test case 22 November 2005, 19:04:36 UTC
4e2a4ff [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. 22 November 2005, 15:39:05 UTC
c6f6cb7 [Bug #449093] FloorDiv AST node type not listed 22 November 2005, 14:53:07 UTC
eef12af Backport r41489: Fix typo. 21 November 2005, 17:01:49 UTC
9aab3f0 Backport one of the ref/memory leaks 21 November 2005, 00:05:58 UTC
f296ed6 backport 17 November 2005, 18:32:26 UTC
6736b86 backport 17 November 2005, 18:22:01 UTC
a68d719 Backport r41462: Fix typo in comment (reported on the pydotorg mailing list). 17 November 2005, 09:47:09 UTC
d8f2856 update busted comment 11 November 2005, 19:35:02 UTC
fc04fcc Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch) 09 November 2005, 13:56:10 UTC
87413d4 Backport: SF Bug #1348477, regextest can't be pydoc'ed. 09 November 2005, 07:08:41 UTC
757dab9 Backport: SF Bug #1350188, "setdlopenflags" leads to crash upon "import" It was possible dlerror() returns a NULL pointer, use a default error message in this case. 09 November 2005, 07:02:40 UTC
6e4524f Backport (with output/test_poll): Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint Need to check return result of PyInt_AsLong() 03 November 2005, 05:11:17 UTC
e361d8a Make consistent with HEAD (some change was not backported) 03 November 2005, 04:39:46 UTC
19c431a Fix SF #1346026, doc typo 03 November 2005, 04:35:39 UTC
ea16253 Add an import to a code fragment. Backport of fix for bug #1346395. 02 November 2005, 23:00:23 UTC
64597d0 Backport: Fix SF #1345263, colorsys tests, bug in frange Fix a typo that caused step to be ignored. 02 November 2005, 06:02:24 UTC
03f34d1 Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors. 02 November 2005, 05:43:19 UTC
3d98ef6 Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError 31 October 2005, 14:30:37 UTC
5e49f0d Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError 31 October 2005, 14:20:56 UTC
b32a299 add missing "and" 30 October 2005, 04:44:34 UTC
3606fca SF Bug #1341934: Fix a representation of "\n" to use a proper tag. 30 October 2005, 03:05:27 UTC
4360e73 Backport: - Patch #1338314, Bug #1336623: fix tarfile so it can extract REGTYPE directories from tarfiles written by old programs. 28 October 2005, 06:00:51 UTC
5dee43b One-off "No handlers..." error message only raised if raiseExceptions is set. 23 October 2005, 22:36:53 UTC
ecea121 Backport: SF bug #1167751: fix incorrect code being for generator expressions. 23 October 2005, 00:44:03 UTC
1d8dea6 Don't use a string exception since it's deprecated 21 October 2005, 06:00:58 UTC
6468a28 add missing word (backported from trunk revision 1.38) 20 October 2005, 17:53:01 UTC
1bd3b13 Backport: Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) Problem: if two files are assigned the same inode number by the filesystem, the second one will be added as a hardlink to the first, which means that the content will be lost. The patched code checks if the file's st_nlink is greater 1. So only for files that actually have several links pointing to them hardlinks will be created, which is what GNU tar does. 20 October 2005, 04:56:09 UTC
583e123 Get BSD DB working most for version 3.2 20 October 2005, 04:36:58 UTC
c2b4acf Backport: SF bug #1331563 ] string_subscript doesn't check for failed PyMem_Malloc. 20 October 2005, 04:16:45 UTC
ad2fa76 Teach unquote() to handle unicode inputs 15 October 2005, 16:44:57 UTC
back to top