Andrew M. Kuchling
|
48a937ab41
|
Various corrections
|
2008-09-06 12:50:05 +00:00 |
Andrew M. Kuchling
|
6024834ed9
|
#3671: Typo fix
|
2008-09-05 15:15:56 +00:00 |
Andrew M. Kuchling
|
3ff2275628
|
#3671: various corrections and markup fixes noted by Kent Johnson
|
2008-09-04 13:26:24 +00:00 |
Benjamin Peterson
|
cde6dc9a86
|
3.0 still has the old threading names
|
2008-09-03 21:48:20 +00:00 |
Andrew M. Kuchling
|
3e75d2336d
|
Add e-mail address
|
2008-09-02 13:08:11 +00:00 |
Andrew M. Kuchling
|
8315da4c17
|
Clarify example; add imports
|
2008-09-02 13:06:00 +00:00 |
Mark Summerfield
|
0792cbf5e1
|
a typo
|
2008-09-02 07:23:16 +00:00 |
Andrew M. Kuchling
|
86533776c2
|
Describe the __hash__ changes
|
2008-09-02 01:13:42 +00:00 |
Andrew M. Kuchling
|
51eb7a9daa
|
Update patch/bug count
|
2008-08-31 15:48:44 +00:00 |
Andrew M. Kuchling
|
ba40fb467d
|
Last batch of edits; remove the 'other changes' section
|
2008-08-31 15:41:48 +00:00 |
Andrew M. Kuchling
|
fa881f2bd4
|
Edit the library section, rearranging items to flow better and making lots of edits
|
2008-08-31 14:29:31 +00:00 |
Andrew M. Kuchling
|
4d028570c7
|
More edits
|
2008-08-31 02:24:08 +00:00 |
Andrew M. Kuchling
|
eaa29bb238
|
More edits; markup fixes
|
2008-08-30 22:56:54 +00:00 |
Andrew M. Kuchling
|
5f2dc0bf7b
|
Edit four more sections
|
2008-08-30 16:44:54 +00:00 |
Andrew M. Kuchling
|
3ffe56398a
|
Correction from Antoine Pitrou: BufferedWriter and Reader support seek()
|
2008-08-30 15:25:47 +00:00 |
Andrew M. Kuchling
|
e496493dd8
|
Partial edits from revision and tidying pass
|
2008-08-30 15:19:57 +00:00 |
Andrew M. Kuchling
|
488a4f0118
|
Add various items
|
2008-08-27 02:12:18 +00:00 |
Andrew M. Kuchling
|
c9b41106e8
|
Add an item and a note
|
2008-08-27 00:45:02 +00:00 |
Andrew M. Kuchling
|
d207e230e1
|
Trim whitespace; add a few updates
|
2008-08-27 00:27:18 +00:00 |
Martin v. Löwis
|
f91d46a17d
|
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
by denying s# to parse objects that have a releasebuffer procedure,
and introducing s*.
More module might need to get converted to use s*.
|
2008-08-12 14:49:50 +00:00 |
Andrew M. Kuchling
|
b2793a4766
|
Add some items
|
2008-08-07 01:47:34 +00:00 |
Mark Dickinson
|
fef6b13c32
|
Rename math.sum to math.fsum
|
2008-07-30 16:20:10 +00:00 |
Benjamin Peterson
|
8e234c6e30
|
fix markup
|
2008-07-24 02:31:28 +00:00 |
Raymond Hettinger
|
d8dd86cc26
|
One more attribution.
|
2008-07-22 19:18:50 +00:00 |
Raymond Hettinger
|
5d4d16e44d
|
Fix credits for math.sum()
|
2008-07-22 19:03:05 +00:00 |
Raymond Hettinger
|
340383ce70
|
Tuples now have both count() and index().
|
2008-07-22 19:00:47 +00:00 |
Raymond Hettinger
|
9973ee86ed
|
Remove out-of-date section on Exact/Inexact.
|
2008-07-22 18:54:02 +00:00 |
Mark Dickinson
|
7103aa42c0
|
Issue #3008: add instance method float.hex and class method float.fromhex
to convert floats to and from hexadecimal strings respectively.
|
2008-07-15 19:08:33 +00:00 |
Andrew M. Kuchling
|
4ec0c27eea
|
Expand the multiprocessing section
|
2008-07-14 01:18:31 +00:00 |
Andrew M. Kuchling
|
b93dc5f0ce
|
Add various items; move ctypes items into a subsection of their own
|
2008-07-13 21:43:52 +00:00 |
Benjamin Peterson
|
90f36730e2
|
fix various doc typos #3320
|
2008-07-12 20:16:19 +00:00 |
Andrew M. Kuchling
|
10cf7d947d
|
Fix example to match text
|
2008-07-07 16:51:09 +00:00 |
Andrew M. Kuchling
|
aaca978103
|
Add two items; rewrap paragraph
|
2008-07-06 17:44:17 +00:00 |
Benjamin Peterson
|
a6a72923c7
|
write a short little section for multiprocessing; it still needs help
|
2008-07-01 19:51:54 +00:00 |
Benjamin Peterson
|
77cec6ea23
|
fix typo
|
2008-06-28 13:18:14 +00:00 |
Mark Dickinson
|
c72b787992
|
Change description of float('nan') feature; NaNs don't care much about
signs, and float('nan'), float('+nan') and float('-nan') actually all
generate the exact same NaN value.
|
2008-06-24 11:08:58 +00:00 |
Benjamin Peterson
|
2b917c93bc
|
minor fix
|
2008-06-24 02:41:08 +00:00 |
Andrew M. Kuchling
|
6ba873c134
|
Various items
|
2008-06-20 23:43:12 +00:00 |
Georg Brandl
|
f91c70a7bd
|
Change references to the new math functions to generate proper x-refs.
|
2008-06-20 19:28:18 +00:00 |
Mark Dickinson
|
d303578a66
|
Fix outdated count of the number of new math module functions.
|
2008-06-20 15:17:41 +00:00 |
Andrew M. Kuchling
|
7b2e2df740
|
Various items
|
2008-06-20 11:39:54 +00:00 |
Andrew M. Kuchling
|
d6b1eaf428
|
Various items
|
2008-06-20 02:05:57 +00:00 |
Andrew M. Kuchling
|
a809c98ca5
|
Note PEP 371 section
|
2008-06-11 12:53:14 +00:00 |
Thomas Heller
|
fb0117e9d5
|
Add a reminder for the maintainer of whatsnew.
|
2008-06-06 18:42:11 +00:00 |
Andrew M. Kuchling
|
5e3e6ba81d
|
Grammar fix
|
2008-06-05 23:35:48 +00:00 |
Andrew M. Kuchling
|
b5a40dd224
|
Add various items
|
2008-06-05 23:35:31 +00:00 |
Benjamin Peterson
|
c3cb683d63
|
some updates to string formatting section in whatsnew
|
2008-05-26 12:29:46 +00:00 |
Georg Brandl
|
a6168f9e0a
|
Queue renaming reversal part 3: move module into place and
change imports and other references. Closes #2925.
|
2008-05-25 07:20:14 +00:00 |
Georg Brandl
|
e152a77d96
|
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it. Closes #2926.
|
2008-05-24 18:31:28 +00:00 |
Benjamin Peterson
|
36d879b07c
|
just MacOS (instead of MacOS 9)
|
2008-05-19 11:55:54 +00:00 |