https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6046c5e Oops, one revision we forgot. 03 December 2008, 17:29:10 UTC
04fc06a Tagging for 3.0 final. 03 December 2008, 17:20:02 UTC
38a29bb Bumping to 3.0 final. 03 December 2008, 17:15:13 UTC
e90c261 Initialized merge tracking via "svnmerge" with revisions "1-67498" from svn+ssh://pythondev@svn.python.org/python/branches/py3k 03 December 2008, 16:58:54 UTC
863b749 Removed merge tracking for "svnmerge" for svn+ssh://pythondev@svn.python.org/python/trunk 03 December 2008, 16:58:41 UTC
4e43e11 Creating the Python 3.0 maintenance branch. 03 December 2008, 16:25:53 UTC
815427c Remove remark about NaN==NaN, I misunderstood that issue. 03 December 2008, 15:24:50 UTC
ab4c51c Minor edits. 03 December 2008, 15:04:01 UTC
6e72b9e Fixed a warning on whatsnew/3.0.rst 03 December 2008, 13:39:03 UTC
ffd1a75 Use the :mod: role. 03 December 2008, 06:44:59 UTC
08388ef Some textual tweaks, and fixed a few typos found by a spell checker. 03 December 2008, 05:39:28 UTC
b768d4f Fix bad markup. 03 December 2008, 04:18:17 UTC
fedd140 More cleanup. Moved all Unicode and str/bytes info to the text/data subsection in common pitfalls, rather than spreading it out. Made this the last subsection of common pitfalls. All XXX comments are now gone. I'm sure much is still missing, we'll have to clean that up post 3.0. At least all PEPs and all implemented items in PEP 3100 have at least one mention. 03 December 2008, 04:15:35 UTC
67d75ba Another checkpoint. (A bit of a mess, a previous submit apparently didn't go through.) 03 December 2008, 02:31:31 UTC
3828768 Another checkpoint -- some stuff I managed to do on the train. 03 December 2008, 02:03:19 UTC
d74a1dc Merged revisions 67484 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67484 | christian.heimes | 2008-12-03 01:53:18 +0100 (Wed, 03 Dec 2008) | 2 lines Issue #4025 again Converted a C99 style comment to a C89 style comment (found by MAL). ........ 03 December 2008, 00:55:34 UTC
7396135 Another checkpoint. 03 December 2008, 00:54:52 UTC
f3655c4 interators -> iterators (thanks Taggnostr) 02 December 2008, 23:52:53 UTC
c46ee54 Finished what I'm going to write about the standard library. 02 December 2008, 23:46:46 UTC
56076da Finished the "porting to 3.0" section. Had to add a label to howto/cporting.rst. 02 December 2008, 22:58:36 UTC
715287f Another checkpoint. More XXXes added... Also add some labels to 2.6.rst and howto/unicode.rst so I can refer to them. (Somehow a label named 'module-contextlib' couldn't be referenced -- why???) 02 December 2008, 22:34:15 UTC
f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. 02 December 2008, 21:33:45 UTC
0486904 Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen). 02 December 2008, 20:59:48 UTC
5b78dd9 Another checkpoint to switch machines. 02 December 2008, 17:31:14 UTC
eab34c9 Add missing bracket. 02 December 2008, 11:58:09 UTC
a443856 Fix typo. 02 December 2008, 11:55:30 UTC
15b16a3 Issue #4387: binascii now refuses to accept str as binary input. 02 December 2008, 06:00:15 UTC
eae122b Fix docutils parsing errors in Misc/NEWS. 02 December 2008, 03:34:24 UTC
cc163bb fix markup 02 December 2008, 01:12:04 UTC
eb3d8d4 Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) 02 December 2008, 00:56:25 UTC
db6f108 Merged revisions 67467 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67467 | benjamin.peterson | 2008-12-01 13:52:51 +0100 (Mon, 01 Dec 2008) | 1 line let people using SVN Sphinx still build the docs ........ 01 December 2008, 23:02:51 UTC
6825e17 Add script forgotten in r67464. 01 December 2008, 04:44:45 UTC
6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support in build_py. 01 December 2008, 04:38:52 UTC
2212e52 Update copyright for recent changes. 30 November 2008, 23:43:36 UTC
4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67348 | benjamin.peterson | 2008-11-22 20:09:41 -0600 (Sat, 22 Nov 2008) | 1 line raise a better error ........ r67355 | georg.brandl | 2008-11-23 13:17:25 -0600 (Sun, 23 Nov 2008) | 2 lines #4392: fix parameter name. ........ r67359 | georg.brandl | 2008-11-23 15:57:30 -0600 (Sun, 23 Nov 2008) | 2 lines #4399: fix typo. ........ r67362 | gregory.p.smith | 2008-11-23 18:41:43 -0600 (Sun, 23 Nov 2008) | 2 lines Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple. ........ r67364 | benjamin.peterson | 2008-11-23 19:16:29 -0600 (Sun, 23 Nov 2008) | 2 lines replace reference to debugger-hooks ........ r67365 | benjamin.peterson | 2008-11-23 22:09:03 -0600 (Sun, 23 Nov 2008) | 1 line #4396 make the parser module correctly validate the with syntax ........ r67367 | georg.brandl | 2008-11-24 10:16:07 -0600 (Mon, 24 Nov 2008) | 2 lines Fix typo. ........ r67368 | georg.brandl | 2008-11-24 13:56:47 -0600 (Mon, 24 Nov 2008) | 2 lines #4404: make clear what "path" is. ........ r67398 | benjamin.peterson | 2008-11-26 11:39:17 -0600 (Wed, 26 Nov 2008) | 1 line fix typo in sqlite3 docs ........ r67423 | jesse.noller | 2008-11-28 12:59:35 -0600 (Fri, 28 Nov 2008) | 2 lines issue4238: bsd support for cpu_count ........ r67424 | christian.heimes | 2008-11-28 13:33:33 -0600 (Fri, 28 Nov 2008) | 1 line Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5 ........ r67432 | benjamin.peterson | 2008-11-28 17:18:46 -0600 (Fri, 28 Nov 2008) | 1 line SVN format 9 is the same it seems ........ r67440 | jeremy.hylton | 2008-11-28 17:42:59 -0600 (Fri, 28 Nov 2008) | 4 lines Move definition int sval into branch of ifdef where it is used. Otherwise, you get a warning about an undefined variable. ........ r67441 | jeremy.hylton | 2008-11-28 18:09:16 -0600 (Fri, 28 Nov 2008) | 2 lines Reflow long lines. ........ r67444 | amaury.forgeotdarc | 2008-11-28 20:03:32 -0600 (Fri, 28 Nov 2008) | 2 lines Fix a small typo in docstring ........ r67445 | benjamin.peterson | 2008-11-29 21:07:33 -0600 (Sat, 29 Nov 2008) | 1 line StringIO.close() stops you from using the buffer, too ........ r67454 | benjamin.peterson | 2008-11-30 08:43:23 -0600 (Sun, 30 Nov 2008) | 1 line note the version that works ........ r67455 | martin.v.loewis | 2008-11-30 13:28:27 -0600 (Sun, 30 Nov 2008) | 1 line Issue #4365: Add crtassem.h constants to the msvcrt module. ........ r67457 | christian.heimes | 2008-11-30 15:16:28 -0600 (Sun, 30 Nov 2008) | 1 line w# requires Py_ssize_t ........ r67458 | benjamin.peterson | 2008-11-30 15:46:16 -0600 (Sun, 30 Nov 2008) | 1 line fix pyspecific extensions that were broken by Sphinx's grand renaming ........ 30 November 2008, 22:46:23 UTC
1742e40 Merged revisions 67442 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67442 | jeremy.hylton | 2008-11-28 19:09:35 -0600 (Fri, 28 Nov 2008) | 18 lines Send HTTP headers and message body in a single send() call. This change addresses part of issue 4336. Change endheaders() to take an optional message_body argument that is sent along with the headers. Change xmlrpclib and httplib's other methods to use this new interface. It is more efficient to make a single send() call, which should get the entire client request into one packet (assuming it is smaller than the MTU) and will avoid the long pause for delayed ack following timeout. Also: - Add a comment about the buffer size for makefile(). - Extract _set_content_length() method and fix whitespace issues there. ........ 30 November 2008, 22:15:29 UTC
45a6b9f Merged revisions 67449 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67449 | martin.v.loewis | 2008-11-30 12:08:26 +0100 (So, 30 Nov 2008) | 3 lines Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". ........ 30 November 2008, 11:12:00 UTC
841edad Issue #4407: Fix source file that caused the compileall step in Windows installer to fail. 30 November 2008, 10:36:49 UTC
779281c Blocked revisions 67370 via svnmerge ........ r67370 | jeremy.hylton | 2008-11-24 16:00:29 -0600 (Mon, 24 Nov 2008) | 8 lines Add unittests that verify documented behavior of public methods in Transport class. These methods can be overridden. The tests verify that the overridden methods are called, and that changes to the connection have a visible effect on the request. ........ 30 November 2008, 03:23:13 UTC
bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. Seen when setting RPCHandler.debugging=True 29 November 2008, 01:48:47 UTC
47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. Windows objects cannot be compared, and it's better to have a consistent order; so We add the window unique ID to the sort key. Reviewed by Benjamin Peterson. 28 November 2008, 23:28:42 UTC
5cff931 Merged revisions 67428 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r67428 | benjamin.peterson | 2008-11-28 16:12:14 -0600 (Fri, 28 Nov 2008) | 57 lines Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r67384 | benjamin.peterson | 2008-11-25 16:13:31 -0600 (Tue, 25 Nov 2008) | 4 lines don't duplicate calls to start_tree() RefactoringTool.pre_order values now holds a list of the fixers while pre_order_mapping holds the dict. ........ r67386 | benjamin.peterson | 2008-11-25 16:44:52 -0600 (Tue, 25 Nov 2008) | 1 line #4423 fix_imports was still replacing usage of a module if attributes were being used ........ r67387 | benjamin.peterson | 2008-11-25 16:47:54 -0600 (Tue, 25 Nov 2008) | 1 line fix broken test ........ r67389 | benjamin.peterson | 2008-11-25 17:13:17 -0600 (Tue, 25 Nov 2008) | 1 line remove compatibility code; we only cater to 2.5+ ........ r67390 | benjamin.peterson | 2008-11-25 22:03:36 -0600 (Tue, 25 Nov 2008) | 1 line fix #3994; the usage of changed imports was fixed in nested cases ........ r67392 | benjamin.peterson | 2008-11-26 11:11:40 -0600 (Wed, 26 Nov 2008) | 1 line simpilfy and comment fix_imports ........ r67399 | benjamin.peterson | 2008-11-26 11:47:03 -0600 (Wed, 26 Nov 2008) | 1 line remove more compatibility code ........ r67400 | benjamin.peterson | 2008-11-26 12:07:41 -0600 (Wed, 26 Nov 2008) | 1 line set svn:ignore ........ r67403 | benjamin.peterson | 2008-11-26 13:11:11 -0600 (Wed, 26 Nov 2008) | 1 line wrap import ........ r67404 | benjamin.peterson | 2008-11-26 13:29:49 -0600 (Wed, 26 Nov 2008) | 1 line build the fix_imports pattern in compile_pattern, so MAPPING can be changed and reflected in the pattern ........ r67405 | benjamin.peterson | 2008-11-26 14:01:24 -0600 (Wed, 26 Nov 2008) | 1 line stop ugly messages about runtime errors being from printed ........ r67426 | benjamin.peterson | 2008-11-28 16:01:40 -0600 (Fri, 28 Nov 2008) | 5 lines don't replace a module name if it is in the middle of a attribute lookup This fix also stops module names from being replaced if they are not in an attribute lookup. ........ ................ 28 November 2008, 23:01:28 UTC
6f3a6e2 Blocked revisions 67349,67353,67396,67407,67411 via svnmerge ........ r67349 | matthias.klose | 2008-11-23 07:37:03 -0600 (Sun, 23 Nov 2008) | 3 lines - Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)" ........ r67353 | matthias.klose | 2008-11-23 07:54:42 -0600 (Sun, 23 Nov 2008) | 2 lines - Fix typo in last checkin ........ r67396 | matthias.klose | 2008-11-26 11:32:49 -0600 (Wed, 26 Nov 2008) | 2 lines - Modules/Setup.dist: Mention _elementtree and _pickle. ........ r67407 | matthias.klose | 2008-11-27 01:45:25 -0600 (Thu, 27 Nov 2008) | 2 lines - Modules/Setup.dist: Update pyexpat ........ r67411 | matthias.klose | 2008-11-27 04:14:22 -0600 (Thu, 27 Nov 2008) | 2 lines - Modules/Setup.dist: Update _elementtree, add _bisect, datetime ........ 28 November 2008, 20:57:28 UTC
d0c4249 Fix mp example, remove fix_logger call 28 November 2008, 18:47:24 UTC
4523968 Merge r67419 to py3k, mp doc fixes 28 November 2008, 18:46:19 UTC
7ca7cb4 Forgot to update Misc/NEWS 28 November 2008, 11:24:16 UTC
aae1b70 2to3 run of multiprocessing examples. mp_benchmarks, mp_newtypes and mp_distribution are still broken but the others are working properly. We should include the examples in our unit test suite ... 28 November 2008, 11:23:26 UTC
94e0772 Merged revisions 67414 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67414 | christian.heimes | 2008-11-28 12:02:32 +0100 (Fri, 28 Nov 2008) | 1 line Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception ........ 28 November 2008, 11:05:17 UTC
a58ea4d - Modules/Setup.dist: Add _bisect 27 November 2008, 09:53:28 UTC
fa1885f - Modules/Setup.dist: add datetime, update _elementtree 27 November 2008, 09:51:39 UTC
e605b66 - Modules/Setup.dist: Update pyexpat 27 November 2008, 07:43:44 UTC
60e5f5e Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. Fixes issue #4433; reviewed by Benjamin Peterson. 26 November 2008, 18:40:58 UTC
bea0081 - Modules/Setup.dist: Fix typo in last checkin 26 November 2008, 18:28:07 UTC
2a6beb3 - Modules/Setup.dist: Mention _elementtree and _pickle. 26 November 2008, 17:23:18 UTC
7e1b8fa - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. 26 November 2008, 17:22:04 UTC
1ff110d - fix build failure in Modules/fpectlmodule.c (not built by default) 26 November 2008, 17:18:22 UTC
71fb513 Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. Fixes issue #4429. Reviewed by Amaury Forgeot d'Arc. 26 November 2008, 08:45:36 UTC
d951e7b check the return value of NEW_IDENTIFIER in some more places 25 November 2008, 22:19:53 UTC
45dea65 Fix a broken test_dbm_gnu as introducted by r67380. 25 November 2008, 21:27:00 UTC
3e7e069 Second fix for issue #4373 25 November 2008, 21:21:32 UTC
5f95257 #4373: Reference leak in the pickle module. Reviewed by Brett Cannon. 25 November 2008, 21:11:54 UTC
7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro. 25 November 2008, 19:19:17 UTC
50d5a1c Make ast.c compile on Windows again. 25 November 2008, 12:35:58 UTC
d56976c Blocked revisions 67376 via svnmerge ................ r67376 | benjamin.peterson | 2008-11-24 22:07:45 -0600 (Mon, 24 Nov 2008) | 17 lines Merged revisions 67183,67191,67371 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r67183 | benjamin.peterson | 2008-11-10 21:51:33 -0600 (Mon, 10 Nov 2008) | 1 line handle 'import x as y' in fix_imports; this still needs more work... ........ r67191 | benjamin.peterson | 2008-11-11 17:24:51 -0600 (Tue, 11 Nov 2008) | 1 line super() is good ........ r67371 | benjamin.peterson | 2008-11-24 16:02:00 -0600 (Mon, 24 Nov 2008) | 1 line don't blow up in the metaclass fixer when assignments in the class statement aren't simple ........ ................ 25 November 2008, 04:09:48 UTC
3076006 Merged revisions 67373 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67373 | benjamin.peterson | 2008-11-24 21:43:14 -0600 (Mon, 24 Nov 2008) | 2 lines always check the return value of NEW_IDENTIFIER ........ 25 November 2008, 04:02:28 UTC
64903f9 Merged revisions 67183,67191,67371 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r67183 | benjamin.peterson | 2008-11-11 04:51:33 +0100 (Di, 11 Nov 2008) | 1 line handle 'import x as y' in fix_imports; this still needs more work... ........ r67191 | benjamin.peterson | 2008-11-12 00:24:51 +0100 (Mi, 12 Nov 2008) | 1 line super() is good ........ r67371 | benjamin.peterson | 2008-11-24 23:02:00 +0100 (Mo, 24 Nov 2008) | 1 line don't blow up in the metaclass fixer when assignments in the class statement aren't simple ........ 25 November 2008, 03:08:21 UTC
2b5d6eb dbm.dumb was opening files without specifying the encoding. Caused problem on at least OS X where the default is macroman. Closes issue #4382. 24 November 2008, 21:09:58 UTC
02c3b5c Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and mention that it will become the default in a future python version. 23 November 2008, 23:49:16 UTC
e8068ed - Fix typo in last checkin 23 November 2008, 13:55:26 UTC
8aea286 Merge 67349 from the trunk: - Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)" 23 November 2008, 13:40:48 UTC
310d139 remove warning about not accepting unicode I don't know if it actually works with unicode, though... 23 November 2008, 01:55:23 UTC
5df7567 These files used to belong to the "sv" module, which was deleted. 22 November 2008, 22:59:15 UTC
b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67295 | benjamin.peterson | 2008-11-20 05:05:12 +0100 (jeu., 20 nov. 2008) | 1 line move useful sys.settrace information to the function's documentation from the debugger ........ r67301 | benjamin.peterson | 2008-11-20 22:25:31 +0100 (jeu., 20 nov. 2008) | 1 line fix indentation and a sphinx warning ........ r67302 | benjamin.peterson | 2008-11-20 22:44:23 +0100 (jeu., 20 nov. 2008) | 1 line oops! didn't mean to disable that test ........ r67318 | amaury.forgeotdarc | 2008-11-21 23:05:48 +0100 (ven., 21 nov. 2008) | 4 lines #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. Will backport to 2.6 ........ r67330 | georg.brandl | 2008-11-22 09:34:14 +0100 (sam., 22 nov. 2008) | 2 lines #4364: fix attribute name on ctypes object. ........ r67342 | amaury.forgeotdarc | 2008-11-22 20:39:38 +0100 (sam., 22 nov. 2008) | 3 lines yuvconvert.c is a part of the "sv" module, an old IRIX thing and certainly not useful for any Windows build. ........ r67343 | amaury.forgeotdarc | 2008-11-22 21:01:18 +0100 (sam., 22 nov. 2008) | 5 lines #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from stack overflow. But doing this, it always crashes when the stack is nearly full. Reviewed by Martin von Loewis. Will backport to 2.6. ........ 22 November 2008, 22:18:04 UTC
ac1f9b1 Blocked revisions 67307 via svnmerge ........ r67307 | amaury.forgeotdarc | 2008-11-20 17:34:31 -0600 (Thu, 20 Nov 2008) | 9 lines Fixed issue #4233. Changed semantic of _fileio.FileIO's close() method on file objects with closefd=False. The file descriptor is still kept open but the file object behaves like a closed file. The FileIO object also got a new readonly attribute closefd. Approved by Barry Backport of r67106 from the py3k branch ........ 22 November 2008, 18:30:57 UTC
7396a08 Add 3.0rc3 UUID. 22 November 2008, 16:13:41 UTC
0c07422 #4153: finish updating Unicode HOWTO for Py3k changes. 22 November 2008, 10:26:59 UTC
2d92593 Blocked revisions 67336 via svnmerge ........ r67336 | georg.brandl | 2008-11-22 11:08:50 +0100 (Sat, 22 Nov 2008) | 2 lines Fix error about "-*-" being mandatory in coding cookies. ........ 22 November 2008, 10:10:59 UTC
e3d70ae Fix two mp doc issues from #4012. 22 November 2008, 08:54:21 UTC
9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. 22 November 2008, 08:51:39 UTC
59d64f7 Blocked revisions 67332 via svnmerge ........ r67332 | georg.brandl | 2008-11-22 09:45:33 +0100 (Sat, 22 Nov 2008) | 2 lines Fix typo. ........ 22 November 2008, 08:46:36 UTC
b667087 #4372: add bullet point for __cmp__ removal. 22 November 2008, 08:35:59 UTC
5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. 22 November 2008, 08:31:09 UTC
4216d2d #4378: fix a few functional HOWTO 2.xisms. 22 November 2008, 08:27:24 UTC
7a0f747 Blocked revisions 67326 via svnmerge ........ r67326 | benjamin.peterson | 2008-11-21 19:59:15 -0600 (Fri, 21 Nov 2008) | 1 line backport r67325: make FileIO.mode always contain 'b' ........ 22 November 2008, 02:02:16 UTC
44309e6 make FileIO.mode always include 'b' #4386 Reviewed by Amaury 22 November 2008, 00:41:45 UTC
656aa28 add a glossary entry for "view" 21 November 2008, 23:22:00 UTC
efae8c4 #4383: UnboundLocalError when IDLE cannot connect to its subprocess. Python 3.0 clears the exception variable upon exit of the "except:" clause, and the displaying code fails miserably. Reviewed by Benjamin. 21 November 2008, 23:08:09 UTC
6f7fad1 Merged revisions 67320 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67320 | benjamin.peterson | 2008-11-21 16:27:24 -0600 (Fri, 21 Nov 2008) | 4 lines don't segfault when \N escapes are used and unicodedata fails to load Fixes #4367 ........ 21 November 2008, 22:58:57 UTC
4a98a2a A few tiny improvements that I had sitting in an edit buffer. More to come. Much, much more. :-) 21 November 2008, 18:35:43 UTC
d8ccd1c post-3.0rc3 21 November 2008, 15:13:37 UTC
0cc818f Fix minor typos. 21 November 2008, 10:40:51 UTC
29bb6d5 Tagging 3.0rc3. 21 November 2008, 01:22:30 UTC
43baef4 Bump to 3.0rc3 21 November 2008, 01:18:21 UTC
2d71822 a few updates to the gloassary with regards to __future__ and division 21 November 2008, 00:25:02 UTC
58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and strings. Closes issue #3799. 21 November 2008, 00:17:53 UTC
6e0d68e fix test_gzip 21 November 2008, 00:11:22 UTC
836b670 #4338: Fix the distutils "setup.py upload" command. The code still mixed bytes and strings. Reviewed by Martin von Loewis. 20 November 2008, 23:53:46 UTC
9d24ff0 Follow-up of r67300: correct a failure in socket.makefile(). SocketIO objects now always have 'name' and 'mode' attributes. 20 November 2008, 23:15:52 UTC
304da21 Blocked revisions 67303 via svnmerge ........ r67303 | benjamin.peterson | 2008-11-20 16:06:22 -0600 (Thu, 20 Nov 2008) | 1 line backport r67300 ........ 20 November 2008, 22:42:44 UTC
c1f44af fix Sphinx table warning 20 November 2008, 22:38:20 UTC
back to top