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 |
2003-04-09 |
Jeremy Hylton | Missing DECREF. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jason Tishler | Patch #718551: cygwinccompiler.get_versions() patch |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Add test for MessageBeep() |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | - New function winsound.MessageBeep() wraps the Win32 API |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Add MessageBeep() API. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Detabified. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Make it possible to call instancemethod() with 2 arguments. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Reformat a few docstrings that caused line wraps in... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Fix two crashes on Windows: |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Various improvements to the way the table is formatted... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | - New function sys.call_tracing() allows pdb to debug... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Fred Drake | Minor markup adjustments. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Try to discourage use of PyObject_Type(). |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Don't use (PyObject *)PyObject_Type(x). It is a leaky... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Andrew M. Kuchling | Re-indent example; fix typo |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | property_traverse() should also traverse into prop_doc... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jason Tishler | Patch #709178: remove -static option from cygwinccompiler |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jack Jansen | Created a minimal MacOSX section. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jack Jansen | Detabbed. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Andrew M. Kuchling | Remove the --verify option in favor of the standard... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Fred Drake | Lots of small markup adjustments. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Fred Drake | Add dependency information for the hotshot package... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Anthony Baxter | extra punctuation removed |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Fred Drake | Add dependency information for the timeit module docs. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Skip Montanaro | + libtimeit |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Skip Montanaro | doc for timeit module/script - mostly just a recast... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Jeremy Hylton | Make staticmethods and classmethods participate in GC. |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Just van Rossum | tentative fix for #712322: modification time stamp... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Skip Montanaro | install timeit.py as a command line script |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Skip Montanaro | add a #! line for unix weenies |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Tim Peters | New tests identical to boom and boom2, except using... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Skip Montanaro | correct a couple docstring nits |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Fred Drake | Added example of using positional and keyword args... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Fred Drake | Markup fix. |
commit | commitdiff | tree | snapshot |
next |