2000-09-22 |
Neil Schemenauer | - Replace debugleak flag with findleaks flag. The... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Neil Schemenauer | - Add test for new SAVEALL debugging flag |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Neil Schemenauer | - Add DEBUG_SAVEALL option. When enabled all garbage... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Fred Drake | When PyInt_FromLong() returns NULL, you do not need... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Jack Jansen | Contributed modules by Riccardo Trocca. Extended pixmap... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Jack Jansen | Allow lists of files/fsspecs as the source for copy... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Tim Peters | Implemented new os.startfile function, unique to Window... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Guido van Rossum | More whitespace cleanup, to satisfy tabnanny.py. Don... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Guido van Rossum | Get rid of the one tab in the file. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Tim Peters | Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Fred Drake | White space cleanup, including one item that was an... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Fred Drake | Remove debugging print. ;( |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Fred Drake | Correct some bitrot; some things have become inaccurate... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Greg Ward | Tweak what happens when run on non-Windows platforms... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Greg Ward | Changed all paths in the INSTALL_SCHEMES dict to Unix... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Greg Ward | Fix 'convert_path()' so it returns immediately under... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Denis S. Otkidach <ods@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Guido van Rossum | Untested patch by Ty Sarna to make TELL64 work on older... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Martin v. Löwis | Indent _connection_class so that it becomes HTTPS._conn... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Lots of minor fixes, many suggested by Detlef Lannert |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Jack Jansen | Various tweaks and bugfixes to GetArgv. It now appears... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Added dependencies on the bug-reporting text. |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Include the new text on reporting bugs in a few useful... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | New text about how to report bugs in Python and the... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Marc-André... | Updated according to the changes made to the "s#" parse... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Marc-André... | Added a true unicode_internal_encode function and fixed the |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Marc-André... | Special case the "s#" PyArg_Parse() token for Unicode... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Marc-André... | Special case the "s#" PyArg_Parse() token for Unicode... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Revise the test case for pyexpat to avoid using asserts... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Guido van Rossum | The minidom.Node class has a debug attribute which... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Remove memory leaks of strings/Unicode objects passed... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Paul Prescod <paul@prescod.net>: |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fredrik Lundh | - fixed yet another gcc -pedantic warning |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | SAXException.__getitem__(): Raise AttributeError inste... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Guido van Rossum | As suggested by Toby Dickenson, setting ob_type to... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Convert the longest two tables from tableii to longtabl... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Add new environments: longtableii, longtableiii, and... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Allow the LaTeX markup descriptions to use the \morearg... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Jeremy Hylton | fix bogus references to imp; makes test_minidom succeed |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Guido van Rossum | Use PyOS_setsig() instead of signal(). Also remove... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Lars Gustäbel | Now uses make_parser to create its parser (patch 101573). |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Lars Gustäbel | Added the make_parser function (patch 101571). |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Lars Gustäbel | Updated XMLGenerator to new DocumentHandler interface... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Lars Gustäbel | Updated to correct DocumentHandler signatures. (patch... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Tim Peters | Windows installer: |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Tim Peters | Derived from Martin's SF patch 110609: support unbound... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Note that __getitem__() may receive a slice object... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Document directories are not always named with three... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Fred Drake | Fixed a number of small problems reported by Detlef... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Greg Ward | Corran Webster: fix 'change_root()' to handle Mac OS... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Guido van Rossum | On Unix, use O_EXCL when creating the .pyc/.pyo files... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Guido van Rossum | Add a definition of rl_library_version. Reported by... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Fred Drake | .use_latex(): Make this a little smarter so that it... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Fred Drake | Clarify that the softspace attribute is used by print... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Fred Drake | Add entries for the xml.sax documentation. |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Fred Drake | First cut at documentation for the xml.sax package... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Jeremy Hylton | change 2-space indent to 4-space indent |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Jeremy Hylton | distutils setup script |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Guido van Rossum | Fix typo (newtabwith). |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Greg Ward | *Very* belated application of Thomas Heller's patch... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Tim Peters | Treat trailing colon in os.path.join("a:", "b") same... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Jack Jansen | Added GetArgs dialog to EasyDialogs, a very nifty ... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Marc-André... | This patch adds a new Python C API called PyString_AsSt... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Guido van Rossum | Temporary fix for Bug #114821. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Tim Peters | Part of SF patch 101481: on Windows, os.path.join... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Tim Peters | test_userlist.py: |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Tim Peters | SF patch 101391: implemented UserList.__contains__. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Paul Prescod | Fix test errors. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Fred Drake | Moshe Zadka <mzadka@geocities.com>: |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Fred Drake | Many small clarifications, including many suggested... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Martin v. Löwis | New test cases for the StringIO module |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Martin v. Löwis | Don't print specific Node instances unless running... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Fred Drake | make_nav_sectref(): Create more minimal HTML, hanging... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Fred Drake | Clarify a number of issues about the file-like object... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Barry Warsaw | Fixed the error reporting (raise of TestFailed) for... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Guido van Rossum | Randall Hopper: Add fpectl functionality patch for... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Martin v. Löwis | Support sizehint in _fileobject.readlines, as documented. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Thomas Heller | Set the 'nt' installation scheme for the install comman... |
commit | commitdiff | tree | snapshot |
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 |
next |