summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix line-endings.Greg Ward2000-08-271-1/+1
* Replace the run-time 'future-bytecode-stream-inspection' hack to find outThomas Wouters2000-08-273-59/+19
* Hard to believe Guido compiled this! Function lacked a return stmt.Tim Peters2000-08-271-1/+1
* Re-allow 'import mod.submod as s', and change its meaning to what it shouldThomas Wouters2000-08-271-2/+5
* The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs.Tim Peters2000-08-271-0/+1
* Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),Guido van Rossum2000-08-274-15/+41
* implements PyOS_CheckStack for Windows and MSVC. this fixes aFredrik Lundh2000-08-272-1/+42
* Oops, one pop too many.Thomas Wouters2000-08-271-1/+0
* Charles Waldman's patch to reinitialize the interpreter lock after aGuido van Rossum2000-08-273-0/+23
* Open binary files in binary mode. Fixes test failure under Windows.Tim Peters2000-08-261-1/+1
* Fixed this problem.Thomas Wouters2000-08-261-4/+0
* Don't enable the 'thread' module if threads are not possible.Thomas Wouters2000-08-262-154/+161
* Tim Peters:Moshe Zadka2000-08-261-26/+0
* Another new test using "from test.test_support import ...", causingTim Peters2000-08-261-3/+1
* Try to supply a prototype for the module init function but avoidTim Peters2000-08-262-2/+2
* New release of the Windows installer from Thomas Heller.Greg Ward2000-08-261-283/+296
* Bumped version to 0.9.2pre.Greg Ward2000-08-261-1/+1
* In 'check_extensions_list()': when converting old-style 'buildinfo' dict,Greg Ward2000-08-261-1/+3
* Fixed a serious typo.Marc-André Lemburg2000-08-251-1/+1
* Update the parser module to support augmented assignment.Fred Drake2000-08-253-49/+152
* Fix to bug [ Bug #111860 ] file.writelines() crashes.Marc-André Lemburg2000-08-251-9/+34
* Output of the new testMarc-André Lemburg2000-08-251-0/+1
* New test suite for file objects by Jeremy Hilton. This will needMarc-André Lemburg2000-08-251-0/+45
* How-to document for using Python for CGI scripting. Not complete and untested...Jack Jansen2000-08-251-0/+53
* Last set of CW Pro 5 projects (probably)Jack Jansen2000-08-2531-15/+41
* Include xx project, exclude all the others.Jack Jansen2000-08-251-67/+67
* Added prototype for DlgObj_ConvertToWindow().Jack Jansen2000-08-251-0/+1
* Added routine DlgObj_ConvertToWindow().Jack Jansen2000-08-253-2/+43
* Added a prototype for mstats().Jack Jansen2000-08-251-0/+2
* Window objects now also have an AutoDispose funcpointer (set for our windows,...Jack Jansen2000-08-253-23/+61
* Call GetDialogWindow to convert dialogs to windows.Jack Jansen2000-08-251-6/+6
* HMGetBalloonWindow should try to return an existing window.Jack Jansen2000-08-252-1/+3
* - Added pyexpat.Jack Jansen2000-08-251-3/+9
* Don't use our own malloc any more. It made test_longexp crash due to its opti...Jack Jansen2000-08-256-7/+36
* Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2.Jack Jansen2000-08-251-0/+2
* Removed debug output.Jack Jansen2000-08-251-3/+0
* Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep...Jack Jansen2000-08-251-3/+6
* Closing patch #101120 -- After everyone agreed.Moshe Zadka2000-08-253-61/+76
* Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZEMarc-André Lemburg2000-08-251-3/+3
* _expand_lang(), _find(): Added support for unaliasing and expanded theBarry Warsaw2000-08-251-4/+53
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-251-6/+0
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-251-21/+2
* Set this test up so that we don't have to create xx/LC_MESSAGES in theBarry Warsaw2000-08-251-66/+320
* updated test outputBarry Warsaw2000-08-251-3/+24
* output from test_gettext.py test suiteBarry Warsaw2000-08-251-0/+4
* Test suite for new gettext.py module.Barry Warsaw2000-08-251-0/+76
* Initial revision of gettext support for Python. This will undergoBarry Warsaw2000-08-251-0/+288
* initpyexpat(): Code cleanup; makes it more robust and reduces warnings.Fred Drake2000-08-251-126/+143
* Add reference to RFC 2396 in "See also" section.Fred Drake2000-08-251-6/+11
* Jeremy missed a bind() call when updating these demos. ;)Fred Drake2000-08-251-1/+1