2008-11-16 |
Benjamin Peterson | regenerate configure |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Georg Brandl | #4316: configure.in markup fix (backport from r67227). |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Andrew M. Kuchling | Backport r66813: per Greg Ward, optparse is no longer... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Andrew M. Kuchling | Backport r66804: #1415508 from Rocky Bernstein: add... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Hirokazu Yamamoto | Issue #3774: Fixed an error when create a Tkinter menu... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Benjamin Peterson | backport r67077 from the trunk: parser module now corre... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Amaury Forgeot... | Issue #4176: Pickle would crash the interpreter when... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Thomas Heller | Modify ctypes types with 'official' functions. Backpor... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Benjamin Peterson | backport a fix for setup.py's -R |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Gerhard Häring | Issue #4046: Backport of issue #3312's patch: fixes... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Brett Cannon | Fix a refleak introduced by r66678 (backport of r66700). |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Benjamin Peterson | backport r66689: imageop could segfault due to poor... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Thomas Heller | Fix issue #3547 for MingW, update comments (backport... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Brett Cannon | Backport of r66677: _lsprof crasher when a bad external... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Amaury Forgeot... | #3967: Correct a crash in count() and find() methods... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Georg Brandl | #3968: fix missing update() call in end_fill(). |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Georg Brandl | #3969: fix typo in turtle.py. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Benjamin Peterson | make sure to give a 'as' and 'with' parser warning... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Thomas Heller | Fix issue #3547: ctypes is confused by bitfields of... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Gregory P.... | Backport r66141 from trunk: |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Benjamin Peterson | backport r66496: integer overflow in _hashopenssl ... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Hirokazu Yamamoto | Issue #3804: Added test for Issue #2222. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Gregory P.... | reran autoconf |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Gregory P.... | backport r66295 from trunk (small fix to the previous... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Gregory P.... | rerun autoconf after r66288, add the Misc/NEWS entry. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Gregory P.... | backport r66179 and r66283 from trunk: |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Gregory P.... | Backport of r66275/r66274 from trunk/py3k. This is... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Hirokazu Yamamoto | Add NEWS |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Hirokazu Yamamoto | Issue #3762: platform.architecture() fails if python... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Amaury Forgeot... | Issue #3751: str.rpartition would perform a left-partit... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Gregory P.... | backport r66093 from trunk. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Benjamin Peterson | let Windows bots pass on test_threading |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Robert Schuppenies | Issue #1342811: Fixed broken patch. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Hirokazu Yamamoto | Reverted r65902. See http://mail.python.org/pipermail... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Guido van Rossum | News for the imageop/rgbimg changes. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Hirokazu Yamamoto | Backport r65900: fixed get_file_system in test_os.py... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Guido van Rossum | Issue 1179: [CVE-2007-4965] Integer overflow in imageop... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Thomas Heller | issue #3554: ctypes.string_at and ctypes.wstring_at... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Amaury Forgeot... | Issue #2234: distutils failed with mingw binutils 2... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gregory P.... | Backport of r64767 from trunk |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gregory P.... | Backport of r65032 from trunk |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Hirokazu Yamamoto | I forgot to update NEWS. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Hirokazu Yamamoto | Backport r65745: Issue #2222: Fixed reference leak... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Hirokazu Yamamoto | Issue #2065: VC6 related fix. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Georg Brandl | #3205: bz2 iterator fails silently on MemoryError |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Georg Brandl | Backport r60148 and r65481: sanity checks to avoid... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Georg Brandl | #3134: shutil referenced undefined WindowsError symbol |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Georg Brandl | - Issue #3537: Fix an assertion failure when an empty... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Robert Schuppenies | Issue #1342811: Fix leak in Tkinter.Menu.delete. Comman... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Gregory P.... | (backport from trunk r64756) |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Gregory P.... | (backport of r61652 and r61665 from trunk) |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Gregory P.... | (backport trunk r65151) |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Gregory P.... | (backport r65459 from trunk) |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Martin v. Löwis | Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Neal Norwitz | Security patches from Apple: prevent int overflow... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Neal Norwitz | Backport code from r65182: |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Antoine Pitrou | #2242: utf7 decoding crashes on bogus input on some... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Mark Dickinson | Issue #3360: Fix incorrect parsing of '020000000000.0'. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | Link fix. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Brett Cannon | Backport of 64903. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory P.... | Backport r62627 + r62744 from trunk to fix issue 2632. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brett Cannon | Backport of r64677. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Amaury Forgeot... | #Issue3088 in-progress: Race condition with instances... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Amaury Forgeot... | #3242: fix a crash in "print", if sys.stdout is set... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Georg Brandl | #3157: Fix docstrings for cursor methods. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Amaury Forgeot... | Issue 3110: Crash with weakref subclass, |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Raymond Hettinger | Issue #3116 and #1792: Fix quadratic behavior in marsha... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Georg Brandl | #3117: backport r55087, fixes segfault with lambda... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Georg Brandl | Fix tkinter sequence passing. #2906. Backport from... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Gregory P.... | - Issue #2588, #2589: Fix potential integer underflow... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Gregory P.... | Backport r62724 from trunk. Fixes issue 2791. subproc... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Georg Brandl | Backport r63776: tkinter fixes. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Martin v. Löwis | Include all licenses of the packages that we include. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Martin v. Löwis | Patch #2111: Avoid mmap segfault when modifying a PROT_... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Gregory P.... | fix issue2858: potential memory corruption when any... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Georg Brandl | #2803: fix heappush invocation (backport). |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Ronald Oussoren | Backport of revision 62854 |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Gregory P.... | Fix os.walk docstring example - issue2707 |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Gregory P.... | Backport r61468 from trunk: Improves the text of the... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ronald Oussoren | Fix issue 2520 (cannot import macerrors) |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ronald Oussoren | Backport of revision 62648 |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Thomas Heller | Issue #2682: ctypes callback functions no longer contai... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Amaury Forgeot... | Issue #2670: urllib2.build_opener() failed when two... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Amaury Forgeot... | Issue 2665: On Windows, sys.stderr does not contain... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Amaury Forgeot... | Correct previous checkin, probably a svn merge issue. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Guido van Rossum | - Issue #1686386: Tuple's tp_repr did not take into... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Gregory P.... | backport r62271 from trunk. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Gregory P.... | Backport r62261 from trunk: |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Gregory P.... | Add a note about the zlib.decompressobj().flush() fix. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Gregory P.... | Merge r62235 from trunk. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Georg Brandl | #2525: update tzinfo example. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Gerhard Häring | Fix for Issue2515: Don't crash when trying to fetch... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Guido van Rossum | Remove the advertising clause from the BSD license... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Georg Brandl | Backport #1442: report exception when startup file... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Amaury Forgeot... | Fix a reference leak found by Georg, when compiling... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Amaury Forgeot... | Issue2495: tokenize.untokenize did not insert space... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Mark Dickinson | Issue #2482: Make sure that the coefficient of a Decim... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Mark Dickinson | Decimal.sqrt(0) failed when the context was not |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Amaury Forgeot... | #1477: ur'\U0010FFFF' used to raise in narrow unicode... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Georg Brandl | Issue #2432: give DictReader the dialect and line_num... |
commit | commitdiff | tree | snapshot |
next |