summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracking python idle changes:Steven M. Gava2002-04-221-4/+12
* #546156, Remove load_false()/load_true(), they are not usedNeal Norwitz2002-04-211-14/+0
* Py_UniversalNewlineFread(): small speed boost on non-Windows boxes.Tim Peters2002-04-211-3/+3
* PyUnicode_EncodeUTF8(): tightened the memory asserts a bit, and at leastTim Peters2002-04-211-12/+20
* #544265, Remove warnings for passing const to free()Neal Norwitz2002-04-211-1/+1
* Back out 2.140.Martin v. Löwis2002-04-211-43/+55
* Enable universal newlines on Windows. Note that NEWS needs more words!Tim Peters2002-04-213-1/+6
* Py_UniversalNewlineFread(): Many changes.Tim Peters2002-04-212-42/+52
* Assorted code cleanups for readability. Greatly boosted the size of theTim Peters2002-04-211-26/+33
* Hack around the "2.1.6 Blank lines" bug in a way that the TOC stillTim Peters2002-04-211-8/+10
* PyUnicode_EncodeUTF8: squash compiler wng. The difference of twoTim Peters2002-04-211-4/+5
* Give the Help viewer a font-size button. This isn't documented by MS,Tim Peters2002-04-211-1/+30
* Move "everything left one": the TOC now shows each doc directory as aTim Peters2002-04-201-9/+10
* Stopped all warnings from the HTML Help Compiler, by generating properTim Peters2002-04-201-21/+34
* #546163, fix link problem on Solaris 8 for makedev when using mknodNeal Norwitz2002-04-204-2/+9
* Patch #495401: Count number of required bytes for encoding UTF-8 beforeMartin v. Löwis2002-04-201-54/+43
* Widespread: Used classes in a more natural way. Added convenienceTim Peters2002-04-201-63/+76
* Forward port of patch # 500311: Work around for buggy https servers.Martin v. Löwis2002-04-203-25/+75
* Add test for eval() w/ free variables.Jeremy Hylton2002-04-202-0/+11
* Fix SF bug #505315: Make free and cell vars show up consistently in locals().Jeremy Hylton2002-04-201-6/+7
* Replaced the fiddly 5-tuples with a new Book convenience class, allowingTim Peters2002-04-201-65/+86
* Fixed a comment.Tim Peters2002-04-201-1/+1
* All over: get rid of blanks before colons that open code blocks.Tim Peters2002-04-201-45/+45
* do_project(): Modernized the code.Tim Peters2002-04-201-9/+10
* Added "What's New" to the 2.2 doc set.Tim Peters2002-04-201-0/+1
* Fix com_arglist() and update grammar fragment.Jeremy Hylton2002-04-191-6/+3
* Patch #546194: Check constants individually. Fixes 534143 on OpenBSD.Martin v. Löwis2002-04-191-2/+19
* Added a stop-list to reduce the size of the full text search index. Fred,Tim Peters2002-04-191-3/+29
* project_template: use dict interpolation instead of giant tuples.Tim Peters2002-04-191-14/+13
* + Changed TOC to folder-tree style.Tim Peters2002-04-191-1/+2
* Generates inputs to the Microsoft Help Compiler, which creates compiledTim Peters2002-04-191-0/+362
* Get the right funny characters in Hernan's name.Tim Peters2002-04-192-1/+2
* #546155, remove posix_int() it is not usedNeal Norwitz2002-04-191-16/+0
* Fix SF #544995 (zlib crash on second flush call)Jeremy Hylton2002-04-192-0/+7
* Oops: we used PyMem_DEL() to clean up objects, and that's a problem sinceJack Jansen2002-04-191-1/+1
* Document the build process more precisely. Suggested by Hugh Sasse.Martin v. Löwis2002-04-191-3/+15
* \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem onlySkip Montanaro2002-04-191-3/+3
* fix duplicate labelSkip Montanaro2002-04-191-1/+5
* Clean up the use of version numbers in filenames; always use an "abstract"Fred Drake2002-04-191-6/+17
* Fix bug 544473 - "Queue module can deadlock".Mark Hammond2002-04-192-14/+191
* _PyObject_DebugMallocStats(): Added some potentially expensive internalTim Peters2002-04-181-5/+41
* PyObject_Malloc: make a tiny bit faster for platforms where malloc(0)Tim Peters2002-04-181-2/+9
* Remove some long-disabled debugging boilerplate.Tim Peters2002-04-181-26/+0
* ceval.c/do_raise(): Tighten the test to disallow raising an instance ofTim Peters2002-04-182-1/+30
* Remove more out-of-date comments and clarify explanation of visit().Jeremy Hylton2002-04-181-7/+1
* Remove out-of-date explanation in doc strings,Jeremy Hylton2002-04-181-3/+1
* Test for --export-dynamic directly to avoid problems with binutils 2.12.Martin v. Löwis2002-04-182-3/+3
* SF bug 544733: Cygwin test_mmap fix for Python 2.2.1Tim Peters2002-04-181-0/+2
* type_get_doc(): Squash compiler wng about incompatible ptr types.Tim Peters2002-04-181-1/+2
* Long-forgotten change: Update first paragraph with actual release dateAndrew M. Kuchling2002-04-181-5/+3