summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* Add PyStructSequence_UnnamedField. Add stat_float_times.Martin v. Löwis2002-10-161-0/+25
| | | | Use integers in stat tuple, optionally floats in named fields.
* Add new posix functionsAndrew M. Kuchling2002-10-101-3/+5
|
* [Bug #621039] Fix broken linkAndrew M. Kuchling2002-10-101-1/+1
|
* [Bug #621038] Remove duplicated itemAndrew M. Kuchling2002-10-101-5/+1
|
* Minor edits and markup fixesAndrew M. Kuchling2002-10-091-28/+31
|
* Document PEP 293.Martin v. Löwis2002-10-071-1/+21
|
* Document PEP 277 changes.Martin v. Löwis2002-10-071-4/+30
|
* Add a section to be written; remove reference to deleted codeAndrew M. Kuchling2002-10-041-9/+6
|
* Fix a couple of minor markup glitches.Fred Drake2002-09-141-2/+2
|
* Add two itemsAndrew M. Kuchling2002-09-131-0/+11
|
* Add reminder about PEP293Andrew M. Kuchling2002-09-031-0/+14
|
* Further SET_LINENO reomval fixes. See comments in patch #587933.Michael W. Hudson2002-08-301-5/+0
| | | | | | | | | | Use a slightly different strategy to determine when not to call the line trace function. This removes the need for the RETURN_NONE opcode, so that's gone again. Update docs and comments to match. Thanks to Neal and Armin! Also add a test suite. This should have come with the original patch...
* Give the section on PEP 263 a more meaningful title, so readers willFred Drake2002-08-221-1/+1
| | | | be able to locate this information without knowing the PEP number.
* Cover the sets module.Andrew M. Kuchling2002-08-201-0/+95
| | | | | (There's a link to PEP218; has PEP218 been updated to match the actual module implementation?)
* Create two subsections of the "Core Language Changes" section, becauseAndrew M. Kuchling2002-08-201-67/+104
| | | | | the list is getting awfully long Mention Karatsuba multiplication and some other items
* This is my patchMichael W. Hudson2002-08-151-4/+26
| | | | | | | | [ 587993 ] SET_LINENO killer Remove SET_LINENO. Tracing is now supported by inspecting co_lnotab. Many sundry changes to document and adapt to this change.
* Add 'in' changeAndrew M. Kuchling2002-08-151-3/+29
| | | | | Revise sentence Add two reminders
* Mention list.sort()Andrew M. Kuchling2002-08-061-8/+89
| | | | | | Document heapq module Add PEP263 section (not sure I really understand the PEP's effect on 8-bit strings, though -- will have to experiment with it)
* Add two remindersAndrew M. Kuchling2002-08-041-0/+4
|
* Add posix.lchown()Andrew M. Kuchling2002-07-281-2/+1
|
* [Bug #580462] Mention changes to GC APIAndrew M. Kuchling2002-07-221-84/+116
| | | | | Mention portable strptime() Move C-level sections farther down in the file
* Sort changed modules into alphabetical order; no other changesAndrew M. Kuchling2002-07-221-93/+97
|
* Rewrite a paragraph, and use correct mark-upAndrew M. Kuchling2002-07-221-5/+9
|
* SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecationNeal Norwitz2002-07-221-0/+5
|
* Substantially flesh out extended slice section. I think this is probablyMichael W. Hudson2002-07-191-0/+83
| | | | done now.
* Add more itemsAndrew M. Kuchling2002-07-121-13/+46
| | | | | Use \cfunction instead of \function in various places Add contributor names
* Make another pass through Misc/NEWS and add stuff.Andrew M. Kuchling2002-07-111-15/+64
| | | | Bump version number.
* Add some itemsAndrew M. Kuchling2002-07-111-113/+159
| | | | | Expand the "Other Language Changes" section Rewrite various passages.
* [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgsAndrew M. Kuchling2002-07-111-5/+9
|
* No need to be ambiguous about *how* extended slices and built-in typesFred Drake2002-07-031-11/+25
| | | | | | | have changed. Uncomment a heading so that PendingDeprecationWarning doesn't seem so out of place.
* Add some acksAndrew M. Kuchling2002-06-261-1/+2
|
* Describe textwrap moduleAndrew M. Kuchling2002-06-261-2/+35
|
* Add a reminderAndrew M. Kuchling2002-06-261-0/+2
|
* Add a reminderAndrew M. Kuchling2002-06-251-1/+3
|
* Add reminder, and a new POSIX functionAndrew M. Kuchling2002-06-171-6/+8
| | | | Tweak traceback display for consistency
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-141-0/+4
| | | | Handle negative indices similar to slices.
* This is my nearly two year old patchMichael W. Hudson2002-06-111-0/+9
| | | | | | | | | [ 400998 ] experimental support for extended slicing on lists somewhat spruced up and better tested than it was when I wrote it. Includes docs & tests. The whatsnew section needs expanding, and arrays should support extended slices -- later.
* Tweak traceback message to avoid LaTeX2HTML bugAndrew M. Kuchling2002-06-101-3/+5
| | | | Add a reminder
* Fix typoAndrew M. Kuchling2002-06-101-2/+2
|
* Fix typo, and add some remindersAndrew M. Kuchling2002-06-101-1/+12
|
* Tweak the description of pymalloc. Mention pymemcompat.h.Michael W. Hudson2002-06-101-24/+34
|
* Add OS/2 textAndrew M. Kuchling2002-05-291-9/+16
|
* More additionsAndrew M. Kuchling2002-05-291-25/+15
|
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-291-0/+9
| | | | | that are in the process of deprecation (PendingDeprecationWarning). Docs could be improved.
* Rearrange paragraphAndrew M. Kuchling2002-05-271-5/+5
|
* This is patchMichael W. Hudson2002-05-271-0/+6
| | | | | | | [ 559250 ] more POSIX signal stuff Adds support (and docs and tests and autoconfery) for posix signal mask handling -- sigpending, sigprocmask and sigsuspend.
* Mention math.degrees() and math.radians()Andrew M. Kuchling2002-05-241-12/+24
| | | | Other minor rewrites
* Give the enumerate() PEP a section of its ownAndrew M. Kuchling2002-05-101-36/+50
| | | | | Add some credits Fill in a link
* More filling outAndrew M. Kuchling2002-05-071-80/+170
|
* Write two sections, and write some partial text for some other sectionsAndrew M. Kuchling2002-05-061-39/+224
|