Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PyStructSequence_UnnamedField. Add stat_float_times. | Martin v. Löwis | 2002-10-16 | 1 | -0/+25 |
* | 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 |
* | Give the section on PEP 263 a more meaningful title, so readers will | Fred Drake | 2002-08-22 | 1 | -1/+1 |
* | Cover the sets module. | Andrew M. Kuchling | 2002-08-20 | 1 | -0/+95 |
* | Create two subsections of the "Core Language Changes" section, because | Andrew M. Kuchling | 2002-08-20 | 1 | -67/+104 |
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -4/+26 |
* | Add 'in' change | Andrew M. Kuchling | 2002-08-15 | 1 | -3/+29 |
* | Mention list.sort() | Andrew M. Kuchling | 2002-08-06 | 1 | -8/+89 |
* | 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 |
* | 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 |
* | Add more items | Andrew M. Kuchling | 2002-07-12 | 1 | -13/+46 |
* | Make another pass through Misc/NEWS and add stuff. | Andrew M. Kuchling | 2002-07-11 | 1 | -15/+64 |
* | Add some items | Andrew M. Kuchling | 2002-07-11 | 1 | -113/+159 |
* | [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 |
* | 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 |
* | SF bug # 493951 string.{starts,ends}with vs slices | Neal Norwitz | 2002-06-14 | 1 | -0/+4 |
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -0/+9 |
* | Tweak traceback message to avoid LaTeX2HTML bug | Andrew M. Kuchling | 2002-06-10 | 1 | -3/+5 |
* | 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 |
* | Rearrange paragraph | Andrew M. Kuchling | 2002-05-27 | 1 | -5/+5 |
* | This is patch | Michael W. Hudson | 2002-05-27 | 1 | -0/+6 |
* | Mention math.degrees() and math.radians() | Andrew M. Kuchling | 2002-05-24 | 1 | -12/+24 |
* | Give the enumerate() PEP a section of its own | Andrew M. Kuchling | 2002-05-10 | 1 | -36/+50 |
* | 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 |