2002-09-10 |
Fred Drake | Clarify who maintains Tkinter and who maintains Tk. |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Guido van Rossum | At Jim Fulton's request, increase the maxstring value... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Tim Peters | I left some debugging junk in here; removed it. Also... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Jack Jansen | All set for 2.3 installer, except for upgrade of Vise... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Tim Peters | A few days ago a test was added here to ensure that... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Jack Jansen | Fixed typo spotted by Whomas Touters. |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Barry Warsaw | _parsebody(): Instead of raising a BoundaryError when... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Barry Warsaw | Import _isstring() from the compatibility layer. |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Barry Warsaw | _isstring(): Factor out "stringiness" test, e.g. for... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Barry Warsaw | _ascii_split(): Don't lstrip continuation lines. Close... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Barry Warsaw | test_splitting_first_line_only_is_long(): New test... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Barry Warsaw | A sample message with broken MIME boundaries. |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Tim Peters | extract_time(): Squash compiler warning about possibly... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Martin v. Löwis | Add missing return statement. |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Raymond Hettinger | Document type and semantics of the tp_print return... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Jack Jansen | Added include guards and C++ extern "C" {} constructs... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Jack Jansen | Reverted previous change, I was confused. |
commit | commitdiff | tree | snapshot |
2002-09-10 |
Martin v. Löwis | Use utimes(2) where available to support microsecond... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Martin v. Löwis | Always generate floats for stat_result; fix configure... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Martin v. Löwis | Patch #606592: Subsecond timestamps in stat_result. |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Andrew M. Kuchling | The .preprocess() method didn't work, because it didn... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Andrew M. Kuchling | Include an empty body when checking for a header file |
commit | commitdiff | tree | snapshot |
2002-09-09 |
Martin v. Löwis | Fix escaping of non-ASCII characters. |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Raymond Hettinger | Fix typo. Close SF Bug 606354. |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Raymond Hettinger | Clarified that the footnote applies to versions 1.5... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Raymond Hettinger | shutil.copyfile(src,dst) was clobbering the file when... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Raymond Hettinger | Fix API typo. The write buffer is not const. Closes... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Raymond Hettinger | Extended IDLE's open module menu item to handle hierarc... |
commit | commitdiff | tree | snapshot |
2002-09-08 |
Jeremy Hylton | A little refactoring. |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Skip Montanaro | tightened up the definition of \b and \B some more... |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Neal Norwitz | Try to get test to pass on Windows |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Raymond Hettinger | Change UserDict to IterableUserDict |
commit | commitdiff | tree | snapshot |
2002-09-07 |
Jack Jansen | Next few steps towards a 2.3 installer. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | First steps towards a 2.3 installer. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Enable _AH module. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Import Carbon.AH, not Carbon.Help |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Reorganized order of help menu, and don't show Carbon... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Silly me, I enabled the old help module. Fixed. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Added carbon Help module. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Upped the stack size to 256KB. test_class ran afoul... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Skip UDP testing for MacPython (for now), it hangs... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Updated the notes on building a binary installer. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | The script was very sloppy about which variables held... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Fixed a typo in the binary install notes |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Get rid of non-ascii characters. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Use PyString_CHECK_INTERNED. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Started on documentation for building a MacOSX binary... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Remove .pyo files too. |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Jack Jansen | Script to generate .pkg packages, donated by Dinu Gherm... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Raymond Hettinger | Have os.environ() inherit from the iterable version... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Raymond Hettinger | Added a tutorial note and example regarding the scope... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Walter Dörwald | Add a test case that checks that the proper exception... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Walter Dörwald | Apply diff3.txt (plus additional documentation) |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Skip Montanaro | update docs to reflect that \b considers underscore... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Barry Warsaw | test_set_param(), test_del_param(): Test RFC 2231 encod... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Barry Warsaw | _formatparam(), set_param(): RFC 2231 encoding support... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Barry Warsaw | test_mondo_message(): "binary" is not a legal content... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Barry Warsaw | test_replace_header(): New test for Message.replace_hea... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Barry Warsaw | replace_header(): New method given by Skip Montanaro... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Neal Norwitz | SF bug # 585792, Invalid mmap crashes Python interpreter |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Neal Norwitz | Added "that" to correct grammar, the rest is due to... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Neal Norwitz | PyObject_RichCompareBool() already returns -1, 0, or... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Neal Norwitz | --with(out)-thread is deprecated according to configure... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Neal Norwitz | SF # 555779, import user doesn't work with CGIs |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Raymond Hettinger | Micro-optimization for list_contains. Factored double... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Raymond Hettinger | Micro-optimization for list_contains. Factored double... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2002-09-05 |
Raymond Hettinger | smptlib did not handle empty addresses. |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Walter Dörwald | Change the unicode.translate docstring to document... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2002-09-04 |
Guido van Rossum | In doc strings, use 'k in D' rather than D.has_key(k). |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Skip Montanaro | added a bit about the change to the thread ticker |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | Delete the %c test from test_date_time() untill Brett... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Jeremy Hylton | Move code for reading chunked responses in helper function, |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Skip Montanaro | missed this one on the previous multi-file checkin... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | Add a custom __str__ method to KeyError that applies... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Skip Montanaro | Bump default check interval to 100 instructions. Compu... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Skip Montanaro | replace thread state objects' ticker and checkinterval... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Jeremy Hylton | SF bug [ 600488 ] Robustness tweak to httplib.py |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | testConnectTimeout(): set the timeout to a smaller... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | Update the module doc comment. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | (Most of) SF patch 601369 (Christos Georgiou): obmalloc... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | Fix for SF bug 601077 by Zack Weinberg. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Tim Peters | Removed reliance on gcc/C99 extension. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Walter Dörwald | Check whether a string resize is necessary at the end |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Skip Montanaro | expose PYTHON_API_VERSION macro as sys.api_version... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Martin v. Löwis | Ignore encoding declarations inside strings. Fixes... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Andrew M. Kuchling | Add reminder about PEP293 |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Kurt B. Kaiser | (Re)Apply Sourceforge Python patch 520483, Sourceforge... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Walter Dörwald | Check string for NULL before using it to format the... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Walter Dörwald | Removed bogus PyUnicodeTranslateError_GetEncoding, as |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Walter Dörwald | Limit the length of attribute names in exception messages |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Fred Drake | Minor change for symmetry with PyXML: PyDoc_STR should... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Walter Dörwald | PEP 293 implemention (from SF patch http://www.python... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Jack Jansen | Generate pythonw.sh on the fly. |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Jack Jansen | Pass -x badsyntax to compileall. |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Barry Warsaw | _structure(): Use .get_content_type() |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Guido van Rossum | SF bug 601775 - some int results that should be bool. |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Raymond Hettinger | Added comparison functions to dict proxies. |
commit | commitdiff | tree | snapshot |
next |