summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PyOS_CheckStack(): Better ANSI'fy this while we're at it.Fred Drake2000-08-311-1/+1
* Document PyOS_CheckStack().Fred Drake2000-08-311-2/+12
* Add a comment explaining the return value of PyOS_CheckStack().Fred Drake2000-08-311-1/+4
* Peter Schneider-Kamp <nowonder@nowonder.de>:Fred Drake2000-08-314-18/+12
* Removed compiler warning about wanting explicit grouping around &&Fred Drake2000-08-311-4/+6
* Added a little more dependency information.Fred Drake2000-08-311-1/+1
* Added prototype for PyToken_ThreeChars(), to remove compiler warningFred Drake2000-08-311-0/+1
* Added note about documenting the SSL support in the socket module.Fred Drake2000-08-311-0/+2
* Remove one compiler warning found with -Wstrict-prototypes.Fred Drake2000-08-311-1/+1
* tg@freebsd.orgJeremy Hylton2000-08-3110-0/+1629
* Add /GX to 'compile_options'. This is definitely needed for C++ source;Greg Ward2000-08-311-2/+3
* adds support for --with-pydebug configure optionSkip Montanaro2000-08-304-461/+523
* Better error message with UnboundLocalErrorPaul Prescod2000-08-301-11/+39
* Add ".cxx" to the list of known C++ extensions.Greg Ward2000-08-301-1/+1
* Added docstring for 'wrap()' function.Greg Ward2000-08-301-0/+5
* PyOS_CheckStack() returns 1 when failing, not -1.Guido van Rossum2000-08-301-1/+1
* Push a little more here to avoid style information in the generationFred Drake2000-08-301-0/+3
* Remove the reference to stdwin. The comment was still true, but noFred Drake2000-08-301-6/+4
* doc changes to parallel changes to calendar.py moduleSkip Montanaro2000-08-301-11/+46
* patches from David Goodger. Closes patch 101085.Skip Montanaro2000-08-301-69/+104
* Fix markup errorAndrew M. Kuchling2000-08-301-1/+1
* Markup revisions. Nothing was actually required to be able to format it,Fred Drake2000-08-301-54/+55
* Expand the test suite to test both the GNU gettext and translationBarry Warsaw2000-08-302-257/+154
* Added a couple of links to online documentation. Reasonable since thisFred Drake2000-08-301-0/+19
* Added James HenstridgeBarry Warsaw2000-08-301-0/+1
* Finalize this module for Python 2.0 based on feedback and input fromBarry Warsaw2000-08-301-173/+140
* Oops, spell MAL's name right.Barry Warsaw2000-08-301-1/+1
* Documentation for the gettext module.Barry Warsaw2000-08-301-0/+495
* Added libgettext.texBarry Warsaw2000-08-302-0/+2
* Removed forgotten text in list comprehensions section (taken from the HaskellAndrew M. Kuchling2000-08-301-213/+263
* Move a little more here.Fred Drake2000-08-291-0/+3
* Various tweaks and improvements by Thomas Wouters (who apparently lostGuido van Rossum2000-08-291-85/+58
* Add a --style option to allow specifying an alternate CSS style sheet forFred Drake2000-08-291-4/+8
* Fix for two problems on FreeBSD:Andrew M. Kuchling2000-08-291-3/+6
* Add a comment noting that the dependency information is stored inFred Drake2000-08-291-0/+3
* Some cleanup for FreeBSD. This gets rid of version numbers andGuido van Rossum2000-08-292-214/+224
* "tg@FreeBSD.org" writes:Guido van Rossum2000-08-291-3/+3
* Add support for FreeBSD-[45].Guido van Rossum2000-08-292-3/+3
* Patch by tg@FreeBSD.org to try /var/tmp first.Guido van Rossum2000-08-291-1/+1
* These files are not part of the current plan.Fred Drake2000-08-2925-1594/+0
* Document "print >> None"Barry Warsaw2000-08-291-3/+4
* Added tests of "print >> None"Barry Warsaw2000-08-292-0/+26
* eval_code2(): Guido provides this patch for his suggested elaborationBarry Warsaw2000-08-291-2/+2
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-294-37/+58
* Added os.popen2() and os.popen3() for non-Windows platforms.Fred Drake2000-08-284-4/+57
* oops. accidentally reintroduced a memory leak. put the bugfix back.Fredrik Lundh2000-08-271-3/+4
* don't mistake memory errors (including reaching the recursion limit)Fredrik Lundh2000-08-271-18/+24
* 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