2008-01-18 |
Guido van Rossum | Backport r55080: |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Guido van Rossum | Fix an edge case whereby the __del__() method of a... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Gregory P.... | ** backport r60015 from trunk. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Thomas Heller | Backport from trunk: |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Georg Brandl | Backport r59999: fix MSDN link. (#1854) |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Raymond Hettinger | Fix 1698398: Zipfile.printdir() crashed because the... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Thomas Heller | Added NEWS entry, plus: |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Facundo Batista | Link to external documentation about new style classes was |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Andrew M. Kuchling | Update reference to bug tracker |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Mark Dickinson | Add Decimal backport to Misc/NEWS |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Mark Dickinson | Fix Decimal hash in Python 2.5 maintenance branch so... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Facundo Batista | Decimal module and test cases were updated to their... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Andrew M. Kuchling | Patch 1114: fix compilation of curses module on 64... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Martin v. Löwis | Fix bug tracker link. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Facundo Batista | Backport of issue 1755179 fix. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Guido van Rossum | Forgot to backport the rest of #1637. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Guido van Rossum | Backport r59758. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Guido van Rossum | Backport r57216 (see issue #1731). |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Andrew M. Kuchling | Update links to bug/patch tracker |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Lars Gustäbel | Issue #1735: TarFile.extractall() now correctly sets... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Christian Heimes | Bug #1713: posixpath.ismount() claims symlink to a... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Guido van Rossum | Fix bug #1301 -- a bad assert in _tkinter. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Guido van Rossum | Issue #1700, reported by Nguyen Quan Son, fix by Fredru... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Guido van Rossum | Add some news items I missed. Careful inspection of... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Guido van Rossum | Patch #1696. Don't attempt to call None.close() in... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Martin v. Löwis | Bug #1699: Define _BSD_SOURCE only on OpenBSD. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Brett Cannon | Backport of fix for issue 1695. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Thomas Heller | Change ctypes version number to 1.0.3 (when Python... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christian Heimes | Fixed merge glitch, second try |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christian Heimes | Fixed merge glitch |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Christian Heimes | Backport of #1638: %zd configure test fails on Linux |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Thomas Heller | Issue #1642: Fix segfault in ctypes when trying to... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Georg Brandl | Add a note about future import needed for with statement. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Thomas Heller | Regenerated with autoconf. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Guido van Rossum | Bug #1608: use -fwrapv when GCC supports it. This... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Alexandre Vassalotti | Backport r59480. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Guido van Rossum | Backport patch #1643738. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ronald Oussoren | This is a backport of the fix in rev. 59369. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | merge -r59315:59316 from py3k: Fix issue #1553: An... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Martin v. Löwis | os.access now returns True on Windows for any existing... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Lars Gustäbel | Issue #1531: Read fileobj from the current offset,... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Amaury Forgeot... | Backport of r59241: str.decode fails on very long strin... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Georg Brandl | Spaces vs. Tabs. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Guido van Rossum | Fix bug #1517, a possible segfault in lookup(). |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Gerhard Häring | - Backported a workaround for a bug in SQLite 3.2.x... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Skip Montanaro | back in these go - thanks to Titus Brown for the fix |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Amaury Forgeot... | Issue #1445: Fix a SystemError when accessing the ... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Skip Montanaro | revert |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Skip Montanaro | revert change that breaks test_doctest (which I forgot... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Skip Montanaro | issue 1429818 |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Skip Montanaro | Make trace and doctest play nice together (issue 142981... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Brett Cannon | Backport of a fix for the __loader__.get_data() test. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Ronald Oussoren | A test that should test for osx >= 10.4.0 actually... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Martin v. Löwis | Allow simultaneous installation of 32-bit and 64-bit... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Brett Cannon | Backport of r59082 (doctest and using __loader__.get_da... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Christian Heimes | Fixed #1372: zlibmodule.c: int overflow in PyZlib_decom... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Brett Cannon | Remove an old SF reference. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Walter Dörwald | Backport r59049: |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Walter Dörwald | Backport r59047: Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Guido van Rossum | Backport revision 58471, replace PyErr_Print() with... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Amaury Forgeot... | Backport for issue1265 (pdb bug with "with" statement). |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Guido van Rossum | News about list_repeat() fix. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guido van Rossum | Issue 1704621. Fix segfaults in list_repeat() and list_... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Fixed #1254: pdb fails to launch some script. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Walter Dörwald | Backport r58942: |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Fix for #1427: Error in standard module calendar |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Fred Drake | when talking about an imminent 2.5.2c1, the build shoul... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Nick Coghlan | Fix issue #1705170 (backport from trunk) |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Gregory P.... | * fix failing test_recno.py - backport from trunk. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Guido van Rossum | Backport r58892. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Gregory P.... | Backport r58868: |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Skip Montanaro | Note change to get_dialect semantics in 2.5. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Georg Brandl | Backport r58709 from trunk: |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Gregory P.... | Backport r58757, r58758, r58759. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Georg Brandl | #1364: os.lstat is available on Windows too, as an... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Raymond Hettinger | Sets are marshalable. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Raymond Hettinger | Clarify the reasons why pickle is almost always better... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Matthias Klose | - Build using system ffi library on arm*-linux*, pass... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Matthias Klose | - Build using system ffi library on arm*-linux*. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Vinay Sajip | Bug #1321: Fixed logic error in TimedRotatingFileHandle... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Neal Norwitz | Backport 58618: |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Neal Norwitz | Bug #1313, fix typo (wrong variable name) in example. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Neal Norwitz | Backport 58594: |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Georg Brandl | Backport r58545. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Georg Brandl | Backport r58542. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Gregory P.... | Backport 58539: squelch the warning that this test... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gregory P.... | Backport 58532, 58533, 58534: |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Gregory P.... | Backport 58450: fix uncollectable reference leak in... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Georg Brandl | Fix email example. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Gregory P.... | Merge trunk 58434: |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Brett Cannon | Silence a compiler warning about a function definition... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Martin v. Löwis | Bug #1216: Restore support for Visual Studio 2002. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Thomas Heller | Fix ctypes on 32-bit systems when Python is configured... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Backport 58424: |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Gregory P.... | Backport 58385 from trunk: fix a double free bug in... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Backport rev 58343: fix DBSequence.get_key() to not... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Backport 58348: use a reliable host in the test. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Backport 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Neal Norwitz | Backport 58332: Fix Coverity #159. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Neal Norwitz | Backport 58330: |
commit | commitdiff | tree | snapshot |
next |