Victor Stinner
9076f9e187
Merged revisions 81168 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81168 | victor.stinner | 2010-05-14 17:58:55 +0200 (ven., 14 mai 2010) | 10 lines
Issue #8711 : Document PyUnicode_DecodeFSDefault*() functions
* Add paragraph titles to c-api/unicode.rst.
* Fix PyUnicode_DecodeFSDefault*() comment: it now uses the "surrogateescape"
error handler (and not "replace")
* Remove "The function is intended to be used for paths and file names only
during bootstrapping process where the codecs are not set up." from
PyUnicode_FSConverter() comment: it is used after the bootstrapping and for
other purposes than file names
........
2010-05-14 16:08:46 +00:00
Benjamin Peterson
9d765bd0ea
Merged revisions 81146 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81146 | benjamin.peterson | 2010-05-13 16:16:51 -0500 (Thu, 13 May 2010) | 9 lines
Merged revisions 81145 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81145 | benjamin.peterson | 2010-05-13 16:14:10 -0500 (Thu, 13 May 2010) | 1 line
rip out mention of types.ListType #8703
........
................
2010-05-14 01:33:36 +00:00
Brian Curtin
9c578a8dba
Backport of r81090, plus the exposure of the previously undocumented
...
*ReflectionKey functions. Apparently that was not backported.
Merged revisions 81090 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81090 | brian.curtin | 2010-05-11 15:35:47 -0500 (Tue, 11 May 2010) | 13 lines
#8575 - Update and reorganize some _winreg contents.
I've removed the hopeful note about a future higher-level module since
it's been in there for quite a long time and nothing of the sort has
come up. There are a few places where markup was added to cross-reference
other sections, and many of the external links have been removed and now
point to newly created sections containing previously undocumented
information.
The Value Types section was created and it's contents were taken from
a function-specific area, since it applies to more than just that
function. It fits in better with the other newly documented constants.
........
2010-05-11 20:46:12 +00:00
Benjamin Peterson
aec0127720
Merged revisions 81057 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81057 | benjamin.peterson | 2010-05-10 15:49:20 -0500 (Mon, 10 May 2010) | 1 line
remove reference to second argument to raise #8676
........
2010-05-10 20:52:35 +00:00
Benjamin Peterson
3a3bba34e2
Merged revisions 80983 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80983 | benjamin.peterson | 2010-05-08 10:26:30 -0500 (Sat, 08 May 2010) | 1 line
replace long with int
........
2010-05-08 15:29:41 +00:00
Benjamin Peterson
d91203bcc5
Merged revisions 80897 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80897 | benjamin.peterson | 2010-05-06 18:03:05 -0500 (Thu, 06 May 2010) | 13 lines
Merged revisions 80894,80896 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80894 | benjamin.peterson | 2010-05-06 17:33:46 -0500 (Thu, 06 May 2010) | 1 line
Availability gets its own line
........
r80896 | benjamin.peterson | 2010-05-06 17:49:28 -0500 (Thu, 06 May 2010) | 1 line
ensure that availability information is on its own line at the end of the function docs
........
................
2010-05-06 23:20:40 +00:00
Mark Dickinson
bc5f75cca2
Merged revisions 80828 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80828 | mark.dickinson | 2010-05-05 22:54:18 +0100 (Wed, 05 May 2010) | 9 lines
Merged revisions 80826 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80826 | mark.dickinson | 2010-05-05 22:52:39 +0100 (Wed, 05 May 2010) | 1 line
Issue 8628: fix incorrect documentation for numbers.Complex.imag.
........
................
2010-05-05 21:55:11 +00:00
Senthil Kumaran
de4bcd92f9
Merged revisions 80775 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80775 | senthil.kumaran | 2010-05-05 12:52:18 +0530 (Wed, 05 May 2010) | 3 lines
Fix issue8619 - Doc fix - code example.
........
2010-05-05 07:24:44 +00:00
Senthil Kumaran
ef7a65c3b3
Merged revisions 80773 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80773 | senthil.kumaran | 2010-05-05 11:02:16 +0530 (Wed, 05 May 2010) | 3 lines
Fix Issue8619 docfix related to urllib.
........
2010-05-05 05:34:35 +00:00
Jesus Cea
2be7ec38d1
Merged revisions 80718 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80718 | jesus.cea | 2010-05-03 18:14:58 +0200 (Mon, 03 May 2010) | 9 lines
Merged revisions 80716 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80716 | jesus.cea | 2010-05-03 18:09:21 +0200 (Mon, 03 May 2010) | 1 line
wbits negative was documented SEVEN years ago
........
................
2010-05-03 16:17:30 +00:00
Antoine Pitrou
363b79e169
Merged revisions 80714 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80714 | antoine.pitrou | 2010-05-03 17:57:23 +0200 (lun., 03 mai 2010) | 3 lines
Issue #8593 : Fix, reorder and improve the documentation for argument parsing
........
2010-05-03 16:07:56 +00:00
Giampaolo Rodolà
135751e6e6
Merged revisions 80633 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80633 | giampaolo.rodola | 2010-04-29 22:45:01 +0200 (gio, 29 apr 2010) | 9 lines
Merged revisions 80631 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80631 | giampaolo.rodola | 2010-04-29 22:31:17 +0200 (gio, 29 apr 2010) | 1 line
Fixes issue 8543 (asynchat documentation issues)
........
................
2010-04-29 20:47:09 +00:00
Senthil Kumaran
cbfee1d0ce
Merged revisions 80629 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80629 | senthil.kumaran | 2010-04-30 01:32:50 +0530 (Fri, 30 Apr 2010) | 9 lines
Merged revisions 80627 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80627 | senthil.kumaran | 2010-04-30 01:16:08 +0530 (Fri, 30 Apr 2010) | 3 lines
Fixing the Broken links of mechanize library.
........
................
2010-04-29 20:07:33 +00:00
Ezio Melotti
2154fd16d2
Merged revisions 80624 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80624 | ezio.melotti | 2010-04-29 18:24:51 +0200 (Thu, 29 Apr 2010) | 9 lines
Merged revisions 80620 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80620 | ezio.melotti | 2010-04-29 18:07:20 +0200 (Thu, 29 Apr 2010) | 1 line
Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup.
........
................
2010-04-29 16:25:49 +00:00
Antoine Pitrou
bf53912635
Merged revisions 80594 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80594 | antoine.pitrou | 2010-04-28 21:59:32 +0200 (mer., 28 avril 2010) | 14 lines
Merged revisions 80591-80592 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80591 | antoine.pitrou | 2010-04-28 21:53:35 +0200 (mer., 28 avril 2010) | 4 lines
State clearly that truncate() doesn't move the file position,
and remove a duplicate of its specification.
........
r80592 | antoine.pitrou | 2010-04-28 21:57:33 +0200 (mer., 28 avril 2010) | 3 lines
Clarify and fix the documentation for IOBase.close()
........
................
2010-04-28 20:03:21 +00:00
Senthil Kumaran
2682638ee1
Merged revisions 80587 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80587 | senthil.kumaran | 2010-04-28 23:09:48 +0530 (Wed, 28 Apr 2010) | 9 lines
Merged revisions 80583 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80583 | senthil.kumaran | 2010-04-28 22:50:43 +0530 (Wed, 28 Apr 2010) | 3 lines
Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked"
........
................
2010-04-28 17:44:30 +00:00
Benjamin Peterson
480269e61c
Merged revisions 80562 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80562 | benjamin.peterson | 2010-04-27 17:58:50 -0500 (Tue, 27 Apr 2010) | 9 lines
Merged revisions 80561 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80561 | benjamin.peterson | 2010-04-27 17:56:31 -0500 (Tue, 27 Apr 2010) | 1 line
make slice notation in (r)find docs consistent
........
................
2010-04-27 23:04:53 +00:00
Ezio Melotti
97bb17979a
Merged revisions 80472 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80472 | ezio.melotti | 2010-04-25 20:48:01 +0300 (Sun, 25 Apr 2010) | 9 lines
Merged revisions 79786 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79786 | ezio.melotti | 2010-04-05 11:02:54 +0300 (Mon, 05 Apr 2010) | 1 line
Fix markup, punctuation and whitespaces in _winreg.rst.
........
................
2010-04-25 17:55:39 +00:00
Georg Brandl
3aba37af52
Merged revisions 80463 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r80463 | georg.brandl | 2010-04-25 12:19:53 +0200 (So, 25 Apr 2010) | 17 lines
Merged revisions 80150,80460-80461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80150 | r.david.murray | 2010-04-17 17:45:38 +0200 (Sa, 17 Apr 2010) | 2 lines
Update link to Apple Publication Style guide.
........
r80460 | georg.brandl | 2010-04-25 12:16:00 +0200 (So, 25 Apr 2010) | 1 line
#8528 : fix typo.
........
r80461 | georg.brandl | 2010-04-25 12:17:27 +0200 (So, 25 Apr 2010) | 1 line
#8522 : use with statement instead of try-finally for file handling.
........
................
2010-04-25 10:20:56 +00:00
Brian Curtin
44bb1f7eab
Backport fix of #5774 (only OpenKey applies here).
2010-04-24 17:23:03 +00:00
Georg Brandl
9b9e0a1b4b
Merged revisions 80390 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r80390 | georg.brandl | 2010-04-23 01:20:19 +0200 (Fr, 23 Apr 2010) | 9 lines
Merged revisions 80388 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80388 | georg.brandl | 2010-04-23 00:15:33 +0200 (Fr, 23 Apr 2010) | 1 line
Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org . Clarify tracker usage.
........
................
2010-04-22 23:20:47 +00:00
Senthil Kumaran
d0ab48f1c4
Merged revisions 80346 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80346 | senthil.kumaran | 2010-04-22 16:23:30 +0530 (Thu, 22 Apr 2010) | 4 lines
Fixing a note on encoding declaration, its usage in urlopen based on review
comments from RDM and Ezio.
........
2010-04-22 10:58:56 +00:00
Senthil Kumaran
679b7b8bf3
Merged revisions 80337 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80337 | senthil.kumaran | 2010-04-22 11:23:18 +0530 (Thu, 22 Apr 2010) | 9 lines
Merged revisions 80336 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80336 | senthil.kumaran | 2010-04-22 11:18:35 +0530 (Thu, 22 Apr 2010) | 3 lines
Updated the RFCs list in the See Also section of urlparse.rst
........
................
2010-04-22 05:59:54 +00:00
Ezio Melotti
8d5c16a4e7
Add a missing versionadded in unittest.rst.
2010-04-20 09:36:13 +00:00
Senthil Kumaran
0e3e485452
Merged revisions 80092 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80092 | senthil.kumaran | 2010-04-15 22:48:22 +0530 (Thu, 15 Apr 2010) | 2 lines
Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to convert to str.
........
2010-04-15 17:21:29 +00:00
Raymond Hettinger
4c4d3b1ddd
Add usage notes for collections.Counter()
2010-04-12 21:47:14 +00:00
Mark Dickinson
1862840037
More NaN consistency fixes (manual merge of r79875 to release31-maint).
2010-04-12 18:52:08 +00:00
Barry Warsaw
14e0a43c85
typo
2010-04-12 14:55:03 +00:00
Raymond Hettinger
2fc70f05bc
Fixup new itertools recipes.
2010-04-10 07:08:41 +00:00
Mark Dickinson
a3607c8c3b
Merged revisions 79873 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79873 | mark.dickinson | 2010-04-06 23:13:37 +0100 (Tue, 06 Apr 2010) | 9 lines
Merged revisions 79871 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79871 | mark.dickinson | 2010-04-06 23:10:55 +0100 (Tue, 06 Apr 2010) | 2 lines
Use consistent spelling for nans (thanks Georg for noticing).
........
................
2010-04-06 22:14:23 +00:00
Mark Dickinson
c7d44a4e05
Merged revisions 79860 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79860 | mark.dickinson | 2010-04-06 20:55:03 +0100 (Tue, 06 Apr 2010) | 10 lines
Merged revisions 79858 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79858 | mark.dickinson | 2010-04-06 20:50:03 +0100 (Tue, 06 Apr 2010) | 3 lines
Issue #7947 : Clarify math module behaviour for IEEE 754 special cases, along
with a number of additional minor edits and typo corrections.
........
................
2010-04-06 19:55:38 +00:00
Ezio Melotti
9e8346cb4d
Merged revisions 79799 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79799 | ezio.melotti | 2010-04-05 16:25:51 +0300 (Mon, 05 Apr 2010) | 9 lines
Merged revisions 79797 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79797 | ezio.melotti | 2010-04-05 15:51:45 +0300 (Mon, 05 Apr 2010) | 1 line
Fix some broken URLs.
........
................
2010-04-05 13:57:55 +00:00
Ezio Melotti
6bccd29845
Merged revisions 79615 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r79615 | georg.brandl | 2010-04-02 23:12:42 +0300 (Fri, 02 Apr 2010) | 1 line
#8288 : fix next -> __next__.
........
2010-04-05 07:58:21 +00:00
Ezio Melotti
84ec57c89b
Merged revisions 79783 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79783 | ezio.melotti | 2010-04-05 07:04:35 +0300 (Mon, 05 Apr 2010) | 9 lines
Merged revisions 79781 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79781 | ezio.melotti | 2010-04-05 06:51:38 +0300 (Mon, 05 Apr 2010) | 1 line
#8212 : rephrase the webservers howto and fix some mistakes.
........
................
2010-04-05 04:06:12 +00:00
Raymond Hettinger
aeac26b9ea
Fix nits in itertools recipes.
2010-04-02 04:49:24 +00:00
Raymond Hettinger
601423585f
Add and update itertools recipes.
2010-04-02 04:16:13 +00:00
Raymond Hettinger
bdfa22bbda
Document sorting HowTo
2010-04-02 00:23:40 +00:00
Stefan Krah
721a35001e
Merged revisions 79553 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r79553 | stefan.krah | 2010-04-01 12:34:09 +0200 (Thu, 01 Apr 2010) | 1 line
Fix typo in definition of 'in' keyword.
........
2010-04-01 10:56:52 +00:00
Ezio Melotti
de414a2e91
Merged revisions 79525 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79525 | ezio.melotti | 2010-03-31 10:45:32 +0300 (Wed, 31 Mar 2010) | 9 lines
Merged revisions 79522 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79522 | ezio.melotti | 2010-03-31 10:26:24 +0300 (Wed, 31 Mar 2010) | 1 line
Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list.
........
................
2010-03-31 07:48:01 +00:00
Senthil Kumaran
8935ed9524
Merged revisions 79333 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79333 | senthil.kumaran | 2010-03-23 16:30:53 +0530 (Tue, 23 Mar 2010) | 9 lines
Merged revisions 79329 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79329 | senthil.kumaran | 2010-03-23 14:16:31 +0530 (Tue, 23 Mar 2010) | 2 lines
Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs
........
................
2010-03-29 19:25:37 +00:00
Raymond Hettinger
af9ab377d3
Update itertools recipes.
2010-03-28 18:29:17 +00:00
Florent Xicluna
9b0e9180e2
Note: only the relevant parts of r79474 are merged.
...
Merged revisions 78793,78798-78799,78977,79095,79196,79474 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78793 | florent.xicluna | 2010-03-08 13:25:35 +0100 (lun, 08 mar 2010) | 2 lines
Fix macpath to deal with bytes
................
r78798 | florent.xicluna | 2010-03-08 14:32:17 +0100 (lun, 08 mar 2010) | 18 lines
Merged revisions 78777,78787,78790 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78777 | florent.xicluna | 2010-03-08 00:49:03 +0100 (lun, 08 mar 2010) | 4 lines
Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717 .
It should fix transient failures on test_multiprocessing.
........
r78787 | florent.xicluna | 2010-03-08 08:21:16 +0100 (lun, 08 mar 2010) | 2 lines
Don't fail on a debug() statement, if the worker PID is (still) None.
........
r78790 | florent.xicluna | 2010-03-08 12:01:39 +0100 (lun, 08 mar 2010) | 2 lines
On finalize, don't try to join not started process.
........
................
r78799 | florent.xicluna | 2010-03-08 15:44:41 +0100 (lun, 08 mar 2010) | 2 lines
Fix ntpath abspath to deal with bytes.
................
r78977 | florent.xicluna | 2010-03-15 14:14:39 +0100 (lun, 15 mar 2010) | 2 lines
Fix \xhh specs, #1889 . (an oversight of r60193, r60210).
................
r79095 | florent.xicluna | 2010-03-19 15:40:31 +0100 (ven, 19 mar 2010) | 2 lines
Rename test.test_support to test.support for 3.x.
................
r79196 | florent.xicluna | 2010-03-21 13:29:50 +0100 (dim, 21 mar 2010) | 9 lines
Merged revisions 79195 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines
Issue #8179 : Fix macpath.realpath() on a non-existing path.
........
................
r79474 | florent.xicluna | 2010-03-28 01:25:02 +0100 (dim, 28 mar 2010) | 33 lines
Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines
#7668 : Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
........
r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines
Issue #8205 : Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
........
r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines
Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
........
r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines
Syntax cleanup `== None` -> `is None`
........
r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines
#8207 : Fix test_pep277 on OS X
........
r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines
Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
........
r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines
Ensure that the failed or unexpected tests are sorted before printing.
........
................
2010-03-28 11:42:38 +00:00
Brian Curtin
b869749f55
Merged revisions 79434 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79434 | brian.curtin | 2010-03-25 19:39:56 -0500 (Thu, 25 Mar 2010) | 9 lines
Merged revisions 79430 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79430 | brian.curtin | 2010-03-25 18:48:54 -0500 (Thu, 25 Mar 2010) | 2 lines
Fix #6538 . Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.
........
................
2010-03-26 02:29:25 +00:00
Ezio Melotti
4b7edbc804
Merged revisions 79364 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79364 | ezio.melotti | 2010-03-24 01:56:06 +0200 (Wed, 24 Mar 2010) | 9 lines
Merged revisions 79362 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79362 | ezio.melotti | 2010-03-24 01:53:20 +0200 (Wed, 24 Mar 2010) | 1 line
Another typo.
........
................
2010-03-23 23:57:13 +00:00
Ezio Melotti
a89918aeb2
Merged revisions 79360 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79360 | ezio.melotti | 2010-03-24 01:29:39 +0200 (Wed, 24 Mar 2010) | 9 lines
Merged revisions 79358 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79358 | ezio.melotti | 2010-03-24 01:26:21 +0200 (Wed, 24 Mar 2010) | 1 line
#8217 : typo.
........
................
2010-03-23 23:31:02 +00:00
Benjamin Peterson
4e74fc82ea
Merged revisions 79260 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79260 | benjamin.peterson | 2010-03-21 18:17:57 -0500 (Sun, 21 Mar 2010) | 13 lines
Merged revisions 79138-79139 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79138 | benjamin.peterson | 2010-03-20 11:16:44 -0500 (Sat, 20 Mar 2010) | 1 line
document exitfunc fixer
........
r79139 | benjamin.peterson | 2010-03-20 11:17:37 -0500 (Sat, 20 Mar 2010) | 1 line
wrap
........
................
2010-03-21 23:22:58 +00:00
Ezio Melotti
8da105e6a9
Merged revisions 77888 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r77888 | georg.brandl | 2010-01-31 20:53:23 +0200 (Sun, 31 Jan 2010) | 1 line
Fix versionadded:: 2.x merges.
........
2010-03-21 07:31:49 +00:00
Ezio Melotti
8209fcc3a9
Merged revisions 78950 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r78950 | ezio.melotti | 2010-03-14 11:51:37 +0200 (Sun, 14 Mar 2010) | 1 line
#7057 : fix several errors.
........
2010-03-14 09:53:34 +00:00
Georg Brandl
8c8430e2af
Merged revisions 78924 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r78924 | georg.brandl | 2010-03-13 14:42:16 +0100 (Sa, 13 Mär 2010) | 9 lines
Merged revisions 78921 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78921 | georg.brandl | 2010-03-13 14:39:46 +0100 (Sa, 13 Mär 2010) | 1 line
Change/fix handling of docs download location: for daily builds, put them right next to the HTML.
........
................
2010-03-13 13:43:01 +00:00
Georg Brandl
e869313e85
Merged revisions 78915 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r78915 | georg.brandl | 2010-03-13 12:02:07 +0100 (Sa, 13 Mär 2010) | 9 lines
Merged revisions 78908 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78908 | georg.brandl | 2010-03-13 11:12:39 +0100 (Sa, 13 Mär 2010) | 1 line
Add Makefile targets for automatic doc build. Add script that will be used for daily build.
........
................
2010-03-13 11:03:05 +00:00