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

sort by:
Revision Author Date Message Commit Date
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
33841c3 Issue #5859: Remove '%f' to '%g' formatting switch for large floats. 01 May 2009, 15:37:04 UTC
f489caf Issue #5859: Remove use of fixed-length buffers for float formatting in unicodeobject.c and the fallback version of PyOS_double_to_string. As a result, operations like '%.120e' % 12.34 no longer raise an exception. 01 May 2009, 11:42:00 UTC
fb526ac Merged revisions 72159 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72159 | georg.brandl | 2009-05-01 10:51:37 +0200 (Fr, 01 Mai 2009) | 2 lines #5889: remove comma at the end of a list that some C compilers don't like. ........ 01 May 2009, 08:59:13 UTC
4947606 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. 01 May 2009, 06:00:23 UTC
55708cc - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify the order that backends for the dbm extension are checked. 30 April 2009, 08:06:49 UTC
58a4224 Issue #1588: Add complex.__format__. 30 April 2009, 01:00:33 UTC
738a41d Blocked revisions 72137 via svnmerge ........ r72137 | eric.smith | 2009-04-29 20:58:58 -0400 (Wed, 29 Apr 2009) | 1 line Issue #1588: Add complex.__format__. ........ 30 April 2009, 00:59:58 UTC
cc65c1d Merged revisions 72135 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72135 | benjamin.peterson | 2009-04-29 19:23:11 -0500 (Wed, 29 Apr 2009) | 1 line prevent ref cycles by removing bound method on close() ........ 30 April 2009, 00:30:08 UTC
6a52a9c fix test__all__ 29 April 2009, 22:00:44 UTC
a01a66e Blocked revisions 72126-72127 via svnmerge ........ r72126 | mark.dickinson | 2009-04-29 22:56:53 +0100 (Wed, 29 Apr 2009) | 2 lines Remove format_float and use _PyOS_double_to_string instead. ........ r72127 | mark.dickinson | 2009-04-29 22:57:15 +0100 (Wed, 29 Apr 2009) | 2 lines Backport some of the float formatting tests from py3k. ........ 29 April 2009, 21:58:53 UTC
e12ef04 add UnsupportedOperation to __all__ 29 April 2009, 21:53:47 UTC
e08a66a Document the fact that 'compname' and 'comptype' are bytes. 29 April 2009, 21:50:39 UTC
a3b0d20 Blocked revisions 72119 via svnmerge ........ r72119 | mark.dickinson | 2009-04-29 21:41:00 +0100 (Wed, 29 Apr 2009) | 3 lines Issue #5864: format(1234.5, '.4') gives misleading result (Backport of r72109 from py3k.) ........ 29 April 2009, 20:43:11 UTC
eb01a6c Merged revisions 72115 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72115 | r.david.murray | 2009-04-29 16:15:18 -0400 (Wed, 29 Apr 2009) | 2 lines More aifc tests. ........ 29 April 2009, 20:40:42 UTC
d3ca557 Issue #5864: Fix problem with empty code formatting for floats, where a bogus trailing zero could be added. 29 April 2009, 18:47:07 UTC
b507d2e Merged revisions 72100-72101 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72100 | r.david.murray | 2009-04-29 09:17:37 -0400 (Wed, 29 Apr 2009) | 7 lines Fix issue 2245. aifc now skips any chunk type it doesn't actually process instead of throwing errors for anything not in an explicit skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt. Spec reference and test sound file provided by Santiago Peresón, fix based on patch by Hiroaki Kawai. ........ r72101 | r.david.murray | 2009-04-29 09:51:44 -0400 (Wed, 29 Apr 2009) | 2 lines Now that we've got a test_aifc, add a few tests. ........ 29 April 2009, 15:34:32 UTC
aa17a7f Remove dependency on the collections module. 29 April 2009, 14:21:25 UTC
df9d4d6 Added test that didn't make it in an svnmerge. 29 April 2009, 12:34:19 UTC
8162382 Merged revisions 72094 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72094 | tarek.ziade | 2009-04-29 10:03:46 +0200 (Wed, 29 Apr 2009) | 1 line Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore ........ 29 April 2009, 08:07:44 UTC
476b355 Die, buffer(), die. 29 April 2009, 06:37:12 UTC
1f0db40 Issue #5857: tokenize.tokenize() now returns named tuples. 29 April 2009, 00:38:08 UTC
a48db39 Issue #5857: tokenize.tokenize() now returns named tuples. 29 April 2009, 00:34:27 UTC
c1edc2d Merged revisions 72081 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72081 | thomas.heller | 2009-04-28 21:23:41 +0200 (Di, 28 Apr 2009) | 3 lines Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips instead of mipsel) ........ 28 April 2009, 19:55:58 UTC
8e8099c Merged revisions 72060 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72060 | r.david.murray | 2009-04-28 12:08:18 -0400 (Tue, 28 Apr 2009) | 10 lines Various small fixups to the multiprocessing docs, mostly fixing and enabling doctests that Sphinx can run, and fixing and disabling tests that Sphinx can't run. I hand checked every test not now marked as a doctest, and all except the two that have open bug reports against them now work, at least on Linux/trunk. (I did not look at the last example at all since there was already an open bug). I did not read the whole document with an editor's eye, but I did fix a few things I noticed while working on the tests. ........ 28 April 2009, 18:02:00 UTC
841ee0e Blocked revisions 72056 via svnmerge ........ r72056 | eric.smith | 2009-04-28 03:33:09 -0400 (Tue, 28 Apr 2009) | 1 line Silence warning on Windows. ........ 28 April 2009, 07:37:06 UTC
7a0fedf Merged revisions 72054 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72054 | antoine.pitrou | 2009-04-27 23:53:26 +0200 (lun., 27 avril 2009) | 5 lines Issue #1734234: Massively speedup `unicodedata.normalize()` when the string is already in normalized form, by performing a quick check beforehand. Original patch by Rauli Ruohonen. ........ 27 April 2009, 22:31:40 UTC
57f3d93 Merged revisions 72045 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72045 | antoine.pitrou | 2009-04-27 22:50:20 +0200 (lun., 27 avril 2009) | 5 lines Issue #5853: calling a function of the mimetypes module from several threads at once could hit the recursion limit if the mimetypes database hadn't been initialized before. ........ 27 April 2009, 21:04:19 UTC
58c8c26 Add another example to the seealso section. 27 April 2009, 21:01:21 UTC
8374981 Include files missed in r72044. 27 April 2009, 20:54:42 UTC
6dc46f5 Merged revisions 72040 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72040 | eric.smith | 2009-04-27 15:04:37 -0400 (Mon, 27 Apr 2009) | 1 line Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. ........ 27 April 2009, 20:39:49 UTC
249b898 Typo fix. Thanks Damien Diederen. 27 April 2009, 19:41:00 UTC
e02a301 Third to last example is now marked as a test, but I can't actually test it yet since sphinx can't run the doctests using python3. Merged revisions 72038 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72038 | r.david.murray | 2009-04-27 13:22:36 -0400 (Mon, 27 Apr 2009) | 8 lines Make sys.xxx variable references into links, note that print_last only works when an exception gets to the interactive prompt, and update the examples after testing. The last one is now a valid Sphinx doctest, but of the preceding two one can't be made a doctest and the other one I'm postponing to 3.x because sphinx handles doctests as Unicode strings and that makes the 2.x output confusing. ........ 27 April 2009, 18:38:19 UTC
7b2669b Merged revisions 71995 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71995 | kurt.kaiser | 2009-04-27 01:22:11 +0200 (Mo, 27 Apr 2009) | 2 lines Right click 'go to file/line' not working if spaces in path. Bug 5559. ........ 27 April 2009, 16:58:05 UTC
57e1b50 Merged revisions 71955,71962 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71955 | georg.brandl | 2009-04-26 08:01:04 +0200 (So, 26 Apr 2009) | 1 line Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. ........ r71962 | eric.smith | 2009-04-26 12:05:11 +0200 (So, 26 Apr 2009) | 1 line Note that the caller is resposible for freeing the result of PyOS_double_to_string. ........ 27 April 2009, 16:54:22 UTC
5bc8030 Blocked revisions 71893,71904 via svnmerge ........ r71893 | jeroen.ruigrok | 2009-04-25 15:58:58 +0200 (Sa, 25 Apr 2009) | 2 lines Reformat file prior to editing. ........ r71904 | georg.brandl | 2009-04-25 17:11:29 +0200 (Sa, 25 Apr 2009) | 1 line #5841: add deprecation py3k warning and notice in the docs for commands module. ........ 27 April 2009, 16:52:18 UTC
ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71814 | georg.brandl | 2009-04-23 10:44:57 +0200 (Do, 23 Apr 2009) | 1 line #5820: fix bug in usage of getreader(). ........ r71815 | georg.brandl | 2009-04-23 10:49:39 +0200 (Do, 23 Apr 2009) | 1 line Fix rewrapping accident. ........ r71816 | georg.brandl | 2009-04-23 10:49:56 +0200 (Do, 23 Apr 2009) | 1 line #5813: add a reference to the "future statements" section. ........ r71817 | georg.brandl | 2009-04-23 10:52:03 +0200 (Do, 23 Apr 2009) | 1 line Add link to PEP 236. ........ r71901 | georg.brandl | 2009-04-25 16:50:25 +0200 (Sa, 25 Apr 2009) | 1 line #3320: fix spelling. ........ r71902 | georg.brandl | 2009-04-25 16:51:31 +0200 (Sa, 25 Apr 2009) | 1 line #5834: use "failure" instead of "error" because the two have different meanings in unittest context. ........ r71903 | georg.brandl | 2009-04-25 17:05:04 +0200 (Sa, 25 Apr 2009) | 1 line #5821: add some capabilities of TarFile's file-like object. ........ 27 April 2009, 16:51:45 UTC
3afd460 Merged revisions 71740 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71740 | benjamin.peterson | 2009-04-19 05:02:54 +0200 (So, 19 Apr 2009) | 1 line fix typo ........ 27 April 2009, 16:50:10 UTC
0192bff Merged revisions 71607,71653,71696,71771,71786 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71607 | benjamin.peterson | 2009-04-14 23:23:09 +0200 (Di, 14 Apr 2009) | 1 line tupel -> tuple ........ r71653 | raymond.hettinger | 2009-04-16 20:16:10 +0200 (Do, 16 Apr 2009) | 1 line Clarify the behavior of any() and all() with an empty iterable. ........ r71696 | georg.brandl | 2009-04-18 10:26:21 +0200 (Sa, 18 Apr 2009) | 1 line "not subscriptable" should be a bit more understandable than "unsubscriptable". ........ r71771 | raymond.hettinger | 2009-04-20 20:23:57 +0200 (Mo, 20 Apr 2009) | 1 line Fix typo ........ r71786 | georg.brandl | 2009-04-21 20:23:08 +0200 (Di, 21 Apr 2009) | 1 line #5757: fix copy-paste error in notify(). ........ 27 April 2009, 16:49:41 UTC
505a079 Blocked revisions 71787 via svnmerge ........ r71787 | georg.brandl | 2009-04-21 20:24:34 +0200 (Di, 21 Apr 2009) | 1 line #5751: fix escaping of \\n. ........ 27 April 2009, 16:48:18 UTC
3638e48 Merged revisions 71572 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71572 | georg.brandl | 2009-04-13 15:13:25 +0200 (Mo, 13 Apr 2009) | 1 line #5745: more linking for identifiers in email docs. ........ 27 April 2009, 16:46:17 UTC
540b45c Merged revisions 71544,71546,71554-71555 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71544 | benjamin.peterson | 2009-04-13 01:19:56 +0200 (Mo, 13 Apr 2009) | 1 line fix extra parenthesis #5774 ........ r71546 | benjamin.peterson | 2009-04-13 01:44:15 +0200 (Mo, 13 Apr 2009) | 1 line fix missing quote ........ r71554 | hirokazu.yamamoto | 2009-04-13 03:07:06 +0200 (Mo, 13 Apr 2009) | 1 line Fixed typo. (email.Utils => email.utils) ........ r71555 | hirokazu.yamamoto | 2009-04-13 03:21:56 +0200 (Mo, 13 Apr 2009) | 1 line Fixed another typos. (email.Utils => email.utils) ........ 27 April 2009, 16:45:26 UTC
68998bf Merged revisions 71564 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71564 | georg.brandl | 2009-04-13 14:36:24 +0200 (Mo, 13 Apr 2009) | 1 line #5741 followup: should also allow %%(blah)s. ........ 27 April 2009, 16:43:36 UTC
1f9fa31 Merged revisions 71537 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71537 | georg.brandl | 2009-04-12 19:24:11 +0200 (So, 12 Apr 2009) | 1 line #5741: dont disallow double percent signs in SafeConfigParser.set() keys. ........ 27 April 2009, 16:42:58 UTC
f3532df Merged revisions 71540,71563 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71540 | georg.brandl | 2009-04-12 22:30:53 +0200 (So, 12 Apr 2009) | 1 line #5719: add short usage example to optparse docstring. ........ r71563 | georg.brandl | 2009-04-13 14:36:18 +0200 (Mo, 13 Apr 2009) | 1 line Simplify markup. ........ 27 April 2009, 16:41:41 UTC
3db16bb Blocked revisions 71507 via svnmerge ........ r71507 | georg.brandl | 2009-04-12 14:08:12 +0200 (So, 12 Apr 2009) | 1 line #5704: let python -3 imply -t as well. ........ 27 April 2009, 16:38:34 UTC
9078afe Merged revisions 71503 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71503 | eric.smith | 2009-04-12 04:57:29 +0200 (So, 12 Apr 2009) | 1 line Take credit for my patch for issue 5237. ........ 27 April 2009, 16:38:14 UTC
bbc4ef0 Recorded merge of revisions 71957,71959,71961 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71957 | georg.brandl | 2009-04-26 08:05:58 +0200 (So, 26 Apr 2009) | 2 lines Note that the versions are also in README.txt. ........ r71959 | georg.brandl | 2009-04-26 08:06:53 +0200 (So, 26 Apr 2009) | 2 lines Another file where the versions need to be up to date. ........ r71961 | georg.brandl | 2009-04-26 11:57:29 +0200 (So, 26 Apr 2009) | 2 lines Update pydoc topics. ........ 27 April 2009, 16:36:03 UTC
c9b6089 Update pydoc topics for py3k. 27 April 2009, 16:34:57 UTC
747f051 Remove merging accident. 27 April 2009, 16:34:37 UTC
4ca4442 Merged revisions 71958 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71958 | georg.brandl | 2009-04-26 08:06:19 +0200 (So, 26 Apr 2009) | 1 line Remove outdated TODO file. ........ 27 April 2009, 16:32:11 UTC
b5b5bcc Merged revisions 71956 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71956 | georg.brandl | 2009-04-26 08:05:18 +0200 (So, 26 Apr 2009) | 1 line Update versions in instructions for manual set-up. ........ 27 April 2009, 16:29:51 UTC
5617db8 Merged revisions 71960 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71960 | georg.brandl | 2009-04-26 11:56:44 +0200 (So, 26 Apr 2009) | 1 line Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. ........ 27 April 2009, 16:28:57 UTC
4e869c7 Recorded merge of revisions 72004 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72004 | vinay.sajip | 2009-04-27 15:44:27 +0200 (Mo, 27 Apr 2009) | 1 line Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. ........ 27 April 2009, 16:24:36 UTC
3221dc9 Merged revisions 72008 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72008 | georg.brandl | 2009-04-27 17:10:44 +0200 (Mo, 27 Apr 2009) | 1 line Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items. ........ 27 April 2009, 16:23:47 UTC
0142d4a Merged revisions 72007 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72007 | georg.brandl | 2009-04-27 17:09:25 +0200 (Mo, 27 Apr 2009) | 1 line #5856: fix typo s in traceback example. ........ 27 April 2009, 16:22:44 UTC
e720c0a Merged revisions 72009 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72009 | georg.brandl | 2009-04-27 17:29:09 +0200 (Mo, 27 Apr 2009) | 3 lines Demote warnings to notices where appropriate, following the goal that as few "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k. ........ 27 April 2009, 16:20:50 UTC
c67d362 Blocked revisions 72010 via svnmerge ........ r72010 | georg.brandl | 2009-04-27 17:29:26 +0200 (Mo, 27 Apr 2009) | 2 lines Demote warnings to notices, part 2: stuff that is 2.x-only. ........ 27 April 2009, 15:35:21 UTC
ad5fa2f Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. 27 April 2009, 13:55:05 UTC
8654ce1 For some reason the property did not get committed properly even though the diffs said it did. 27 April 2009, 12:43:21 UTC
56a5904 Reintroduce versionchanged tags, but with correct version. 27 April 2009, 08:58:15 UTC
b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to this branch. While I am here, also get rid of other versionchanged:: 2.x constructs, as discussed. 27 April 2009, 08:07:12 UTC
7b6ca4a #5061: improve open() docs a bit. 27 April 2009, 06:13:55 UTC
47a7d70 Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71920 | jeroen.ruigrok | 2009-04-25 21:44:55 +0200 (za, 25 apr 2009) | 5 lines Issue #4129: More documentation pointers about int -> Py_ssize_t. Also fix up the documentation for PyObject_GC_Resize(). It seems that since it first got documented, the documentation was actually for _PyObject_GC_Resize(). ........ r71921 | jeroen.ruigrok | 2009-04-25 21:46:19 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: Documentation notes for int -> Py_ssize_t changes. ........ r71922 | jeroen.ruigrok | 2009-04-25 21:49:05 +0200 (za, 25 apr 2009) | 2 lines Reformat, since I've been busy here anyway. ........ r71923 | jeroen.ruigrok | 2009-04-25 21:54:34 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: Add a versionchanged notice for a few forgotten entries. ........ r71925 | jeroen.ruigrok | 2009-04-25 22:37:39 +0200 (za, 25 apr 2009) | 2 lines Since it's a macro, actually refer to it as such instead of function. ........ r71926 | jeroen.ruigrok | 2009-04-25 22:40:10 +0200 (za, 25 apr 2009) | 2 lines Reformat prior to editing. ........ r71927 | jeroen.ruigrok | 2009-04-25 22:41:40 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: int -> Py_ssize_t documentation. ........ r71928 | jeroen.ruigrok | 2009-04-25 22:43:30 +0200 (za, 25 apr 2009) | 2 lines Reformat prior to editing. ........ r71929 | jeroen.ruigrok | 2009-04-25 22:44:58 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: int -> Py_ssize_t documentation. ........ r71931 | jeroen.ruigrok | 2009-04-25 22:50:27 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: int -> Py_ssize_t documentation. ........ r71932 | jeroen.ruigrok | 2009-04-25 22:55:39 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: more int -> Py_ssize_t documentation. ........ r71933 | jeroen.ruigrok | 2009-04-25 22:58:35 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: more int -> Py_ssize_t documentation. ........ r71934 | jeroen.ruigrok | 2009-04-25 23:02:34 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: field changed from int to Py_ssize_t. ........ r71937 | jeroen.ruigrok | 2009-04-25 23:16:05 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: document int -> Py_ssize_t changes. ........ 27 April 2009, 05:43:17 UTC
5c32f67 Use of 'filter' in keybindingDialog.py was causing custom key assignment to fail. Patch 5707 amaury.forgeotdarc. 27 April 2009, 05:36:55 UTC
7195963 test_support was renamed to support on py3k. 27 April 2009, 01:44:28 UTC
5afb5c6 Add link to math.fsum(). 26 April 2009, 22:01:46 UTC
b525e18 Merged revisions 71984 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71984 | walter.doerwald | 2009-04-26 22:51:44 +0200 (So, 26 Apr 2009) | 2 lines Use test.test_support.EnvironmentVarGuard where tests change environment vars. ........ 26 April 2009, 21:39:21 UTC
4af3629 Improve the rounding and summing examples. 26 April 2009, 21:37:46 UTC
cc32a11 Issue #5835: Deprecate PyOS_ascii_formatd. 26 April 2009, 21:35:14 UTC
886b40a Fixed 2.x-ism. 26 April 2009, 21:26:45 UTC
bd87552 Merged revisions 71898-71900,71910,71914-71919 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71898 | jeroen.ruigrok | 2009-04-25 16:24:30 +0200 (za, 25 apr 2009) | 2 lines Reformat prior to editing. ........ r71899 | jeroen.ruigrok | 2009-04-25 16:27:00 +0200 (za, 25 apr 2009) | 3 lines The type for ppos has been Py_ssize_t since 2.5, reflect this in the documentation. ........ r71900 | jeroen.ruigrok | 2009-04-25 16:28:02 +0200 (za, 25 apr 2009) | 2 lines Reformat paragraph. ........ r71910 | jeroen.ruigrok | 2009-04-25 19:59:03 +0200 (za, 25 apr 2009) | 4 lines Issue #4129: Belatedly document which C API functions had their argument(s) or return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms. ........ r71914 | jeroen.ruigrok | 2009-04-25 20:31:20 +0200 (za, 25 apr 2009) | 2 lines Reformat prior to editing. ........ r71915 | jeroen.ruigrok | 2009-04-25 20:46:03 +0200 (za, 25 apr 2009) | 2 lines Issue #4129: Document more int -> Py_ssize_t changes. ........ r71916 | jeroen.ruigrok | 2009-04-25 20:53:48 +0200 (za, 25 apr 2009) | 2 lines Reformat prior to editing. ........ r71917 | jeroen.ruigrok | 2009-04-25 20:57:32 +0200 (za, 25 apr 2009) | 2 lines Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. ........ r71918 | jeroen.ruigrok | 2009-04-25 21:04:15 +0200 (za, 25 apr 2009) | 2 lines Since I edited this file, reformat for future edits. ........ r71919 | jeroen.ruigrok | 2009-04-25 21:10:52 +0200 (za, 25 apr 2009) | 2 lines Reformat prior to editing. ........ 26 April 2009, 21:06:15 UTC
939c178 Merged revisions 71874,71882,71890 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71874 | jeroen.ruigrok | 2009-04-25 13:59:09 +0200 (za, 25 apr 2009) | 2 lines First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. ........ r71882 | jeroen.ruigrok | 2009-04-25 14:49:10 +0200 (za, 25 apr 2009) | 3 lines Issue #4239: adjust email examples not to use connect() and terminate with quit() and not close(). ........ r71890 | jeroen.ruigrok | 2009-04-25 15:07:40 +0200 (za, 25 apr 2009) | 3 lines Rewrite a sentence to be more in line with the rest of the documentation with regard to person and audience. ........ 26 April 2009, 20:25:45 UTC
f4a9f96 Merged revisions 71873 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71873 | jeroen.ruigrok | 2009-04-25 13:15:06 +0200 (za, 25 apr 2009) | 2 lines Reformat prior to expanding. ........ 26 April 2009, 20:21:12 UTC
f0320c7 Remove the round() discussion which is now out-of-date. 26 April 2009, 20:10:50 UTC
ce95e56 Merged revisions 71976 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71976 | mark.dickinson | 2009-04-26 20:54:55 +0100 (Sun, 26 Apr 2009) | 2 lines Fix typo in function name ........ 26 April 2009, 20:02:24 UTC
e250775 Merged revisions 71972 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71972 | walter.doerwald | 2009-04-26 21:11:43 +0200 (So, 26 Apr 2009) | 2 lines Fix typo. ........ 26 April 2009, 19:16:11 UTC
d2df7e4 Blocked revisions 71969 via svnmerge ........ r71969 | mark.dickinson | 2009-04-26 17:04:05 +0100 (Sun, 26 Apr 2009) | 3 lines Backport r71967 changes from py3k to trunk. (Internal plumbing changes for float parsing.) ........ 26 April 2009, 16:05:51 UTC
6d65df1 Internal plumbing changes for float parsing: - check for nans and infs within PyOS_ascii_strtod - simplify parsing in PyFloat_FromString, and handle out-of-memory errors properly 26 April 2009, 15:30:47 UTC
35f1c94 Merged revisions 71963 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71963 | mark.dickinson | 2009-04-26 15:00:08 +0100 (Sun, 26 Apr 2009) | 2 lines Reset errno before both calls to PyOS_ascii_strtod, not just one. ........ 26 April 2009, 14:11:18 UTC
ae9eb5c Fixed documentation build warning. 26 April 2009, 03:34:06 UTC
c34ed8e Merged revisions 71812 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71812 | kurt.kaiser | 2009-04-22 22:36:01 -0400 (Wed, 22 Apr 2009) | 2 lines Produce correct version string to access the .chm docs on Windows. Patch 5783 gpolo. Will port. ........ 26 April 2009, 01:33:55 UTC
back to top