2003-01-04 |
Raymond Hettinger | Remove the random=None nonsense from sample() before... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Skip Montanaro | Moved this info to the top-level README where all the... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Skip Montanaro | The bsddb3 library does not build w/ Berkeley DB 3... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Skip Montanaro | Merged Misc/AtheOS-NOTES into the platform-specific... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | SF bug #655271: Slightly modify locals() doc |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | SF bug #651149: Review libshelve.tex when possible |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Kurt B. Kaiser | M AutoExpand.py |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Neal Norwitz | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | SF Patch #661440: Refactor and streamline PyCFunction_Call |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Martin v. Löwis | Wrap doc strings in PyDoc_STRVAR. Fix .string docstring... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Tim Peters | Completed astimezone()'s correctness proof. This also... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Martin v. Löwis | Convert Tcl path objects to strings. Fixes #661357. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Tim Peters | Remark about datetime tzinfo examples. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Tim Peters | Replaced the flawed "local time" example tzinfo class... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Greg Ward | Grammatical fix in comment. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Greg Ward | Grammatical fix: change possessive "it's" to "its". |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Walter Dörwald | Remove a list comprehension, because a loop over the... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Walter Dörwald | Pass the strict argument from read() on to readfp(... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Martin v. Löwis | Use RUNSHARED for python invocations. Fixes #661408. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Walter Dörwald | Fix read_mime_types() so that it returns a dict as... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Martin v. Löwis | Allow PyFile_GetLine() to return Unicode objects. Fixes... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Neal Norwitz | Fix SF #659228, 'realpath' function missing from os... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Greg Ward | Spread the blame (err, I mean credit) for ossaudiodev... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Greg Ward | Mention ossaudiodev. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Neal Norwitz | Fix SF #659228, 'realpath' function missing from os... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Andrew M. Kuchling | Write PEP 301 section |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Guido van Rossum | Mention that imaplib now supports SSL -- this wasn... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Skip Montanaro | qualify known Solaris versions related to the binutils... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Andrew M. Kuchling | Add SSL support for imaplib; add empty PEP301 section |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Skip Montanaro | update info about binutils 2.13 breakage on Solaris. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Andrew M. Kuchling | [Patch #658093 ] Documentation support for PEP 301 |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Andrew M. Kuchling | [Patch #658094 ] PEP 301 implementation |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Andrew M. Kuchling | [Patch #658094] PEP 301 implementation |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Just van Rossum | Fix for bug #661136 |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Raymond Hettinger | Add contributor. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Michael W.... | Remove debugging prints. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Raymond Hettinger | SF patch 660559: Use METH_O and METH_NOARGS where possible |
commit | commitdiff | tree | snapshot |
2003-01-03 |
David Goodger | Fixed markup. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
David Goodger | Updated (2.3 OK now) |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Andrew M. Kuchling | Fix error in previous correction; thanks, Just! |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Barry Warsaw | Jack complained that on test_crlf_separation() was... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Andrew M. Kuchling | Fix PEP 302 description; bump version number |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tim Peters | The tzinfo methods utcoffset() and dst() must return... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Skip Montanaro | Allow list sort's comparison function to explicitly... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Kurt B. Kaiser | 1. Remove obsolete, incorrect comment on non-package... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tim Peters | astimezone() internals: if utcoffset() returns a durat... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tim Peters | Added a section to record datetime changes. There... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tim Peters | The astimezone() correctness proof endured much pain... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Kurt B. Kaiser | Improve exception handling. |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tim Peters | There are two more copyright notices in the Windows... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tim Peters | SF bug 661086: datetime.today() truncates microseconds. |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Guido van Rossum | Update the copyright year. |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Guido van Rossum | Another copyright update. (JvR: can you backport this... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tim Peters | SF bug 660795: logging missing from Python 2.3a1 for... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Neal Norwitz | Add some version info for new methods and class |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Neal Norwitz | SF #660795 |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Andrew M. Kuchling | Fix an example |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Just van Rossum | Replaced imp.set_frozenmodules() cruft with proper... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Just van Rossum | Ugh, zipimport is virtually broken in 2.3a1 :-( It... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Andrew MacIntyre | EMX fork() emulation not good enough to cope with test_... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Andrew MacIntyre | OS/2 sockets do not support AF_UNIX, even though EMX... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Andrew MacIntyre | catch up with zipimport changes to std getpathp.c |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Andrew MacIntyre | bring structure closer to std config.c, whitespace... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Andrew MacIntyre | fix a merge mistake - readline not built by default |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Fred Drake | - documented Ellipsis, NotImplemented |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Fred Drake | Add dependency info for the recently added lib/libconst... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Fred Drake | Document that apply() is deprecated. See: |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tim Peters | Completed astimezone's correctness proof. That doesn... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Anthony Baxter | Clearing out old patch queue. Patch #558547, make Socke... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Guido van Rossum | Add byext.py |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Tim Peters | A quicker astimezone() implementation, rehabilitating... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Skip Montanaro | mention built-in constants. |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Skip Montanaro | process libconsts.tex |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Skip Montanaro | new section - builtin constants |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Skip Montanaro | add find-uname.py |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Skip Montanaro | Search for Unicode character names using regular expres... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Skip Montanaro | Split OPT make variable into OPT and BASECFLAGS. The... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Neal Norwitz | Move _PyInt_Init() into pythonrun.h, since all the... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Neal Norwitz | Revert last change -- test works on HPUX again after... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Guido van Rossum | Silly little script to print statistics (files, lines... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Martin v. Löwis | Expose I_ constants. Auto-detect stropts.h. Properly... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Fred Drake | Revert merge from 2.3 alpha 1 release branch; the chang... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Tim Peters | datetimetz_astimezone(): Speed optimizations -- althou... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Tim Peters | The failure of the last-second addition to the timezone... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Tim Peters | Merging in changes from r23a1-branch. Doc/makefile... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Kurt B. Kaiser | More installation info. Bump alpha version. |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Kurt B. Kaiser | Debugger was tracing through rpc.py when IDLEfork was... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Kurt B. Kaiser | Improve exception handling. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | Try to get compilation working for cygwin |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Jason Tishler | Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Fred Drake | The trunk is (nominally) post-alpha. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Guido van Rossum | Merge to trunk from release branch: |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Barry Warsaw | Make two tests non-locale-dependent |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew M. Kuchling | Results of a rewrite pass |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Fred Drake | - use classdesc where we can (for better indexing) |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Jeremy Hylton | Replace all but one explicit emit('SET_LINENO') with... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Tony Lownds | Don't let the docstring end up in __main__.__doc__ |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Barry Warsaw | test01_close_dbenv_before_db(): Added an XXX comment... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | Comment out test, since it hangs on HPUX, still investi... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Jeremy Hylton | SF patch [ 597919 ] compiler package and SET_LINENO |
commit | commitdiff | tree | snapshot |
next |