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 |
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 |
next |