2000-09-19 |
Martin v. Löwis | Support sizehint in StringIO.readlines, as documented. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Martin v. Löwis | Implement readlines function. Closes Bug #110686. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Tim Peters | Obscure marshal fixes: |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Guido van Rossum | Patch #101121, by Ka-Ping Yee: cosmetic cleanup of... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Guido van Rossum | An honest attempt to make this work on Unix, Windows... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Guido van Rossum | Only supply popen2, popen3 when fork exists. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Guido van Rossum | Make better use of GNU Pth -- patch by Andy Dustman. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Tim Peters | Updated Windows build info. |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Jeremy Hylton | Do not close socket when a Content-Length is 0. This... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Paul Prescod | Test output that goes with updated test_minidom. |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Fred Drake | Fix serious typo! |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Paul Prescod | Change assertions to confirmations so that optimization... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Fred Drake | Fix up the cleanup of the temporary DB so it works... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Fred Drake | Reduce the number of imports needed. |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Fred Drake | Document the "printable" and "punctuation" constants... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Fred Drake | Richard Mortier <rmm1002@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Fred Drake | Remove two unnecessary imports. |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Fred Drake | Once we're done with the sys module, remove it from... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Marc-André... | Deferred the attribute name object type checking to... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Fred Drake | Add missing \declaremodule for zipfile. |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Marc-André... | PyObject_SetAttr() and PyObject_GetAttr() now also... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Tim Peters | Repaired some glitches in the MD5 and SHA docs; copied... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Marc-André... | sys.setdefaultencoding() should only be called in case... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Jeremy Hylton | satisfy the tabnanny |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Greg Ward | Catch up to recent changes in TextFile (spotted by... |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Fred Drake | Added documentation for new functions. |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Fred Drake | Add invert() and __invert__() as aliases for inv()... |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Tim Peters | Fix for SF bug 110688: Instance deallocation neglected... |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Greg Ward | Fixed to respect 'define_macros' and 'undef_macros... |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Greg Ward | Added 'expand_makefile_vars()' to (duh) expand make... |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Greg Ward | Added 'read_setup_file()' to read old-style Setup files... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Tim Peters | arraymodule: Fix SF bug 113960. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Barry Warsaw | Allow this script to act like a module by only calling... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Make the <body> tag match those of the generated HTML... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Document \cfuncdesc, \ctypedesc, and \cvardesc. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Guido van Rossum | Improve the test output a bit. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Push more of the display control into the style sheet. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Changed so lines that are all comment (or just whitespa... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Andrew Kuchling: |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | [change from 2000/08/11, propagating now to distutils... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | [change from 2000/04/17, propagating now to distutils... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Guido van Rossum | Use PyOS_setsig() instead of directly calling signal... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Guido van Rossum | Use typedef PyOS_sighandler_t and APIs PyOS_getsig... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Guido van Rossum | Add PyOS_getsig() and PyOS_setsig() -- wrappers around... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Guido van Rossum | Add typedef PyOS_sighandler_t and prototypes for PyOS_g... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Guido van Rossum | Document new APIs PyOS_getsig() and PyOS_setsig(). |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Rene Liebscher: if we have to run the same sub-command... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Renamed --keep-tree to --keep-temp. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Renamed --clean to --no-keep-temp and --noclean to... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Renamed --keep-tree option to --keep-temp. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Ensure sub-commands of "install" are reinitialized... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Remove some debugging output from the last change. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | In 'reinitialize_subcommand()', pass 'reinit_subcommand... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Generalized 'reinitialize_command()' so it can optional... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Added the "sub-command" machinery to formalize the... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Factored the "sub-command" machinery out to Command... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Use a really ugly hack that depends on output processin... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Update URL to unicode.org's FTP site using an HTTP... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Update *both* uses of the URL to the zlib home page... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Update link to the zlib homepage. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Update the link to Andrew Kuchling's crypto code. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Update link to the FIPS PUB 180-1 (PDF is available... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Fred Drake | Update some stale links. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Tim Peters | Repair senseless random.seed docstring (reported on... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Tim Peters | Fixed legit gripe from c.l.py that math.fmod docs aren... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Tweaked the build temp dir names again. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Include the Python version in the platform-specific... |
commit | commitdiff | tree | snapshot |
2000-09-16 |
Greg Ward | Document the directory separatory for include dir and... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jack Jansen | This will eventually evolve into a package that creates... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Neil Schemenauer | - add a new test |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Fred Drake | Fix a link -- there is no starship.python.org! |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Fred Drake | Add a constant "library" to the module which names... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Fred Drake | Add some comments on the available implementations... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jeremy Hylton | fix bug #110661 (PR#356) -- accept either & or ; as... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Neil Schemenauer | Don't remove instance objects from the GC container... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Fred Drake | Some systems need -lucb to compile the mmap module... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Barry Warsaw | Py_Main(), usage(), usage_mid: Add -h and -V flags... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Barry Warsaw | Describe the -h and -V flags. Closes patch #101496 |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Paul Prescod | Fixed some typos. Removed one obsolete comment. |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Skip Montanaro | add cross reference to mimetools module |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Skip Montanaro | RET_SAVE references should be Py_BLOCK_THREADS references |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Paul Prescod | Fixed bug that disallowed processing instructions befor... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Guido van Rossum | Fix for bug #113693: with the changes to the IMPORT_FRO... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Guido van Rossum | Include the filename in the errror message for F5 witho... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Fred Drake | Update comments in the second paragraph, discussing... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jeremy Hylton | Fix Bug #114293: |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jack Jansen | Read a QuickTime movie and return the frames. |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jack Jansen | Before comparing os.uname() to BeOS check that os.uname... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jack Jansen | For current directory use os.curdir, not ".". |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jack Jansen | Allow am/pm as well as AM/PM (C9X behaviour). |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jack Jansen | Added B format char to Py_BuildValue (same as b,h,i... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jack Jansen | Cast UCHAR_MAX to int before doing the comparison for... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Martin v. Löwis | Use symbolic constants for allowable short ranges. |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Tim Peters | Closes SF bug 113894: on Windows, things like os.listd... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Tim Peters | Added simple batch file to make running the test suite... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Martin v. Löwis | Correctly cast the return value of realloc. |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Martin v. Löwis | Check range for bytes and shorts. Closes bug #110845. |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Martin v. Löwis | Correctly use realloc return value. Fixes bug #114424. |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Martin v. Löwis | Support \r in source files. Closes bug #101425. |
commit | commitdiff | tree | snapshot |
next |