2000-08-30 |
Barry Warsaw | Documentation for the gettext module. |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Barry Warsaw | Added libgettext.tex |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Andrew M. Kuchling | Removed forgotten text in list comprehensions section... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Fred Drake | Move a little more here. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | Various tweaks and improvements by Thomas Wouters ... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Fred Drake | Add a --style option to allow specifying an alternate... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Andrew M. Kuchling | Fix for two problems on FreeBSD: |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Fred Drake | Add a comment noting that the dependency information... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | Some cleanup for FreeBSD. This gets rid of version... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | "tg@FreeBSD.org" writes: |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | Add support for FreeBSD-[45]. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | Patch by tg@FreeBSD.org to try /var/tmp first. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Fred Drake | These files are not part of the current plan. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Barry Warsaw | Document "print >> None" |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Barry Warsaw | Added tests of "print >> None" |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Barry Warsaw | eval_code2(): Guido provides this patch for his suggest... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Greg Ward | Added 'script_name' and 'script_args' instance attribut... |
commit | commitdiff | tree | snapshot |
2000-08-28 |
Fred Drake | Added os.popen2() and os.popen3() for non-Windows platf... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Fredrik Lundh | oops. accidentally reintroduced a memory leak. put... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Fredrik Lundh | don't mistake memory errors (including reaching the... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Greg Ward | Fix line-endings. |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Thomas Wouters | Replace the run-time 'future-bytecode-stream-inspection... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tim Peters | Hard to believe Guido compiled this! Function lacked... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Thomas Wouters | Re-allow 'import mod.submod as s', and change its meani... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tim Peters | The new PyEval_ReInitThreads wasn't declared in ceval... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Guido van Rossum | Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFile... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Fredrik Lundh | implements PyOS_CheckStack for Windows and MSVC. this... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Thomas Wouters | Oops, one pop too many. |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Guido van Rossum | Charles Waldman's patch to reinitialize the interpreter... |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Tim Peters | Open binary files in binary mode. Fixes test failure... |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Thomas Wouters | Fixed this problem. |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Thomas Wouters | Don't enable the 'thread' module if threads are not... |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Moshe Zadka | Tim Peters: |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Tim Peters | Another new test using "from test.test_support import... |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Tim Peters | Try to supply a prototype for the module init function... |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Greg Ward | New release of the Windows installer from Thomas Heller. |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Greg Ward | Bumped version to 0.9.2pre. |
commit | commitdiff | tree | snapshot |
2000-08-26 |
Greg Ward | In 'check_extensions_list()': when converting old-style... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Marc-André... | Fixed a serious typo. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Fred Drake | Update the parser module to support augmented assignment. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Marc-André... | Fix to bug [ Bug #111860 ] file.writelines() crashes. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Marc-André... | Output of the new test |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Marc-André... | New test suite for file objects by Jeremy Hilton. This... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | How-to document for using Python for CGI scripting... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Last set of CW Pro 5 projects (probably) |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Include xx project, exclude all the others. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Added prototype for DlgObj_ConvertToWindow(). |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Added routine DlgObj_ConvertToWindow(). |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Added a prototype for mstats(). |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Window objects now also have an AutoDispose funcpointer... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Call GetDialogWindow to convert dialogs to windows. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | HMGetBalloonWindow should try to return an existing... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | - Added pyexpat. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Don't use our own malloc any more. It made test_longexp... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Don't redefine ERSCH, EINTR and ENODEV if we're using... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Removed debug output. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jack Jansen | Cheaper implementation of PyOS_CheckStack: only call... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Moshe Zadka | Closing patch #101120 -- After everyone agreed. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Marc-André... | Fix to [ Bug #111165 ] doc-string removal masked by... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Barry Warsaw | _expand_lang(), _find(): Added support for unaliasing... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Barry Warsaw | Group consensus is that supporting alternative locale... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Barry Warsaw | Group consensus is that supporting alternative locale... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Barry Warsaw | Set this test up so that we don't have to create xx... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Barry Warsaw | updated test output |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Barry Warsaw | output from test_gettext.py test suite |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Barry Warsaw | Test suite for new gettext.py module. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Barry Warsaw | Initial revision of gettext support for Python. This... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Fred Drake | initpyexpat(): Code cleanup; makes it more robust... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Fred Drake | Add reference to RFC 2396 in "See also" section. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Fred Drake | Jeremy missed a bind() call when updating these demos... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Jeremy Hylton | update demo scripts to use addr tuples for bind and... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Sjoerd Mullender | Not every OS that support poll seems to support POLLMSG. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Sjoerd Mullender | Pass data on to retrieve method. |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Thomas Wouters | Call PyErr_Clear() to clear the AttributeError raised... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Tim Peters | In readme.txt, make what's needed to build the "optiona... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Thomas Wouters | Fix allowable node-types for assignment, need to add... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Fred Drake | Revised documentation relevant to SourceForge patch... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Andrew M. Kuchling | Documentation for poll() interface (SF patch #100852) |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Andrew M. Kuchling | Test suite for poll() interface (SF patch #100852) |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Andrew M. Kuchling | Add interface to poll() system call (SF patch #100852) |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Andrew M. Kuchling | Add configure tests for poll() (SF patch #100852) |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | Adjust the name for the socket module in the SSL line. |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | Add missing opcodes. Thanx to jeremy for reminding... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Fred Drake | Improve the exceptions raised by PyErr_BadInternalCall... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Fred Drake | Fix the evil booboos. ;( Causes discussed with Jeremy... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Fred Drake | Remove the Py_FatalError() from initpyexpat(); the... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Peter Schneider... | simple typo that makes regression test test_userstring... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | Update for augmented assignment, tested & approved... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | Update for augmented assignment. |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | Support for augmented assignment in the UserList, UserD... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | Support for three-token characters (**=, >>=, <<=)... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | The real suport for augmented assignment: new opcodes... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | Support for the in-place operations introduced by augme... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Thomas Wouters | Rough and incomplete documentation on augmented assignm... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Fred Drake | Rene Liebscher <rliebscher@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Guido van Rossum | Addresses the other half of Bug #112634 -- the document... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Guido van Rossum | Promote the server version from a local variable to... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Fred Drake | Whitespace cleanup; now passes the regression test... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Andrew M. Kuchling | Updated test suite: test repr() and str() of cookies... |
commit | commitdiff | tree | snapshot |
2000-08-24 |
Andrew M. Kuchling | Updated version of Cookie.py (rev. 2.29) from timo |
commit | commitdiff | tree | snapshot |
next |