Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PyStructSequence_UnnamedField. Add stat_float_times. | Martin v. Löwis | 2002-10-16 | 1 | -0/+25 |
| | | | | Use integers in stat tuple, optionally floats in named fields. | ||||
* | Add new posix functions | Andrew M. Kuchling | 2002-10-10 | 1 | -3/+5 |
| | |||||
* | [Bug #621039] Fix broken link | Andrew M. Kuchling | 2002-10-10 | 1 | -1/+1 |
| | |||||
* | [Bug #621038] Remove duplicated item | Andrew M. Kuchling | 2002-10-10 | 1 | -5/+1 |
| | |||||
* | Minor edits and markup fixes | Andrew M. Kuchling | 2002-10-09 | 1 | -28/+31 |
| | |||||
* | Document PEP 293. | Martin v. Löwis | 2002-10-07 | 1 | -1/+21 |
| | |||||
* | Document PEP 277 changes. | Martin v. Löwis | 2002-10-07 | 1 | -4/+30 |
| | |||||
* | Add a section to be written; remove reference to deleted code | Andrew M. Kuchling | 2002-10-04 | 1 | -9/+6 |
| | |||||
* | Fix a couple of minor markup glitches. | Fred Drake | 2002-09-14 | 1 | -2/+2 |
| | |||||
* | Add two items | Andrew M. Kuchling | 2002-09-13 | 1 | -0/+11 |
| | |||||
* | Add reminder about PEP293 | Andrew M. Kuchling | 2002-09-03 | 1 | -0/+14 |
| | |||||
* | Further SET_LINENO reomval fixes. See comments in patch #587933. | Michael W. Hudson | 2002-08-30 | 1 | -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 will | Fred Drake | 2002-08-22 | 1 | -1/+1 |
| | | | | be able to locate this information without knowing the PEP number. | ||||
* | Cover the sets module. | Andrew M. Kuchling | 2002-08-20 | 1 | -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, because | Andrew M. Kuchling | 2002-08-20 | 1 | -67/+104 |
| | | | | | the list is getting awfully long Mention Karatsuba multiplication and some other items | ||||
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -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' change | Andrew M. Kuchling | 2002-08-15 | 1 | -3/+29 |
| | | | | | Revise sentence Add two reminders | ||||
* | Mention list.sort() | Andrew M. Kuchling | 2002-08-06 | 1 | -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 reminders | Andrew M. Kuchling | 2002-08-04 | 1 | -0/+4 |
| | |||||
* | Add posix.lchown() | Andrew M. Kuchling | 2002-07-28 | 1 | -2/+1 |
| | |||||
* | [Bug #580462] Mention changes to GC API | Andrew M. Kuchling | 2002-07-22 | 1 | -84/+116 |
| | | | | | Mention portable strptime() Move C-level sections farther down in the file | ||||
* | Sort changed modules into alphabetical order; no other changes | Andrew M. Kuchling | 2002-07-22 | 1 | -93/+97 |
| | |||||
* | Rewrite a paragraph, and use correct mark-up | Andrew M. Kuchling | 2002-07-22 | 1 | -5/+9 |
| | |||||
* | SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation | Neal Norwitz | 2002-07-22 | 1 | -0/+5 |
| | |||||
* | Substantially flesh out extended slice section. I think this is probably | Michael W. Hudson | 2002-07-19 | 1 | -0/+83 |
| | | | | done now. | ||||
* | Add more items | Andrew M. Kuchling | 2002-07-12 | 1 | -13/+46 |
| | | | | | Use \cfunction instead of \function in various places Add contributor names | ||||
* | Make another pass through Misc/NEWS and add stuff. | Andrew M. Kuchling | 2002-07-11 | 1 | -15/+64 |
| | | | | Bump version number. | ||||
* | Add some items | Andrew M. Kuchling | 2002-07-11 | 1 | -113/+159 |
| | | | | | Expand the "Other Language Changes" section Rewrite various passages. | ||||
* | [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs | Andrew M. Kuchling | 2002-07-11 | 1 | -5/+9 |
| | |||||
* | No need to be ambiguous about *how* extended slices and built-in types | Fred Drake | 2002-07-03 | 1 | -11/+25 |
| | | | | | | | have changed. Uncomment a heading so that PendingDeprecationWarning doesn't seem so out of place. | ||||
* | Add some acks | Andrew M. Kuchling | 2002-06-26 | 1 | -1/+2 |
| | |||||
* | Describe textwrap module | Andrew M. Kuchling | 2002-06-26 | 1 | -2/+35 |
| | |||||
* | Add a reminder | Andrew M. Kuchling | 2002-06-26 | 1 | -0/+2 |
| | |||||
* | Add a reminder | Andrew M. Kuchling | 2002-06-25 | 1 | -1/+3 |
| | |||||
* | Add reminder, and a new POSIX function | Andrew M. Kuchling | 2002-06-17 | 1 | -6/+8 |
| | | | | Tweak traceback display for consistency | ||||
* | SF bug # 493951 string.{starts,ends}with vs slices | Neal Norwitz | 2002-06-14 | 1 | -0/+4 |
| | | | | Handle negative indices similar to slices. | ||||
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -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 bug | Andrew M. Kuchling | 2002-06-10 | 1 | -3/+5 |
| | | | | Add a reminder | ||||
* | Fix typo | Andrew M. Kuchling | 2002-06-10 | 1 | -2/+2 |
| | |||||
* | Fix typo, and add some reminders | Andrew M. Kuchling | 2002-06-10 | 1 | -1/+12 |
| | |||||
* | Tweak the description of pymalloc. Mention pymemcompat.h. | Michael W. Hudson | 2002-06-10 | 1 | -24/+34 |
| | |||||
* | Add OS/2 text | Andrew M. Kuchling | 2002-05-29 | 1 | -9/+16 |
| | |||||
* | More additions | Andrew M. Kuchling | 2002-05-29 | 1 | -25/+15 |
| | |||||
* | As discussed on python-dev, add a mechanism to indicate features | Neal Norwitz | 2002-05-29 | 1 | -0/+9 |
| | | | | | that are in the process of deprecation (PendingDeprecationWarning). Docs could be improved. | ||||
* | Rearrange paragraph | Andrew M. Kuchling | 2002-05-27 | 1 | -5/+5 |
| | |||||
* | This is patch | Michael W. Hudson | 2002-05-27 | 1 | -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. Kuchling | 2002-05-24 | 1 | -12/+24 |
| | | | | Other minor rewrites | ||||
* | Give the enumerate() PEP a section of its own | Andrew M. Kuchling | 2002-05-10 | 1 | -36/+50 |
| | | | | | Add some credits Fill in a link | ||||
* | More filling out | Andrew M. Kuchling | 2002-05-07 | 1 | -80/+170 |
| | |||||
* | Write two sections, and write some partial text for some other sections | Andrew M. Kuchling | 2002-05-06 | 1 | -39/+224 |
| |