https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5c5f3de bump version to 3.1b1 06 May 2009, 20:43:28 UTC
3c0f221 update pydoc_topics 06 May 2009, 20:39:50 UTC
8dc33d5 Merged revisions 72404-72406 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72404 | walter.doerwald | 2009-05-06 16:28:24 +0200 (Mi, 06 Mai 2009) | 3 lines Issue 3739: The unicode-internal encoder now reports the number of *characters* consumed like any other encoder (instead of the number of bytes). ........ r72406 | walter.doerwald | 2009-05-06 16:32:35 +0200 (Mi, 06 Mai 2009) | 2 lines Add NEWS entry about issue #3739. ........ 06 May 2009, 14:41:26 UTC
6ca2e0a Merged revisions 72399 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72399 | jeroen.ruigrok | 2009-05-06 15:16:36 +0200 (wo, 06 mei 2009) | 4 lines Be more explicit about the error we are catching. Requested by: Antoine Pitrou ........ 06 May 2009, 13:18:35 UTC
741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. 06 May 2009, 13:08:15 UTC
5776c16 #5947: add PendingDeprecationWarning to PyCObject functions. 06 May 2009, 08:47:56 UTC
30f4a4c #5946: fix speling. 06 May 2009, 08:32:17 UTC
4eea2a3 Blocked revisions 72392 via svnmerge ........ r72392 | tarek.ziade | 2009-05-06 10:11:00 +0200 (Wed, 06 May 2009) | 1 line removed string.split usage ........ 06 May 2009, 08:12:20 UTC
0e53397 Merged revisions 72388 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72388 | tarek.ziade | 2009-05-06 10:05:47 +0200 (Wed, 06 May 2009) | 1 line more build_clib cleanup + test coverage ........ 06 May 2009, 08:08:26 UTC
5a607a3 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. By Larry Hastings, reviewed eric.smith and mark.hammond. 06 May 2009, 08:04:54 UTC
9348901 Blocked revisions 72382 via svnmerge ........ r72382 | tarek.ziade | 2009-05-06 09:41:53 +0200 (Wed, 06 May 2009) | 1 line pep8-fied build_clib module : it is now similar to the one in 3.x ........ 06 May 2009, 07:43:09 UTC
dd9f65f Fixed #5940: distutils.command.build_clib.check_library_list is doing the right checkings again 06 May 2009, 07:26:24 UTC
bcf8506 Merged revisions 72375 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72375 | jeroen.ruigrok | 2009-05-06 07:25:42 +0200 (wo, 06 mei 2009) | 5 lines Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent us from raising an exception when the locale is invalid. Issue #1443504 ........ 06 May 2009, 05:33:24 UTC
0a07285 Added Objects/capsule.c to project files. 06 May 2009, 04:02:39 UTC
1521fda Merged revisions 72226 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines idle.py modified and simplified to better support developing experimental versions of IDLE which are not installed in the standard location. ........ 06 May 2009, 03:38:31 UTC
cef4b81 Merged revisions 72227 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines Further development of issue5559, handle Windows files which not only have embedded spaces, but leading spaces. ........ 06 May 2009, 03:23:37 UTC
81c447f turn this into a macro 06 May 2009, 02:43:58 UTC
608d8bc Merged revisions 72368 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r72368 | benjamin.peterson | 2009-05-05 18:13:58 -0500 (Tue, 05 May 2009) | 53 lines Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r68503 | benjamin.peterson | 2009-01-10 14:14:49 -0600 (Sat, 10 Jan 2009) | 1 line use variable ........ r68507 | benjamin.peterson | 2009-01-10 15:13:16 -0600 (Sat, 10 Jan 2009) | 1 line rewrap ........ r68694 | benjamin.peterson | 2009-01-17 17:55:59 -0600 (Sat, 17 Jan 2009) | 1 line test for specific node type ........ r69054 | guilherme.polo | 2009-01-28 10:01:54 -0600 (Wed, 28 Jan 2009) | 2 lines Added mapping for the ttk module. ........ r69673 | benjamin.peterson | 2009-02-16 09:38:22 -0600 (Mon, 16 Feb 2009) | 1 line fix handling of as imports #5279 ........ r69679 | benjamin.peterson | 2009-02-16 11:36:06 -0600 (Mon, 16 Feb 2009) | 1 line make Base.get_next_sibling() and Base.get_prev_sibling() properties ........ r69680 | benjamin.peterson | 2009-02-16 11:41:48 -0600 (Mon, 16 Feb 2009) | 1 line normalize docstrings in pytree according to PEP 11 ........ r69681 | benjamin.peterson | 2009-02-16 11:43:09 -0600 (Mon, 16 Feb 2009) | 1 line use a set ........ r70991 | benjamin.peterson | 2009-04-01 15:54:50 -0500 (Wed, 01 Apr 2009) | 1 line map urllib.urlopen to urllib.request.open #5637 ........ r70999 | benjamin.peterson | 2009-04-01 17:36:47 -0500 (Wed, 01 Apr 2009) | 1 line add very alpha support to 2to3 for running concurrently with multiprocessing ........ r71003 | benjamin.peterson | 2009-04-01 18:10:43 -0500 (Wed, 01 Apr 2009) | 1 line fix when multiprocessing is not available or used ........ r71695 | benjamin.peterson | 2009-04-17 22:21:29 -0500 (Fri, 17 Apr 2009) | 1 line refactor multiprocessing support, so it's less hacky to employ and only loads mp when needed ........ ................ 05 May 2009, 23:23:31 UTC
b43d325 Merged revisions 72367 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72367 | benjamin.peterson | 2009-05-05 18:00:48 -0500 (Tue, 05 May 2009) | 1 line tabify :( ........ 05 May 2009, 23:14:15 UTC
f05f820 Small style edits. 05 May 2009, 22:53:19 UTC
7847cd6 fix test__locale on windows #5643 05 May 2009, 22:49:38 UTC
b9ce9b5 edits 05 May 2009, 22:43:21 UTC
b173f78 add a replacement API for PyCObject, PyCapsule #5630 All stdlib modules with C-APIs now use this. Patch by Larry Hastings 05 May 2009, 22:31:58 UTC
c679fd8 Merged revisions 72361 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72361 | martin.v.loewis | 2009-05-06 00:13:01 +0200 (Mi, 06 Mai 2009) | 2 lines Issue #5721: don't package Lib/test/README anymore. ........ 05 May 2009, 22:14:50 UTC
7061368 Issue #5944: Skip PEP 383 tests on OS X. 05 May 2009, 21:34:59 UTC
f172637 Merged revisions 72357 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72357 | benjamin.peterson | 2009-05-05 16:09:21 -0500 (Tue, 05 May 2009) | 4 lines fix running test_capi with -R :: Also, fix a refleak in the test that was preventing running. :) ........ 05 May 2009, 21:11:54 UTC
00cfc37 Merged revisions 72352 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines Fix Issue #4875: find_library can return directories instead of files (on win32) ........ 05 May 2009, 19:04:40 UTC
690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. This will address: a) urllib/ in py3k, b) urllib in py2x is addressed by issue918368. c) urllib2 in py2x was already addressed in Revision 43132. 05 May 2009, 18:41:13 UTC
501927d Blocked revisions 72348 via svnmerge ........ r72348 | eric.smith | 2009-05-05 14:26:08 -0400 (Tue, 05 May 2009) | 1 line Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. ........ 05 May 2009, 18:34:08 UTC
9cc2cf7 Merged revisions 72344 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72344 | mark.dickinson | 2009-05-05 18:41:47 +0100 (Tue, 05 May 2009) | 3 lines Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for the patch. ........ 05 May 2009, 17:54:36 UTC
3bef15b Improved wording. 05 May 2009, 17:19:46 UTC
4adbc34 Issue #5943: Fix lchflags crash. 05 May 2009, 17:17:55 UTC
25e218e Documentation for Issue #5920. 05 May 2009, 16:42:58 UTC
8482ef9 Merged revisions 72335 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines Issue #5847: Remove -n switch on "Edit with IDLE" menu item. ........ 05 May 2009, 16:14:30 UTC
6337622 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 05 May 2009, 14:04:18 UTC
86a05ec Added missing semicolon. 05 May 2009, 13:07:30 UTC
705d9d5 2.7 -> 3.1 versionchanges. 05 May 2009, 09:29:50 UTC
b0f79c8 Merged revisions 72328 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72328 | georg.brandl | 2009-05-05 11:20:52 +0200 (Di, 05 Mai 2009) | 1 line Remove unused variable. ........ 05 May 2009, 09:21:07 UTC
780b2a6 Merged revisions 72326 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72326 | georg.brandl | 2009-05-05 11:19:43 +0200 (Di, 05 Mai 2009) | 1 line #5929: fix signedness warning. ........ 05 May 2009, 09:19:59 UTC
3078df0 Merged revisions 72324 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72324 | georg.brandl | 2009-05-05 11:06:02 +0200 (Di, 05 Mai 2009) | 1 line Fix overlong lines. ........ 05 May 2009, 09:11:31 UTC
243ad66 Merged revisions 72322 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72322 | georg.brandl | 2009-05-05 10:54:11 +0200 (Di, 05 Mai 2009) | 1 line #5142: add module skipping feature to pdb. ........ 05 May 2009, 09:00:19 UTC
991f920 Merged revisions 72319-72320 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72319 | georg.brandl | 2009-05-05 10:28:49 +0200 (Di, 05 Mai 2009) | 1 line #1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite. ........ r72320 | georg.brandl | 2009-05-05 10:30:28 +0200 (Di, 05 Mai 2009) | 1 line Add a news entry for r72319. ........ 05 May 2009, 08:31:54 UTC
eaa84ef #5923: update turtle module to version 1.1. 05 May 2009, 08:14:33 UTC
5133529 #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples. 05 May 2009, 07:55:26 UTC
42c66d4 Mark 72314 as integrated. 05 May 2009, 07:52:29 UTC
5968205 Merged revisions 72314 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72314 | georg.brandl | 2009-05-05 09:48:12 +0200 (Di, 05 Mai 2009) | 1 line #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. ........ 05 May 2009, 07:52:05 UTC
011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in System Character Interfaces. 05 May 2009, 04:43:17 UTC
93f65a1 Merged revisions 72306 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72306 | steven.bethard | 2009-05-04 18:31:22 -0700 (Mon, 04 May 2009) | 1 line Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.) ........ 05 May 2009, 02:22:38 UTC
f877feb Merged revisions 72149 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72149 | r.david.murray | 2009-04-30 08:42:32 -0400 (Thu, 30 Apr 2009) | 4 lines Make the turtle.rst doctests pass. I have a feeling there should be more cleanup, but I don't know now to kill turtles. Especially unexpected ones... ;) ........ 05 May 2009, 02:08:52 UTC
b18500d Merged revisions 72299 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72299 | r.david.murray | 2009-05-04 18:16:24 -0400 (Mon, 04 May 2009) | 7 lines Fix issue 5890: (property subclass shadows __doc__ string) by inserting the __doc__ into the subclass instance __dict__. The fix refactors property_copy to call property_init in such a way that the __doc__ logic is re-executed correctly when getter_doc is 1, thus simplifying property_copy. ........ 04 May 2009, 22:59:07 UTC
e04b627 remove old undocumented compat interfaces in hashlib and pwd #5881 04 May 2009, 22:25:21 UTC
ec75312 see if we can get this to work on windows 04 May 2009, 21:28:12 UTC
3c33e08 Merged revisions 72295 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72295 | antoine.pitrou | 2009-05-04 23:17:17 +0200 (lun., 04 mai 2009) | 3 lines Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory. ........ 04 May 2009, 21:21:36 UTC
4f5f98d Add missing documentation for bytes.decode(). 04 May 2009, 21:01:20 UTC
5f25972 Merged revisions 72292 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72292 | georg.brandl | 2009-05-04 22:49:17 +0200 (Mo, 04 Mai 2009) | 1 line #5916, 5917: small socket doc improvements. ........ 04 May 2009, 20:50:30 UTC
9460648 Merged revisions 72290 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72290 | georg.brandl | 2009-05-04 22:45:13 +0200 (Mo, 04 Mai 2009) | 1 line #5927, 5928: typos. ........ 04 May 2009, 20:46:44 UTC
17761d1 Merged revisions 72288 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72288 | georg.brandl | 2009-05-04 22:42:08 +0200 (Mo, 04 Mai 2009) | 1 line #5925: fix highlighting of keyword table. ........ 04 May 2009, 20:43:44 UTC
ef24cb6 version added 3.1 04 May 2009, 19:35:16 UTC
95e3b9c documentation clarification. mention bytes. 04 May 2009, 19:34:45 UTC
244651a Merged revisions 72283-72284 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72283 | antoine.pitrou | 2009-05-04 20:32:32 +0200 (lun., 04 mai 2009) | 4 lines Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. Patch by Nick Barnes and Victor Stinner. ........ r72284 | antoine.pitrou | 2009-05-04 20:32:50 +0200 (lun., 04 mai 2009) | 3 lines Add Nick Barnes to ACKS. ........ 04 May 2009, 18:56:13 UTC
375c019 Blocked revisions 72263 via svnmerge ........ r72263 | walter.doerwald | 2009-05-04 00:46:07 +0200 (Mo, 04 Mai 2009) | 2 lines There's no %A in Python 2.x! ........ 04 May 2009, 16:39:25 UTC
6e359bd Merged revisions 72278 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72278 | walter.doerwald | 2009-05-04 18:03:03 +0200 (Mo, 04 Mai 2009) | 2 lines Fix typos. ........ 04 May 2009, 16:10:10 UTC
bbb9be7 Merged revisions 72273 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72273 | hirokazu.yamamoto | 2009-05-04 14:28:39 +0900 | 1 line Issue #5913: os.listdir() should fail for empty path on windows. ........ 04 May 2009, 05:56:46 UTC
73e8e5f block 72267 and 72269. already effectively merged. 04 May 2009, 00:51:15 UTC
3f61d61 Merge refactoring I did when committing r72267 to trunk into the already committed issue4751 support in py3k r68411. 04 May 2009, 00:45:33 UTC
c1651a0 Merged revisions 72260 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72260 | walter.doerwald | 2009-05-04 00:36:33 +0200 (Mo, 04 Mai 2009) | 5 lines Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call PyUnicode_DecodeUTF8() once, remember the result and output it in a second step. This avoids problems with counting UTF-8 bytes that ignores the effect of using the replace error handler in PyUnicode_DecodeUTF8(). ........ 03 May 2009, 22:55:55 UTC
129ab1d Merged revisions 72257 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72257 | mark.dickinson | 2009-05-03 23:33:34 +0100 (Sun, 03 May 2009) | 2 lines Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware. ........ 03 May 2009, 22:36:01 UTC
aa77d26 Merged revisions 72253 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72253 | mark.dickinson | 2009-05-03 21:59:48 +0100 (Sun, 03 May 2009) | 2 lines Eliminate some locale-dependent calls to isspace and tolower. ........ 03 May 2009, 21:07:13 UTC
fb85dfc Blocked revisions 72250 via svnmerge ........ r72250 | mark.dickinson | 2009-05-03 21:39:06 +0100 (Sun, 03 May 2009) | 2 lines Remove unnecessary uses of context in PyGetSetDef. See issue #5880. ........ 03 May 2009, 20:40:46 UTC
725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement PyOS_double_to_string, and deprecate PyOS_ascii_strtod and PyOS_ascii_atof. 03 May 2009, 20:33:40 UTC
75930f8 Merged revisions 72241 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72241 | gregory.p.smith | 2009-05-03 12:37:05 -0700 (Sun, 03 May 2009) | 3 lines Optimization: move RFC defined network constant construction out of the is_*() methods and into module private instances. ........ 03 May 2009, 19:38:29 UTC
297c9fb missing commit of . for last checkin. 03 May 2009, 19:11:25 UTC
2b1a467 Merged revisions 72237 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72237 | gregory.p.smith | 2009-05-03 11:42:15 -0700 (Sun, 03 May 2009) | 3 lines Issue 5379 - applies patch supplied by philipp hagemeister to fix many problems with the ancient mcast.py demo code. ........ 03 May 2009, 19:09:56 UTC
05bf1d2 Mention ipaddr in whatsnew for 3.1. 03 May 2009, 06:53:18 UTC
fa81534 Merged revisions 72213 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72213 | andrew.kuchling | 2009-05-02 15:17:28 -0400 (Sat, 02 May 2009) | 3 lines #1607951: Make mailbox.Maildir re-read the directories less frequently. This is done by recording the current time -1sec, and not re-reading unless the directory mod. times are >= the recorded time. ........ 03 May 2009, 02:52:20 UTC
a9f48a0 Merged revisions 72223 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72223 | antoine.pitrou | 2009-05-02 23:13:23 +0200 (sam., 02 mai 2009) | 5 lines Isue #5084: unpickling now interns the attribute names of pickled objects, saving memory and avoiding growth in size of subsequent pickles. Proposal and original patch by Jake McGuire. ........ 02 May 2009, 21:41:14 UTC
6fa98fb Blocked revisions 71662,72052,72117 via svnmerge ........ r71662 | vinay.sajip | 2009-04-16 14:15:49 -0500 (Thu, 16 Apr 2009) | 1 line Issue #5768: Change to Unicode output logic and test case for same. ........ r72052 | raymond.hettinger | 2009-04-27 16:12:27 -0500 (Mon, 27 Apr 2009) | 1 line Update spec version number. ........ r72117 | benjamin.peterson | 2009-04-29 15:36:25 -0500 (Wed, 29 Apr 2009) | 1 line run autoconf ........ 02 May 2009, 20:31:20 UTC
b612611 try to get merge props correct 02 May 2009, 20:25:05 UTC
65b42a1 revert merge properties to something sane 02 May 2009, 20:14:55 UTC
aef3fb0 Make PyCodec_SurrogateErrors static. 02 May 2009, 19:27:30 UTC
4ae1f26 Blocked revisions 71780,71961,72117,72155 via svnmerge ........ r71780 | senthil.kumaran | 2009-04-20 22:24:19 -0500 (Mon, 20 Apr 2009) | 3 lines Fix for the Issue918368 - urllib doesn't correct server returned urls ........ r71961 | georg.brandl | 2009-04-26 04:57:29 -0500 (Sun, 26 Apr 2009) | 2 lines Update pydoc topics. ........ r72117 | benjamin.peterson | 2009-04-29 15:36:25 -0500 (Wed, 29 Apr 2009) | 1 line run autoconf ........ r72155 | senthil.kumaran | 2009-05-01 00:59:52 -0500 (Fri, 01 May 2009) | 4 lines Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the "<local>" macro as the only entry, this function bypasses any host name that does not contain a period. ........ 02 May 2009, 19:15:23 UTC
1691813 Merged revisions 72210 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72210 | gregory.p.smith | 2009-05-02 11:58:21 -0700 (Sat, 02 May 2009) | 2 lines Convert test method names to PEP8 style. ........ 02 May 2009, 19:01:54 UTC
db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. 02 May 2009, 18:52:14 UTC
02953d2 ipaddr cleanup for python 3.x: * Get rid of __hex__. * Support bytearray as well as bytes. * Don't double test for integer input. 02 May 2009, 18:35:58 UTC
b83819f make py3k compat code explicitly on 02 May 2009, 18:10:37 UTC
6bf1900 Merged revisions 72202 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72202 | mark.dickinson | 2009-05-02 18:55:01 +0100 (Sat, 02 May 2009) | 3 lines Remove unnecessary use of context for long getters. (Related to issue #5880). ........ 02 May 2009, 17:57:52 UTC
3427846 Blocked revisions 72199-72200 via svnmerge ........ r72199 | benjamin.peterson | 2009-05-02 12:33:01 -0500 (Sat, 02 May 2009) | 1 line remove py3k compat code ........ r72200 | benjamin.peterson | 2009-05-02 12:35:39 -0500 (Sat, 02 May 2009) | 1 line revert unrelated change ........ 02 May 2009, 17:38:06 UTC
fecf5d1 Fixed warning. (Should not use *const* as variable name) 02 May 2009, 15:55:19 UTC
eea4fb9 Blocked revisions 70443,70471,70702 via svnmerge ........ r70443 | bob.ippolito | 2009-03-17 18:19:00 -0500 (Tue, 17 Mar 2009) | 1 line merge json library with simplejson 2.0.9 (issue 4136) ........ r70471 | raymond.hettinger | 2009-03-19 14:19:03 -0500 (Thu, 19 Mar 2009) | 3 lines Issue 5381: Add object_pairs_hook to the json module. ........ r70702 | bob.ippolito | 2009-03-29 17:33:58 -0500 (Sun, 29 Mar 2009) | 1 line Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container ........ 02 May 2009, 15:28:37 UTC
c6b607d port simplejson upgrade from the trunk #4136 json also now works only with unicode strings Patch by Antoine Pitrou; updated by me 02 May 2009, 12:36:44 UTC
7255f18 Merged revisions 72189 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72189 | eric.smith | 2009-05-02 05:58:09 -0400 (Sat, 02 May 2009) | 1 line Keep py3k and trunk code in sync. ........ 02 May 2009, 12:15:39 UTC
842e8da Merged revisions 72183-72184 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72183 | georg.brandl | 2009-05-01 14:28:35 -0700 (Fri, 01 May 2009) | 2 lines Review ipaddr docs and add them in the TOC under "Internet protocols". ........ r72184 | georg.brandl | 2009-05-01 14:30:25 -0700 (Fri, 01 May 2009) | 1 line Fix directive name. ........ 02 May 2009, 06:15:18 UTC
e54dff5 Merged revisions 72173 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72173 | gregory.p.smith | 2009-05-01 12:59:52 -0700 (Fri, 01 May 2009) | 5 lines Adds the ipaddr module to the standard library. Issue #3959. Based off of subversion r69 from http://code.google.com/p/ipaddr-py/ This code is 2to3 safe, I'll merge it into py3k later this afternoon. ........ 01 May 2009, 22:13:48 UTC
435b0f2 use C character code to simplify #5410 01 May 2009, 21:42:23 UTC
8966c99 Merged revisions 72180 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72180 | antoine.pitrou | 2009-05-01 23:16:14 +0200 (ven., 01 mai 2009) | 4 lines Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. Patch by Floris Bruynooghe. ........ 01 May 2009, 21:18:27 UTC
7fff096 Merged revisions 72178 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72178 | antoine.pitrou | 2009-05-01 22:55:35 +0200 (ven., 01 mai 2009) | 4 lines Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an error when a named pipe is encountered, rather than blocking infinitely. ........ 01 May 2009, 21:09:44 UTC
edc3647 versionadded 01 May 2009, 20:48:14 UTC
ef9f2bd add myself 01 May 2009, 20:45:43 UTC
d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 01 May 2009, 20:40:59 UTC
155374d Merged revisions 72167 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72167 | walter.doerwald | 2009-05-01 19:35:37 +0200 (Fr, 01 Mai 2009) | 5 lines Make test.test_support.EnvironmentVarGuard behave like a dictionary. All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block. ........ 01 May 2009, 19:58:58 UTC
back to top