summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Removed unreachable return to silence SGI compiler.Sjoerd Mullender2001-08-301-2/+1
* Removed an unreachable break statement to silence SGI compiler.Sjoerd Mullender2001-08-301-1/+1
* gcmodule is now always compiledNeil Schemenauer2001-08-301-3/+0
* gcmodule is now enabled hereNeil Schemenauer2001-08-301-0/+6
* Make more things internal to this file. RemoveNeil Schemenauer2001-08-301-93/+148
* Use new GC API.Neil Schemenauer2001-08-291-10/+10
* Remove bogus PyGC_HEAD_SIZE.Neil Schemenauer2001-08-291-1/+1
* SF bug [#456252] Python should never stomp on [u]intptr_t.Tim Peters2001-08-292-5/+5
* load_int: The fallback to long ints was coded in such a way that itTim Peters2001-08-281-4/+3
* SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, fromTim Peters2001-08-271-9/+22
* Back out trying to use the C values for CO_xxx.Tim Peters2001-08-241-31/+2
* Merge changes from r22a2-branch back into trunk. Also, change patchBarry Warsaw2001-08-221-5/+1
* make the gettmarg error message more correct by making it more vague ;-)Skip Montanaro2001-08-221-1/+1
* SSL_dealloc(): Apply the change suggested in SF bug #425370 whichBarry Warsaw2001-08-201-1/+1
* It will always be a string, because it is created just before this call.Jeremy Hylton2001-08-201-1/+1
* SF patch #452239 by Gordon McMillan, to fix SF bug #451547.Guido van Rossum2001-08-181-1/+25
* Expose the CO_xxx flags via the "new" module (re-solving a problem "theTim Peters2001-08-181-2/+31
* added warnings about security risk of using tmpnam and tempnamSkip Montanaro2001-08-181-0/+10
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-175-13/+45
* Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out itTim Peters2001-08-161-15/+11
* init_sre(): Plug a little leak reported by Insure.Barry Warsaw2001-08-161-2/+5
* Fixed a couple of minor formatting nits where lines were > 79 columns wide.Barry Warsaw2001-08-161-2/+4
* select_select(): Closing bug #448351 the easy way, i.e. by changingBarry Warsaw2001-08-161-8/+21
* Use METH_O where possible (two functions). This does not lead to realFred Drake2001-08-161-29/+24
* Change the type names to xxsublist.<name>.Guido van Rossum2001-08-161-2/+2
* Add 'state' as a get/set attribute to spamlist. This serves as anGuido van Rossum2001-08-151-1/+12
* Add 'state' as a read-only attribute to spamdict. This serves as anGuido van Rossum2001-08-151-1/+7
* Fix portability problems with glibc 2.0, as reported in #449157.Martin v. Löwis2001-08-154-1/+17
* Use the abstract object interfaces when digging around in module objectsFred Drake2001-08-151-19/+19
* With WITH_NEXT_FRAMEWORK defined we now also expect a normal PythonJack Jansen2001-08-151-6/+20
* Bump size of sprintf buffer. Suggested by Alex Coventry.Martin v. Löwis2001-08-121-1/+1
* Autotest for netpacket/packet.h, as it is not available on all Linux versions.Martin v. Löwis2001-08-101-6/+6
* _DATE_FMT does not always accompany CODESET.Martin v. Löwis2001-08-101-0/+3
* Remove "referents" structure (it's not needed). Check return valueNeil Schemenauer2001-08-101-20/+17
* Expose nl_langinfo through locale where available.Martin v. Löwis2001-08-101-0/+103
* Add wrappers around the rich-comparison operations.Fred Drake2001-08-091-1/+22
* Add get_objects function. This is a low level function (likeNeil Schemenauer2001-08-091-0/+38
* Add get_referents function. Closes SF patch #402925.Neil Schemenauer2001-08-091-0/+50
* Put conditional S_ISDIR definition(s) into pyport.h.Martin v. Löwis2001-08-081-9/+0
* Part of SF patch [#431848] mathmodule.c: doc strings & conversion, fromTim Peters2001-08-071-15/+18
* - Rename PyType_InitDict() to PyType_Ready().Guido van Rossum2001-08-071-2/+2
* Got rid of (hopefully) the last 68k-mac related ifdefs.Jack Jansen2001-08-071-7/+0
* Add more constants. Contributed by itojun.Martin v. Löwis2001-08-041-1/+73
* Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the threeMartin v. Löwis2001-08-041-2/+4
* Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928.Martin v. Löwis2001-08-031-6/+16
* Merge of descr-branch back into trunk.Tim Peters2001-08-024-1/+240
* Cleaned up the docstring for readline.set_completer().Fred Drake2001-08-011-1/+1
* Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 andMarc-André Lemburg2001-07-311-10/+2
* Temporarily work around bug #445928: Force usage of getaddrinfo emulationMartin v. Löwis2001-07-301-2/+6
* Squash compiler wng about mixing signed and unsigned in comparison.Tim Peters2001-07-281-1/+2