Differences between revisions 11 and 12
Revision 11 as of 2007-03-28 22:54:13
Size: 1808
Editor: 87
Comment:
Revision 12 as of 2007-04-09 20:21:07
Size: 1813
Comment: Semi-randomly rearrange the projects
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * CleanupUrlLibProject
Line 3: Line 2:
 * The modules which deal with both str and unicode sometimes treat them differently -- which is usually a bug.
 * CompleteSslSupport
 * UnicodeonWindowsExtensions
 * Work on unit test suite. This includes not only developing support code (such as decorators to flag tests that are implementation-specific, known to fail, etc.), but also to have more code coverage in the unit tests.
 * Implement the [http://www.unicode.org/reports/tr6/ SCSU] codec.
Line 10: Line 8:
 * CleanupUrlLibProject
 * The modules which deal with both str and unicode sometimes treat them differently -- which is usually a bug.
 * CompleteSslSupport
 * UnicodeonWindowsExtensions
Line 11: Line 14:
 * Add cross compiling support in distutils (and otherwise improve distutils).
 * Work on unit test suite. This includes not only developing support code (such as decorators to flag tests that are implementation-specific, known to fail, etc.), but also to have more code coverage in the unit tests.
 * Improve Python Debugger(PDB).Some general ideas are here: ["PdbImprovments"]. If you have any sugesstions related to pdb add them there.
 * Write an RPC mechanism, or prepare an existing RPC mechanism, for the standard library (note: http://rpyc.wikispaces.com).
 * Implement the [http://www.unicode.org/reports/tr6/ SCSU] codec.
 * Write a library around pickle that allows developers to version their pickles such that old pickles can still be read even though the code that created them has been refactored, attributes renamed, and other such changes. (Perhaps not of great interest to the community. --amk)
Line 19: Line 17:
 * Add cross compiling support in distutils (and otherwise improve distutils).
 * Improve Python Debugger(PDB).Some general ideas are here: ["PdbImprovments"]. If you have any suggestions related to pdb, add them there.
 * Write an RPC mechanism, or prepare an existing RPC mechanism, for the standard library (note: http://rpyc.wikispaces.com).
 * Write a library around pickle that allows developers to version their pickles such that old pickles can still be read even though the code that created them has been refactored, attributes renamed, and other such changes. (Perhaps not of great interest to the community. --amk)
  • Cleanup/modernize a module(s) in the stdlib.
  • Work on unit test suite. This includes not only developing support code (such as decorators to flag tests that are implementation-specific, known to fail, etc.), but also to have more code coverage in the unit tests.
  • Implement the [http://www.unicode.org/reports/tr6/ SCSU] codec.

  • ../FileSystemVirtualization

  • ../EnhancedIterTools

  • ../ExploreFunctionalProgramming

  • ../TestingImprovements

  • CleanupUrlLibProject

  • The modules which deal with both str and unicode sometimes treat them differently -- which is usually a bug.
  • CompleteSslSupport

  • UnicodeonWindowsExtensions

  • MakeXmlrpclibAsynchronous

  • asyncore: There are still people using asyncore, even though Twisted has taken most of the asynchronous-socket mindshare. There's a small test suite for asyncore, but it's far from exercising every method and branch. A good first step would be to improve the test suite. That would let us fix bugs with less worry about breaking the module.
  • curses: The largest outstanding issue for curses is support for Unicode, or wide characters, or however you write I18N applications with curses.
  • Add cross compiling support in distutils (and otherwise improve distutils).
  • Improve Python Debugger(PDB).Some general ideas are here: ["PdbImprovments"]. If you have any suggestions related to pdb, add them there.

  • Write an RPC mechanism, or prepare an existing RPC mechanism, for the standard library (note: http://rpyc.wikispaces.com).

  • Write a library around pickle that allows developers to version their pickles such that old pickles can still be read even though the code that created them has been refactored, attributes renamed, and other such changes. (Perhaps not of great interest to the community. --amk)

CodingProjectIdeas/StandardLibrary (last edited 2014-01-29 14:50:27 by RichardProsser)

Unable to edit the page? See the FrontPage for instructions.