Final head of the former 2.1 branch
- bde3873 Backport 2.3 FreeBSD recursion_limit settings. Fixes #553736. by Martin v. Löwis · 22 years ago
- 1c7f511 The errno module needs to be statically linked, since it is now needed during by Fred Drake · 23 years ago
- 13aa64b Backport variety of SSL fixes accumulated on the trunk. by Jeremy Hylton · 23 years ago
- 62fbb23 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 23 years ago
- 9c6891b Clarified documentation for os.access(). by Fred Drake · 23 years ago
- 830fdc4 Backport of bug 457466: "popenx() argument mangling hangs python" [Win9x only]." by Anthony Baxter · 23 years ago
- a41b85d backport gvanrossum's checkin of revision 2.40 of mpzmodule.c by Martin v. Löwis · 23 years ago
- c44d823 Sort-of backport to 2.1.3 (if we ever release it) of the following. by Guido van Rossum · 23 years ago
- dc2e5ce In case there ever will be a 2.1.3, this fixes SF bug #514928 (Bastian by Guido van Rossum · 24 years ago
- e40ae1f backport of 1.196: socket.recv(-1) fixup. by Anthony Baxter · 24 years ago
- 470742a one more for the night. by Anthony Baxter · 24 years ago
- 0af83c0 backport of (merged) 1.43 and 1.44 by Anthony Baxter · 24 years ago
- 8f113e9 backport of 2.58: by Anthony Baxter · 24 years ago
- 3688899 backport 2.56 from uncle tim: by Anthony Baxter · 24 years ago
- 57ff377 backport barry's 2.54: by Anthony Baxter · 24 years ago
- df71fc0 wrap SSL_read and SSL_write in Py_{BEGIN,END}_ALLOW_THREADS. by Anthony Baxter · 24 years ago
- aadae7d partial backport of guido's 1.188. by Anthony Baxter · 24 years ago
- 7aff5e4 backport of MvL's 1.180 by Anthony Baxter · 24 years ago
- 3357529 backport tim's 1.191: by Anthony Baxter · 24 years ago
- 5d0fdbc backport (partially) jeremy's 1.178 by Anthony Baxter · 24 years ago
- 22a2ce8 backport tim's 2.44 by Anthony Baxter · 24 years ago
- 39103a2 backport of 2.114: by Anthony Baxter · 24 years ago
- c00f934 backport 2.26 by Anthony Baxter · 24 years ago
- 449ff25 backport 2.61. Properly use &&. Closes bug #434989. by Anthony Baxter · 24 years ago
- 2c0d76e backport of fix from 2.7 by Anthony Baxter · 24 years ago
- cece2b7 backport fixes from 2.32 and 2.29: by Anthony Baxter · 24 years ago
- bad60d9 Fix leak in SSLread in nonblocking mode -- from SF bug #472798. by Guido van Rossum · 24 years ago
- 83ac330 Backport of Jack's checkin 1.117: by Thomas Wouters · 24 years ago
- 09fdab3 Backport of AMK's checkin 2.52: by Thomas Wouters · 24 years ago
- b823851 Fix SF #441664: Python crash on del of a slice of a mmap by Thomas Wouters · 24 years ago
- 3261912 Net result of Tim's checkins 2.28 through 2.31: by Thomas Wouters · 24 years ago
- cac2498 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 24 years ago
- 44589dd Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 24 years ago
- 958106d Backport of Guido's checkins of acconfig.h (1.50), configure.in (1.224) and by Thomas Wouters · 24 years ago
- 5eaa740 Set PYTHONHOMEHELP to 2.1 by Thomas Wouters · 24 years ago
- 01a4623 Backport Fred's checkin 2.51: by Thomas Wouters · 24 years ago
- 687f228 Backport of Tim's checkin 2.111: by Thomas Wouters · 24 years ago
- 94441fe Backport of Tim's checkin 2.190: by Thomas Wouters · 24 years ago
- bba4c8c Fix my own typo: protect the FLUSHO usage with "#ifdef FLUSHO", not by Fred Drake · 24 years ago
- bbdc66f Spell "#ifdef" as "#ifdef", not "#endif". by Fred Drake · 24 years ago
- 458004a Protect several more uses of constants with #ifdefs; these are necessary on by Thomas Wouters · 24 years ago
- 23f8a04 Incorporating MAL's bugfix into the 2.1.1 branch: by Guido van Rossum · 24 years ago
- fea0784 Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing by Thomas Wouters · 24 years ago
- 1648e53 Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), by Thomas Wouters · 24 years ago
- 49a8bec *** empty log message *** by Thomas Wouters · 24 years ago
- 50d9fb2 Backport Fred's checkin 2.29: by Thomas Wouters · 24 years ago
- 6963b15 Migrate the last few revisions from the head to the bugfix branch -- these by Fred Drake · 24 years ago
- 62648d1 Three uses of makesockaddr() used sockaddr buffers that had not be cleared; by Fred Drake · 24 years ago
- 4345476 Export three optimization (fast locals) flags by Jeremy Hylton · 24 years ago
- 13324e1 Reverting Moshe's EGD patch *and* Martin's patch to make it work with by Guido van Rossum · 24 years ago
- 9c7eab8 SRE: made "copyright" string static, to avoid potential linking conflicts. by Fredrik Lundh · 24 years ago
- f68d8e5 Make some private symbols static. by Guido van Rossum · 24 years ago
- b0e51b2 Clean up the unsightly mess around the readline header files. We now always: by Guido van Rossum · 24 years ago
- 058dae3 I am TENTATIVELY checking in Martin von Loewis's patch for the SSL by Guido van Rossum · 24 years ago
- 2a5a5ca cleanup_helper(): Make sure we invalidate all reference objects by Fred Drake · 24 years ago
- eb0d992 Slight adaptation of Michael Hudson's patch to test PyDict_Next() by Guido van Rossum · 24 years ago
- 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 24 years ago
- bceccf5 Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger by Guido van Rossum · 24 years ago
- 858ca0f Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED. by Guido van Rossum · 24 years ago
- d8ae7c2 Ack -- this module mixes tabs and spaces, and what appears to be a mix by Tim Peters · 24 years ago
- 3906eb8 On a sizeof(long)==8 machine, ints in range(2**31, 2**32) were getting by Tim Peters · 24 years ago
- bfa18f7 Critical fix: if cPickle on a sizeof(long)==8 box is used to read a by Tim Peters · 24 years ago
- 29fd031 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
- f0e717b Repair portability of sign extension when reading signed ints on boxes by Tim Peters · 24 years ago
- d3908e2 Effectively revert the previous change: leave the new #include in, but by Fred Drake · 24 years ago
- 9b3bc49 Add an #include of sys/ioctl.h to pick up a lot of the constants supported by Fred Drake · 24 years ago
- f5bd684 Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev by Guido van Rossum · 24 years ago
- 55a0034 Michael Hudson <mwh21@cam.ac.uk>: Add many more constants for some systems. by Fred Drake · 24 years ago
- 4113b13 get_version_string(): New function -- returns a Python string object that by Fred Drake · 24 years ago
- 9dee48f Fix a memory leak -- there's no need to INCREF() the result of by Guido van Rossum · 24 years ago
- a5d7b74 Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). by Tim Peters · 24 years ago
- 8bf395f add DEF_BOUND constant by Jeremy Hylton · 24 years ago
- 8652522 Update the Tix version (long overdue :-). by Guido van Rossum · 24 years ago
- 82f1480 Inform the cycle-detector that the a weakref object no longer needs to be by Fred Drake · 24 years ago
- 2c77355 Make cPickle use the recently-added PyInstance_NewRaw() API to create by Fred Drake · 24 years ago
- b25e1ad sre 2.1b2 update: by Fredrik Lundh · 24 years ago
- bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 24 years ago
- ec24c1b Don't raise MemoryError in keys() when the database is empty. by Guido van Rossum · 24 years ago
- 26ae7cd SF patch 407758, "timemodule patches for Cygwin", from Norman Vine. by Tim Peters · 24 years ago
- 8f4eab2 Committing patch 405101 by Moshe Zadka · 24 years ago
- 84e87f3 SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS. by Tim Peters · 24 years ago
- 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 24 years ago
- 8e68eb6 Make sure we close the group and password databases when we are done with by Fred Drake · 24 years ago
- c4db476 Define sunmath prototypes if sunmath.h was not included. by Martin v. Löwis · 24 years ago
- f58de1b Document SIG_* warning causes on Solaris. by Martin v. Löwis · 24 years ago
- 2b6727b Use Py_CHARMASK for ctype macros. Fixes bug #232787. by Martin v. Löwis · 24 years ago
- f585bef Be a bit more strict in setting up the export of the C API for this by Fred Drake · 24 years ago
- d85556c Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least by Fred Drake · 24 years ago
- ad2c3c7 Extra fix from bbum (SF #402357) for his previous patch: by Guido van Rossum · 24 years ago
- 258ccd4 Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.) by Guido van Rossum · 24 years ago
- dedbebf Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols; by Fred Drake · 24 years ago
- 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
- 1ca8bb3 RISCOS changes by dschwertberger by Guido van Rossum · 24 years ago
- 3ed4c15 RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
- 9ef7fa8 Solaris defines VSWTCH instead of VSWTC; carefully make sure both are by Fred Drake · 24 years ago
- bb66a20 Wrap some long lines, use only C89 /* */ comments, and add spaces around by Fred Drake · 24 years ago
- abb379e Revised version of Jason Tishler's patch to make this compile on Cygwin, by Fred Drake · 24 years ago
- 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 24 years ago
- df48d14 Define the constants needed for working with these functions directly by Fred Drake · 24 years ago
- 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 24 years ago