2003-04-18 |
Tim Peters | Heh -- I checked in an old version of this, at a time... |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Tim Peters | _Py_PrintReferenceAddresses(): also print the type... |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Guido van Rossum | Delete the 'h' test -- 'h' is no longer unsigned so... |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Guido van Rossum | Roll back changes to 'h' format code -- too much breaks... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Neal Norwitz | Use True in a few more places. |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Neal Norwitz | Oops, missed updating doc to correct version for split |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Neal Norwitz | Get test to work under regrtest when running whole... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Fred Drake | Added documentation for the handle_pi() method, based... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Neal Norwitz | SF Feature #: 719429, Get the SSL module to build on... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Fred Drake | Add test that demonstrates SGML-style handling of proce... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Fred Drake | - use Tue/False for booleans |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Jack Jansen | dded missing k and K format specifiers to Py_BuildValue... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Fred Drake | markup banalities |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Gustavo Niemeyer | Implemented posix-mode parsing support in shlex.py... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Jack Jansen | Oops, 'k' is the new format code for un unchecked 32... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Jack Jansen | Converted manually written code to the new K format... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Tim Peters | _Py_PrintReferences(): Changed to print object address... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Thomas Heller | SF # 595026: support for masks in getargs.c. |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Guido van Rossum | - New C API PyGC_Collect(), same as calling gc.collect(). |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Guido van Rossum | Changes in support of PEP 269. |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Guido van Rossum | A missing piece of the PEP 269 patch: add PyParser_SetE... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Tim Peters | Py_Finalize(): Reverted recent changes that tried... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Guido van Rossum | Changes from Jonathan Riehl to allow his pgen extension... |
commit | commitdiff | tree | snapshot |
2003-04-17 |
Neal Norwitz | Remove extra space in docstring |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Guido van Rossum | - The repr() of a weakref object now shows the __name__... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Martin v. Löwis | Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Guido van Rossum | Add 'get' method to Variable and switch it from interna... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Guido van Rossum | - super() no longer ignores data descriptors, except... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Guido van Rossum | Sigh. The crucial change was still missing from the... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Martin v. Löwis | For StringVar results to strings. Document that boolean... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Guido van Rossum | - super() no longer ignores data descriptors, except... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Raymond Hettinger | Minor source formatting fixes. |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Barry Warsaw | Mostly reformatting, splitting long lines, whitespace... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Raymond Hettinger | As discussed on python-dev, revised docs to note that |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Neal Norwitz | Add version info for name2codepoint and codepoint2name |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Jack Jansen | When on MacOSX, and only in a framework build, add |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Jack Jansen | The identify() description didn't match the code. Fixed. |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Jack Jansen | Refer people to the help pages on failure to load the... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Jack Jansen | Added a note on getting 404 Not Found errors when loadi... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Jack Jansen | Added support for per-user installs. |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Jack Jansen | Allow switching of install dir after creation of prefer... |
commit | commitdiff | tree | snapshot |
2003-04-16 |
Walter Dörwald | Add two dictionaries to htmlentitydefs: name2codepoint... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Guido van Rossum | Fix three (!) object leaks in the code for assignment... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Jack Jansen | Adapted GUI for per-user install. Doesn't do anything... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Jack Jansen | Test SystemEvents too. |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Martin v. Löwis | Use object interface for global vars. Fixes #721171. |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Guido van Rossum | Ouch, it's Carlo Verre, not Verre Carlo. |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Walter Dörwald | Add a few errors tests for range(). |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Walter Dörwald | Fix copy & paste error in comment. |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Walter Dörwald | Fix the test so that it works even when /etc/group... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Walter Dörwald | Fix the test so that it works even when /etc/passwd... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Guido van Rossum | - pythunrun.c, Py_Finalize(): move the call to _Py_Prin... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Jack Jansen | - Use the tarfile module to unpack tarfiles. |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Tim Peters | test_range(): The C code changed to raise TypeError... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Guido van Rossum | Move the call to _Py_PrintReferences() a bit further... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Guido van Rossum | Some errors from range() should be TypeError, not Value... |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Walter Dörwald | Port test_pwd.py to PyUnit. Check that getpwall() and |
commit | commitdiff | tree | snapshot |
2003-04-15 |
Raymond Hettinger | Extend SF patch #707257: Improve code generation |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Guido van Rossum | The date class is now properly subclassable. (SF bug... |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Guido van Rossum | Close off the "Verre Carlo hack" as discussed on python... |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Guido van Rossum | super_getattro(): kill some dead code; explain a mystery. |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Guido van Rossum | - list.insert(i, x) now interprets negative i as it... |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Andrew M. Kuchling | Add a name |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Guido van Rossum | Prompted by Tim's comment, when handle_range_longs... |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Guido van Rossum | SF patch #720991 by Gary Herron: |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Andrew M. Kuchling | Fix docstring typo |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Jason Tishler | Patch #709178: remove -static option from cygwinccompiler |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Jeremy Hylton | Make readers and writers participate in garbage collection. |
commit | commitdiff | tree | snapshot |
2003-04-14 |
Neal Norwitz | Get test working if gzip support is not available |
commit | commitdiff | tree | snapshot |
2003-04-13 |
Tim Peters | handle_range_longs(): refcount handling is very delica... |
commit | commitdiff | tree | snapshot |
2003-04-13 |
Andrew M. Kuchling | Mention timeit module |
commit | commitdiff | tree | snapshot |
2003-04-13 |
Andrew M. Kuchling | Use simpler import |
commit | commitdiff | tree | snapshot |
2003-04-13 |
Tim Peters | Must declare vrbls at the tops of blocks in C89 (wouldn... |
commit | commitdiff | tree | snapshot |
2003-04-12 |
Jack Jansen | Oops, _propdeclarations and friends are needed: gensuit... |
commit | commitdiff | tree | snapshot |
2003-04-12 |
Skip Montanaro | use PyModule_Add{Int,String}Constant() where appropriate |
commit | commitdiff | tree | snapshot |
2003-04-12 |
Skip Montanaro | tighten up string checks |
commit | commitdiff | tree | snapshot |
2003-04-12 |
Skip Montanaro | add writerows docstring |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Barry Warsaw | Back out of setting the default charset to iso-8859-1. |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Barry Warsaw | NullTranslations.__init__(): Back out of setting the... |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Skip Montanaro | zap commented out bit of code |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Neal Norwitz | Fix markup |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Guido van Rossum | Patch by Chad Netzer (with significant change): |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Barry Warsaw | From http://mail.python.org/pipermail/i18n-sig/2003... |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Jack Jansen | Added a note that the Mac OSA modules are documented. |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Neal Norwitz | SF patch #706707, time.tzset standards compliance updat... |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Jack Jansen | Moved all the scripting stuff to a separate section... |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Fred Drake | Avoid creating one of the TestSuite objects. |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Neal Norwitz | Fix test_tarfile failure when gzip is not available |
commit | commitdiff | tree | snapshot |
2003-04-10 |
Neal Norwitz | Attempt to make all the various string *strip methods... |
commit | commitdiff | tree | snapshot |
2003-04-10 |
Neal Norwitz | Move declaration of enc to scope where it is used |
commit | commitdiff | tree | snapshot |
2003-04-10 |
Neal Norwitz | Add a space after expression to be consistent |
commit | commitdiff | tree | snapshot |
2003-04-10 |
Guido van Rossum | PyErr_NormalizeException(): in the type==NULL test... |
commit | commitdiff | tree | snapshot |
2003-04-10 |
Skip Montanaro | hoist contents of csv submodule up to the package level |
commit | commitdiff | tree | snapshot |
2003-04-10 |
Raymond Hettinger | SF patch #718867: Fix reference leak for time.strptime |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jeremy Hylton | Make Unpickler objects colletable. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jeremy Hylton | Make Picklers collectable. |
commit | commitdiff | tree | snapshot |
next |