Commit Graph

10655 Commits

Author SHA1 Message Date
Tim Peters dec0711909 Added "Generalize eval to accept any mapping objects for locals and globals." 2000-09-23 04:17:34 +00:00
Barry Warsaw 32b732d493 Added PEP 225, Elementwise/Objectwise Operators, Zhu & Lielens 2000-09-19 15:29:58 +00:00
Barry Warsaw b27d92b9dc Minor header conformance 2000-09-19 15:29:36 +00:00
Guido van Rossum 89f96668a3 Add marshal.load*() input checking, for Bug #114754. 2000-09-19 01:31:30 +00:00
Guido van Rossum f0467b1923 Added note about signal handling. 2000-09-17 19:36:22 +00:00
Tim Peters a2b0efb5bd Added "Extend copy.py to class, module & function types". 2000-09-17 12:22:34 +00:00
Barry Warsaw e0bb4643e9 Added request for a visual interface builder for Python. Closes SF
bug #110820.
2000-09-16 22:06:27 +00:00
Barry Warsaw e318561e18 Added request for cStringIO.StringIO.readlines() method. Closes SF
bug #110686.
2000-09-16 22:01:28 +00:00
Tim Peters 84009896a0 Added "Port CGIHTTPServer to Windows". 2000-09-16 02:22:42 +00:00
Tim Peters b881a84821 Added "extend utime to directories under Windows". 2000-09-16 02:17:51 +00:00
Tim Peters 8020954e0e Added all-plaform strptime request. 2000-09-16 02:12:00 +00:00
Tim Peters 45c552a6f2 Added "port SSL to Windows". 2000-09-16 02:06:02 +00:00
Tim Peters c76dc66a70 Put more of Jeremy's email instructions into Guido's new words.
Added "hard tab" request.
2000-09-16 02:02:45 +00:00
Fred Drake f6ecf4ed4d Move Skip's contribute to the top of the Standard Library section.
(With Skip's blessing.)
2000-09-15 22:02:51 +00:00
Skip Montanaro f82f8a58b2 added reference to incomplete test suite feature request 2000-09-15 21:13:48 +00:00
Guido van Rossum 88a9114601 This PEP is not just for small feature requests; it's also a temporary
placeholder for large feature requests, while their PEP hasn't been
written yet.  Changed the title and added some word to the intro to
this effect.

(Discussed by Tim & Guido.)
2000-09-15 20:50:35 +00:00
Fred Drake 6dc955c7c4 Added three requests based on SourceForge bug reports. 2000-09-15 20:04:01 +00:00
Jeremy Hylton fcebbf42b9 add request: support passive FTP via urllib
organization: put requests into proper categories
2000-09-15 19:27:09 +00:00
Jeremy Hylton 1b8c2a80c4 add request for helper functions to deal with differences
between FILE* structures
2000-09-15 19:22:22 +00:00
Jeremy Hylton bc0d4169b9 add sizeof function -- returns bytes used internally by object 2000-09-15 18:56:47 +00:00
Barry Warsaw a3b3b7ce5b Added PEP 42, Small Feature Requests, owned by jeremy@beopen.com 2000-09-15 18:35:59 +00:00
Barry Warsaw 94b4b0d7ef PEP 42, Small Feature Requests, owned by jeremy@beopen.com 2000-09-15 18:35:35 +00:00
Jeremy Hylton 9c4295d54e two open issues for 2.0b2 2000-09-14 20:53:48 +00:00
Jeremy Hylton 7a859e1759 revise release schedule 2000-09-14 20:39:01 +00:00
Fred Drake 181d3e68ea push_html(): New function; handles the mechanics of actually pushing the
generated HTML to SourceForge.

main():  Adjust to use push_html(), and simplify the logic so it only
         gets called from one place.
2000-09-08 15:31:36 +00:00
Fred Drake 5177e3db51 Record the date of the final 1.6 release, mark the PEP complete. 2000-09-07 04:30:29 +00:00
Fred Drake 242b05ad16 Makefile to build only the required HTML versions of the PEPs rather than
all of them.
2000-09-07 01:29:32 +00:00
Fred Drake f07c9e76b0 Added a -q/--quiet option to suppress the per-file progress message.
Fixed the branch for files specified from the command line to only update
the Web server if the -u/--update option was used.
2000-09-07 01:26:46 +00:00
Guido van Rossum fc4a475a77 More updates -- things are getting done! 2000-09-04 13:14:30 +00:00
Tim Peters 4799b6ffcc Many updates; 'twas getting confusingly out-of-date. 2000-09-04 09:20:29 +00:00
Guido van Rossum 60d6ee892f Extend justifications. Add print>>None. 2000-09-03 15:10:58 +00:00
Tim Peters 121d5f7749 Updated status of Windows installer issues. 2000-09-01 11:46:11 +00:00
Tim Peters 35c1cf4300 Closed the w9xpopen issue. 2000-09-01 07:54:44 +00:00
Tim Peters d00648fc3d Record that test_popen2 on Windows failed again, and why.
Removed the line about "Windows threads problems" because I believe
the test_popen2 failure is what that was talking about.
2000-09-01 07:04:59 +00:00
Jeremy Hylton 2905c65f5a add the anti-tab action item 2000-09-01 03:06:39 +00:00
Jeremy Hylton 8ac1aed56f add notes about popen2 problem on Windows and SocketServer changes 2000-09-01 02:50:24 +00:00
Jeremy Hylton 8c7ac93fb2 lookdict bug is closed 2000-09-01 02:20:46 +00:00
Barry Warsaw 36b21daa24 The gettext.py module is complete. 2000-08-31 21:24:20 +00:00
Marc-André Lemburg c0b08ef899 Changed the name mangling from __doc__<attr>__ to __doc_<attr>__ and
added comments about possible problems.
2000-08-30 09:08:16 +00:00
Jeremy Hylton ec2992742f move range literals and unicode database to postponed
rearrange the sections a bit
2000-08-29 15:01:34 +00:00
Jeremy Hylton 020ce8ad4b new usage to support conversion of only specified PEPs
Usage: %(PROGRAM)s [options] [peps]
Notes:
    The optional argument peps can be either pep numbers or .txt files.
Options:
    -u/--user
        SF username
    [rest is the same]
2000-08-28 16:00:49 +00:00
Jeremy Hylton 2b6f29f901 test_fork1 now works, thanks to Charles Waldman's patch 2000-08-28 15:47:00 +00:00
Guido van Rossum 2ac1e50ec8 Added the essence of my post to c.l.py in defense of the new syntax. 2000-08-25 14:15:49 +00:00
Jeremy Hylton de23997a7c support for opcode args > 2**16 is finished 2000-08-25 13:59:33 +00:00
Jeremy Hylton d703e03854 bring up to date 2000-08-25 13:44:26 +00:00
Thomas Wouters f32f15658a Update PEP to reflect reality. Explain the current mechanism the InPlace functions use to find the right function to call, and when to coerce or not. 2000-08-25 11:11:25 +00:00
Jeremy Hylton a448946a31 update release schedule 2000-08-24 21:46:53 +00:00
Guido van Rossum 73a41aba0f The popen problem is "solved". 2000-08-24 21:17:33 +00:00
Marc-André Lemburg a566ec95f8 Completed final thought and bumped the Python version number to 2.1.
The great thing about this PEP is that it is forward compatible :-)
2000-08-24 14:16:10 +00:00
Tim Peters 156e7dfa35 Completed, about to post. 2000-08-24 03:26:42 +00:00