2002-07-30 |
Thomas Heller | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Thomas Heller | Fix SF 588452: debug build crashes on marshal.dumps... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Michael W.... | add description of LLTRACE. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | Use PyArg_ParseTuple() instead of PyArg_Parse() which... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | Fix docstring to be consistent with parameter name... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | SF patch #584245, get python to link on OSF1 (Dec Unix) |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | SF patch #587889, fix memory leak of tp_doc |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Jack Jansen | First stab at the launcher application. This will be... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Jason Tishler | Patch #553702: Cygwin make install patch |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Michael W.... | Fix for |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Thomas Heller | New functions for extension writers on Windows: |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Martin v. Löwis | Revert #571603 since it is ok to import codecs that... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Mark Hammond | Excise DL_IMPORT/EXPORT from object.h, and related... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Thomas Heller | Recompiled the exe and updated bdist_wininst.py. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Andrew M. Kuchling | Add posix.lchown() |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Guido van Rossum | Add 'engine' back. IDLE used this, others might have... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #586999: Fix multiline string in sendmail example. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | Fix the problem of not raising a TypeError exception... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #574867: Correct list.extend docstring. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #573770: Implement lchown. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Pass length of result structure into setipaddr. Fixes... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | SF patch #577031, remove PyArg_NoArgs() since it's... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | SF patch #577031, remove PyArg_Parse() since it's depre... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | SF patch #577031, remove PyArg_Parse() since it's depre... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | Fix SF bug 587012, doc mentions inexistent builtin... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | Fix last checkin, can't use " inside a string |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #571603: Refer to encodings package explicitly. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #543498: Use License: field instead of Copyright:. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #552812: Better description in "python -h" for -u. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #554716: Use __va_copy where available. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #575827: allow threads inside SSL creation. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #581705: Catch OSError, termios.error in spawn... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Kurt B. Kaiser | Reset the Python execution server environment to its... |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Piers Lauder | remove redundant import |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Piers Lauder | remove redundant code |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Piers Lauder | remove o/s dependancy from test |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Skip Montanaro | tighten up the unicode object's docstring a tad |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jack Jansen | Use os.environ.get() in stead of os.getenv() (which... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jack Jansen | Reorganized so the test is skipped if os.popen() doesn... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jack Jansen | Added a __contains__ method. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Kurt B. Kaiser | Reverse the RPC socket connection: Python execution... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Fred Drake | Small clarifications when referring to the sys.exc_... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Fred Drake | Remove duplicate checks of the Node.allnodes variable. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Fred Drake | Add an XXX comment and a pointer to a full bug report. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Don't be so hasty. If PyInt_AsLong() raises an error... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Put checks for error returns in the right place. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Fred Drake | - Make number in comment match the targets in that... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Skip Montanaro | * runctx - fix a couple typos |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Complain if __len__() returns < 0, just like classic... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Extended socket.htonl and ntohl to accept longs. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Remove test that was none too picky about whether attri... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Skip Montanaro | remove spurious SET_LINENO from com_list_for and com_li... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Guido van Rossum | Get rid of _expand() altogether - the match object... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Jeremy Hylton | Flesh out description of getlogin() and recommend again... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Guido van Rossum | The test for re.engine was misfiring because re.engine... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Barry Warsaw | Use full package paths in imports. |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Tim Peters | Taught the Windows installer about changes in the struc... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Barry Warsaw | Added a couple of more tests for Header charset handling. |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Barry Warsaw | Oops, missed an import of test_support. |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Barry Warsaw | A few updates about how/where to import test_support... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Barry Warsaw | Get rid of relative imports in all unittests. Now... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Mark Hammond | Replace DL_IMPORT with PyMODINIT_FUNC and remove "... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Barry Warsaw | append(): Bite the bullet and let charset be the string... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Barry Warsaw | make_header(): Watch out for charset is None, which... |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Guido van Rossum | News about StopIteration as a "sink state". |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Guido van Rossum | Add news about strptime and socket.setdefaulttimeout(). |
commit | commitdiff | tree | snapshot |
2002-07-23 |
Neal Norwitz | SF patch #581396, Canvas "select_item" always returns... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Andrew M. Kuchling | [Bug #580462] Mention changes to GC API |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Andrew M. Kuchling | Sort changed modules into alphabetical order; no other... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Andrew M. Kuchling | Rewrite a paragraph, and use correct mark-up |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Mark Hammond | Remove a strange single quote that didn't seem to upset... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Mark Hammond | Nuke the only DL_* in this directory. |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Neal Norwitz | Move DL_IMPORT/DL_EXPORT to Build section, I think... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Neal Norwitz | SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Mark Hammond | Add note about DL_IMPORT deprecation. |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Jack Jansen | Fixed potential refcount problems with interned strings... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Jack Jansen | Finally found out why te cf project sometimes worked... |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Tim Peters | New test "+sort", tacking 10 random floats on to the... |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Tim Peters | Changed import from |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Kurt B. Kaiser | Bug: clearing the shell undo list after a prompt was... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Neal Norwitz | Get popen test to work even if python is not in the... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Martin v. Löwis | Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Tim Peters | Added new test "3sort". This is sorted data but with... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Neal Norwitz | add versionadded to doc |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Guido van Rossum | unpack_string(): avoid a compiler warning (about a... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Guido van Rossum | Move the setting of os.environ['LANGUAGE'] to setup... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | Shut the test up and add a missing import |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | The email package's tests live much better in a subpackage |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | The email package's tests live much better in a subpackage |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | message_from_string(), message_from_file(): The consens... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | Parser.__init__(): The consensus on the mimelib-devel... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | To better support default content types, fix an API... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | _structure(): Take an optional `fp' argument which... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | _dispatch(): Use the new Message.get_content_type(... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Fred Drake | Follow PyXML: Remove all prints from successful tests... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Fred Drake | Return NULL instead of 0 from function with a pointer... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Alas, roll back the definition of _XOPEN_SOURCE. It... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Remove a few lines that aren't used and cause problems... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Neal Norwitz | Pure Python strptime implementation by Brett Cannon... |
commit | commitdiff | tree | snapshot |
next |