2002-03-14 |
Tim Peters | News about zlib-1.1.4. |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Skip Montanaro | update text to refer to ServerProxy class in preference... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Tim Peters | Move to zlib 1.1.4 on Windows (the new version that... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Fred Drake | Describe how to support the iterator protocol in extens... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Neal Norwitz | SF #515015, raise exception if code not found in findso... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Fred Drake | Extend the list of special characters and magic markup... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Fred Drake | Change the way \textasciitilde is implemented so it... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Martin v. Löwis | Verify arguments for nl_langinfo. Fixes #528879. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Fred Drake | Change the example code to prefer PyModule_Add*() inste... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Fred Drake | Update docstrings to use te attribute names of the... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Guido van Rossum | Test for the fix I just checked in to moduleobject.c. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Guido van Rossum | Fix for SF bug #529050 - ModuleType.__new__ crash. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Fred Drake | Add a note that Py_None needs the same reference count... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Fred Drake | "level" keyword argument in example should be "stacklevel". |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Skip Montanaro | back out spurious change from 1.22 |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Skip Montanaro | Popen3 and Popen4 should be in __all__ |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Jack Jansen | Add a -Wno-long-double flag to the compile flags on... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Fred Drake | Set/update self.cwd properly. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Tim Peters | Change Windows file.truncate() to (a) restore the origi... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Steven M. Gava | fixes to tabwidth code removal |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Steven M. Gava | remove tabwidth (for tabs) config stuff, |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Steven M. Gava | further work on dynamic config changes; |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Fred Drake | Documentation for PyObject_GetIter(), contributed by... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Fred Drake | Make the extension manual format using the Makefile... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Guido van Rossum | Add a check that SF bug 516727 is really fixed. |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Sjoerd Mullender | Changed C++ comment into standard comment. |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Martin v. Löwis | Patch #443899: Check modes on files before performing... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Guido van Rossum | Update version number in README. |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Tim Peters | file_truncate(): provide full "large file" support... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Guido van Rossum | Bugfix candidate. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Just van Rossum | mkalias() now also works for folders. Fixes bug #515830. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Martin v. Löwis | Access the exception argument to see whether it starts... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Guido van Rossum | Bugfix candidate. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Tim Peters | SF patch 499062: Minor typo in test_generators.py. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Martin v. Löwis | Patch #504224: add plan9 threads include to thread.c. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Martin v. Löwis | Patch #494045: patches errno and stat to cope on plan9. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Martin v. Löwis | Patch #494047: removes 64-bit ?: to cope on plan9. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Martin v. Löwis | Patch #500136: Update Update ext build documentation... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Jeremy Hylton | Fix SF bug 525520. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Tim Peters | SF bug 525705: [2.2] underflow raise OverflowException. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Tim Peters | Docstring for filter(): Someone on the Tutor list... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Fred Drake | Add more explanation of how data_files is used (esp... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Jeremy Hylton | Add fix for AIX as reported by srubben in SF bug #477487. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Jeremy Hylton | Fix pyclbr test of httplib without really understanding... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Jeremy Hylton | Fix leak of NotImplemented in previous checkin to PyNum... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Jeremy Hylton | Fix for SF bug 516727: MyInt(2) + "3" -> NotImplemented |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Jeremy Hylton | SF bug report #405939: wrong Host header with proxy |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Andrew M. Kuchling | [Bug #491820] Define two abstract methods to shut up... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Andrew M. Kuchling | [Bug #517554] When a signal happens during the select... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Andrew M. Kuchling | As part of fixing bug #523301, add a simple test of... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Andrew M. Kuchling | [Bug #523301] ConfigParser.write() produces broken... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Andrew M. Kuchling | [Bug #486527] Note that the caller has to ensure there... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Andrew M. Kuchling | [Bug #512799] urllib.splittype() returns a 2-tuple... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Jeremy Hylton | Fix SF bug #526518 |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Jack Jansen | When testing for availability of pthreads without speci... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Piers Lauder | fixed missing IMAP4_SSL_PORT |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Tim Peters | SF bug 515943: searching for data with \0 in mmap. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Fred Drake | Add entry for mac/libscrap.tex. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Fred Drake | I started writing more documentation on the Scrap modul... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Skip Montanaro | add Content-Type header to error responses |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Piers Lauder | add SSL class submitted by Tino Lange |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Fred Drake | "Shortcut" should be "short-circuit". |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Skip Montanaro | add repr_str as alias for repr_string in both HTMLRepr... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Michael W.... | Guido pointed out that I was missing a couple decrefs. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Michael W.... | Regenerate. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Michael W.... | Apply Jack's patch attached to |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Michael W.... | Test for |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Michael W.... | Special support for pickling os.stat and os.stat_vfs... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Michael W.... | Apply (my) patch: |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Fred Drake | Added missing version annotation for dict(). |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Jack Jansen | CGStubLib wasn't weak-linked, fixed. 221 candidate. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Martin v. Löwis | Set default value for readlines.sizehint to None. Chang... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Michael W.... | A fix & test for |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Fred Drake | Add implementations for \textgreater and \textless... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Fred Drake | Remove extra indenatation from sample interpreter session. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Steven M. Gava | remove debug cruft |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Steven M. Gava | further work on new config system |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Skip Montanaro | add simple example of avoiding backtracking |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Just van Rossum | Added ClipCGContextToRegion() from Quickdraw.h. |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Martin v. Löwis | Remove tp_print. |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Tim Peters | Python no longer compiled on Windows, due to #include... |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Barry Warsaw | Removed two unused imports. Closes patch #525225. |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Martin v. Löwis | Patch #50002: Display line information for bad \x escapes: |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Neal Norwitz | SF #506611, fix sys.setprofile(), sys.settrace() core... |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Andrew MacIntyre | OS/2 more program behaves like Win32 more |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Andrew MacIntyre | OS/2 EMX port changes (Modules part of patch #450267): |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Andrew MacIntyre | OS/2 EMX port changes (Modules part of patch #450267): |
commit | commitdiff | tree | snapshot |
2002-03-03 |
Andrew MacIntyre | OS/2 EMX port changes (Modules part of patch #450267): |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Just van Rossum | Added support for SyncCGContextOriginWithPort(). |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Tim Peters | Whether platform malloc(0) returns NULL has nothing... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Steven M. Gava | First work on making config changes dynamic, |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Tim Peters | For clarity, change _longobject to build directly from... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Tim Peters | _PyLong_Copy(): was creating a copy of the absolute... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Tim Peters | Revert the last odd change to PyNumber_Long: the probl... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Barry Warsaw | Added PortableUnixMailbox to the __all__ variable,... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Guido van Rossum | SF patch 514641 (Naofumi Honda) - Negative ob_size... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Guido van Rossum | SF patch 517245 by Marc Recht. |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Michael W.... | Changes to what we do to modules that don't import, as |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Martin v. Löwis | Patch #524008: Fix portability bug on new POSIX hosts |
commit | commitdiff | tree | snapshot |
next |