2001-07-19 |
Fred Drake | Make the new docstrings better conform to Guido's style... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Remove warnings from the SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Elaborate a comment. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Added docstrings based on a patch by Evelyn Mitchell. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Make sure path names inserted into ZIP files are normal... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Tim Peters | Add some test cases for ntpath.join(). |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Tim Peters | Cosmetic: break the long lines in test_ntpath.py,... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Port getaddrinfo to MSVC++. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Tim Peters | SF bug #44271: os.path.expanduser problem w/o HOME... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Added function xml.sax.saxutils.quoteattr(). |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Guido van Rossum | Fis SF bug #442647: not all forms of legal future state... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Guido van Rossum | Thomas, I don't care about unset either, but setting... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Revise the Unicode section after getting comments from... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Patch #442512: put block indices in the right byte... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Use -Kpthread when trying to find out the size of pthre... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Guido van Rossum | Add a low-level API to access interpreters, for David... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Patch #418659: Fixes for UnixWare and ReliantUnix. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Replace __import__ with import as. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Thomas Wouters | Avoid the use of 'unset', which isn't available on... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Steven M. Gava | minor tidy-ups ready for 0.8.1 alpha tarball release |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Remove some false statements. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Remove some false comments. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Fill out the Unicode section, somewhat uncertainly |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Finish the "Other changes" section |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Fix a few typos |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Remove note about this being a draft document. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Look to the future: bump the version number. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | 2.2a1 is out; look to the future. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Ignore all .tar files in the top directory; we're about... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Tim Peters | SF bug #442520: test_struct fails on SPARC. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Skip Montanaro | If the user's environment has set the BROWSER environme... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Lots of small updates, some long overdue. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Add a more substantial example startup file for the... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Minor changes for stylistic cleanliness and consistency. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Change the command lines to use a similar "phrasing... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | "Make small changes, but carry a big diff." |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Add some symbolic names to support hyperlinked references. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Guido van Rossum | Add "help" to the things one is encouraged to type... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Made a few minor style & markup changes to the new... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Martin v. Löwis | Deactivate definition of ss_family and ss_len. Fixes... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Martin v. Löwis | Patch #412229: Add functions sys.getdlopenflags and... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Martin v. Löwis | Patch #432117: Record namespaces in the DOM tree using... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Ignore the html-*.tar file that can now be generated... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Revise the rules for building the distribution files... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Mirror Guido's latest changes to the license file. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Be more specific about some of the dependencies, to... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Define new markup for 5-column tables. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Remove a couple of lines from the test that proved... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Tim Peters | Kill another merge zombie. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Kill another merge zombie. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Kill a merge zombie. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Start of a test suite for the "os" module -- this only... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Jack Jansen | Used an adapted MethodGenerator to generate methods... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Jack Jansen | Oops, left in a debug statement. It's gone now. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Update the availability information for os.tempnam... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | On Windows, tempnam() is spelled with a leading underscore. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Define the constants needed to allow the os.tempnam... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Guido van Rossum | A new attempt at rationalizing the "history of the... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Adding what's done of the documentation for the new... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Use the "st" versions of the "ast" calls in the parser... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | The syntax trees handled by this module are not "abstra... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Remove code to initialize globals that are never used. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Andrew M. Kuchling | Delete sentence fragment (noted by Fred Bremmer) |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Guido van Rossum | - Add news about generators. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Bump the release number. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Guido van Rossum | Add a really stupid warning about 'yield' used as an... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Make the syntax for compound command lines more portabl... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Script to re-write @FOO@-style marks with values, initi... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Update the release information. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Guido van Rossum | Deleting zombies |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Now we're picking nits: get my name right! ;-) |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Andrew M. Kuchling | Add FLD to credit list |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Job.__init__(): Only create the builddir directory... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Guido van Rossum | Deleting merge zombie. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Cleaned up a number of minor nits, use markup a little... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Andrew M. Kuchling | Minor rewrites to iterator and generator sections |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Fix a couple of minor markup nits. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Kurt B. Kaiser | INSTALLATION: Remove the coexist.patch instructions |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Kurt B. Kaiser | Put this in the attic, at least for now... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Kurt B. Kaiser | Implement idle command interface as suggested by GvR... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Tim Peters | Prepare Windows installer for 2.2a1. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Added tests for the new yield support in the parser... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Add support for yield statements. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Jack Jansen | Typo in the classic mlte build line. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Jack Jansen | The TNXDraw gworld argument is optional. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Jack Jansen | It now works under Carbon. Under Classic the scrollbars... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Tim Peters | This has never worked on Windows. Now it does. If... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Barry Warsaw | Updated the documentation in several respects: |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Barry Warsaw | test_basic(): Add a test for "person@dom.ain (User... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Barry Warsaw | Stoopid change, just to mention that the last checkin... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Barry Warsaw | Fix address parsing to be RFC 2822 conformant. Specifi... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Jack Jansen | File handlers don't work on the mac, so don't pretend... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Fred Drake | Add a unit test for sgmllib (needs work, but has alread... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Fred Drake | Give more useful information about a failing PyUnit... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Fred Drake | Remove a duplicate test. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Tim Peters | Document doctest's generator-future hack. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Fred Drake | In CDATA mode, make sure entity-reference syntax is... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Guido van Rossum | jcompile(): inherit the CO_GENERATOR_ALLOWED flag from... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Guido van Rossum | PyRun_StringFlags(): forgot to pass the flags on to |
commit | commitdiff | tree | snapshot |
next |