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 |
2002-03-01 |
Neal Norwitz | SF #517447, correct syntax error |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Martin v. Löwis | Patch #523268, #522027: return enhanced tuples. |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Martin v. Löwis | Patch #523268, #522027: return enhanced tuples. |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Martin v. Löwis | Patch 520694: arraymodule.c improvements: |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Martin v. Löwis | Patch #520062: Support IPv6 with VC.NET. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Jeremy Hylton | Cells are not VAR objects. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Guido van Rossum | SF patch 518765 (Derek Harland): Bug in copy.py when... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Tim Peters | SF patch 522961: Leak in Python/thread_nt.h, from... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Tim Peters | PyGC_Head: Use "long double" instead of "double" as... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Guido van Rossum | SF patch #524005 by Paul Eggert. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Martin v. Löwis | Patch #522279: transformer.py nodes shadows global. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Martin v. Löwis | Correct various errors: |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Andrew MacIntyre | %#x/%#X format conversion cleanup (see patch #450267): |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Marc-André... | Allow shebang's which use versioned Python binaries... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Tim Peters | Fix 2.2.1 string. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Tim Peters | Reserve a Windows build num for 2.2.1c1. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Michael W.... | Add 2002 to PSF copyrights. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Guido van Rossum | SF patch #523169, by Samuele Pedroni. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Jack Jansen | Some buffers needed to be unsigned char, not char. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Andrew MacIntyre | OS/2 EMX port changes (Python part of patch #450267): |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Andrew MacIntyre | OS/2 EMX port changes (Objects part of patch #450267): |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Andrew MacIntyre | OS/2 EMX port changes (Include part of patch #450267): |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Steven M. Gava | bugfix for the problem where EditorWindow instances |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Guido van Rossum | canonic(): Fix by Edward K Ream to make breakpoints... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Guido van Rossum | Fix by Edward K Ream to make breakpoints work on Window... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Guido van Rossum | Edward K. Ream. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Guido van Rossum | Fix by Edward K Ream to make breakpoints work on Window... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Fred Drake | Fix error in explanation of the interaction between... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Marc-André... | Add documentation about how the inter-module linking... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Martin v. Löwis | Set TCL_LIBRARY before import _tkinter. Suggested by... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Martin v. Löwis | Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Martin v. Löwis | Accept Unicode strings as SMTP TO addresses. Fixes... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Andrew MacIntyre | OS/2 EMX port Library and regression test changes: |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Steven M. Gava | tracking changes to python idle: |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Martin v. Löwis | Patch #520483: Make IDLE OutputWindow handle Unicode. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Martin v. Löwis | Patch #521714: fix pychecker warnings in ast.py. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Martin v. Löwis | Patch #521670: Remove unused sys import. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Tim Peters | SF bug #501591: dir() doc is old |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Greg Ward | Grammar tweak. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Fred Drake | Typo: thsi -> this. Closes SF bug #521450. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Andrew MacIntyre | Create and populate OS/2 EMX port platform specific... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Piers Lauder | moved command logging routines into IMAP4 class: thread... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Thomas Heller | First version which runs an install-script (specified... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Fred Drake | Correct the refcount information for the PyWeakref_GetO... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Tim Peters | Somebody made list.__dict__ grow a '__doc__' key, but... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Neal Norwitz | SF #515023. Make _DummyThread.join() signature match... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Neal Norwitz | SF #515041, Update path for 2.3 |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Martin v. Löwis | Allow __doc__ to be of arbitrary type. Patch by James... |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Steven M. Gava | further work on config system |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Steven M. Gava | handle user theme and key set deletion |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Neil Schemenauer | Move some opcodes to top of big eval_frame switch state... |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Tim Peters | SF bug #497839: reindent chokes on empty first lines. |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Andrew MacIntyre | Create and populate OS/2 EMX port build directory: |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Tim Peters | Repair so that importing socket doesn't blow up on... |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Tim Peters | Moved the declaration of PySocketSock_Type from socketm... |
commit | commitdiff | tree | snapshot |
next |