| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged revisions 81046 from the python2.6 branch: | Matthias Klose | 2010-10-17 | 1 | -0/+1 |
|
|
| * | backport r67077 from the trunk: parser module now correctly validates relativ... | Benjamin Peterson | 2008-11-03 | 1 | -0/+1 |
|
|
| * | #1433694: minidom's .normalize() failed to set .nextSibling for last element. | Andrew M. Kuchling | 2008-02-23 | 1 | -0/+1 |
|
|
| * | Bug #1608: use -fwrapv when GCC supports it. This is important, newer | Guido van Rossum | 2007-12-13 | 1 | -0/+1 |
|
|
| * | Backport patch #1643738. | Guido van Rossum | 2007-12-10 | 1 | -0/+1 |
|
|
| * | Backport 55731: | Neal Norwitz | 2007-06-02 | 1 | -0/+1 |
|
|
| * | Fix bug in marshal where bad data would cause a segfault due to | Neal Norwitz | 2007-05-16 | 1 | -0/+1 |
|
|
| * | Backport trunk checkin r51565: | Thomas Wouters | 2006-12-29 | 1 | -0/+1 |
|
|
| * | - Patch #1541585: fix buffer overrun when performing repr() on | Neal Norwitz | 2006-08-21 | 1 | -0/+1 |
|
|
| * | Add Chris McDonough (latest cgi.py patch) | Georg Brandl | 2006-08-11 | 1 | -0/+1 |
|
|
| * | Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during | Neal Norwitz | 2006-08-02 | 1 | -0/+1 |
|
|
| * | Patch #1531113: Fix augmented assignment with yield expressions. | Neal Norwitz | 2006-07-30 | 1 | -0/+1 |
|
|
| * | Allow socketmodule to compile on NetBSD -current, whose bluetooth API | Matt Fleming | 2006-07-28 | 1 | -0/+1 |
|
|
| * | Patch #1096231: Add default argument to wm_iconbitmap. | Martin v. Löwis | 2006-06-17 | 1 | -0/+1 |
|
|
| * | SF patch 1504676: Make sgmllib char and entity references pluggable | Fred Drake | 2006-06-16 | 1 | -0/+1 |
|
|
| * | Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy | Neal Norwitz | 2006-06-12 | 1 | -0/+1 |
|
|
| * | Bug #1334662 / patch #1335972: int(string, base) wrong answers. | Tim Peters | 2006-05-23 | 1 | -0/+1 |
|
|
| * | Patch #1492356: Port to Windows CE (patch set 1). | Martin v. Löwis | 2006-05-22 | 1 | -0/+1 |
|
|
| * | Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. | Neal Norwitz | 2006-05-19 | 1 | -0/+1 |
|
|
| * | Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport | Neal Norwitz | 2006-05-15 | 1 | -0/+1 |
|
|
| * | - Bug #1487966: Fix SystemError with conditional expression in assignment | Neal Norwitz | 2006-05-15 | 1 | -0/+1 |
|
|
| * | SF patch #1473132: Improve docs for tp_clear and tp_traverse, | Tim Peters | 2006-05-12 | 1 | -0/+1 |
|
|
| * | SF bug/patch #1433877: string parameter to ioctl not null terminated | Thomas Wouters | 2006-04-25 | 1 | -0/+1 |
|
|
| * | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 1 | -0/+1 |
|
|
| * | Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) | Anthony Baxter | 2006-04-09 | 1 | -0/+1 |
|
|
| * | The email module's parsedate_tz function now sets the daylight savings | Anthony Baxter | 2006-04-03 | 1 | -0/+1 |
|
|
| * | Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch... | Neal Norwitz | 2006-03-20 | 1 | -0/+1 |
|
|
| * | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -0/+1 |
|
|
| * | Patch #1422385: Changes to nis module to support multiple NIS domains | Martin v. Löwis | 2006-02-04 | 1 | -0/+1 |
|
|
| * | Patch #1349118: urllib2 now supports user:pass@ style proxy | Martin v. Löwis | 2006-01-24 | 1 | -0/+1 |
|
|
| * | Alphabetize some names and remove a dupe | Neal Norwitz | 2006-01-14 | 1 | -16/+15 |
|
|
| * | Patch #1103116: AF_NETLINK sockets basic support. | Martin v. Löwis | 2006-01-14 | 1 | -0/+1 |
|
|
| * | Fix SF bug #1402308, segfault when using mmap(-1, ...) | Neal Norwitz | 2006-01-11 | 1 | -0/+1 |
|
|
| * | SF bug #1400822, Extended version of _curses over{lay,write} does not work | Neal Norwitz | 2006-01-10 | 1 | -0/+1 |
|
|
| * | Add myself. | Georg Brandl | 2006-01-08 | 1 | -0/+1 |
|
|
| * | SF patch #1355913, PEP 341 - Unification of try/except and try/finally | Neal Norwitz | 2005-12-17 | 1 | -0/+1 |
|
|
| * | Add Michael Urman for work on SF patch #1365916 | Neal Norwitz | 2005-12-17 | 1 | -0/+1 |
|
|
| * | Patch #1350409: Port signal handling to VS 2005. | Martin v. Löwis | 2005-11-28 | 1 | -0/+1 |
|
|
| * | Prevent threading.Thread.join() from blocking when a previous call raised an | Brett Cannon | 2005-11-23 | 1 | -0/+1 |
|
|
| * | Fix SF #1345263, colorsys tests, bug in frange | Neal Norwitz | 2005-11-02 | 1 | -0/+1 |
|
|
| * | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+1 |
|
|
| * | SF patch #1227568, Expression AST node not documented. | Neal Norwitz | 2005-10-03 | 1 | -0/+1 |
|
|
| * | Patch #1309009, Fix segfault in pyexpat when the XML document is | Neal Norwitz | 2005-09-30 | 1 | -0/+1 |
|
|
| * | Patches #1298449 and #1298499: Add some missing checks for error | Michael W. Hudson | 2005-09-22 | 1 | -0/+1 |
|
|
| * | credit source of idea for recent doc changes | Skip Montanaro | 2005-05-12 | 1 | -0/+1 |
|
|
| * | Modified test for tzset to not rely on tm->tm_zone's existence. Also added | Brett Cannon | 2005-02-10 | 1 | -0/+1 |
|
|
| * | SF patch #1116583: NameError in cookielib domain check | Raymond Hettinger | 2005-02-05 | 1 | -0/+1 |
|
|
| * | Add strptime() constructor to datetime class. Thanks to Josh Spoerri for | Skip Montanaro | 2005-01-13 | 1 | -0/+1 |
|
|
| * | Acknowledge contribution of a thorough tutorial review. | Raymond Hettinger | 2004-12-03 | 1 | -0/+1 |
|
|
| * | SF patch #1077353: add key= argument to min and max | Raymond Hettinger | 2004-12-03 | 1 | -0/+1 |
|
|