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 |
2007-10-05 |
Fred Drake | move descriptions of ac_(in|out)_buffer_size to the... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | #1196: document default radix for int(). |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | Fix -- being converted to - in HTML. #1186. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Georg Brandl | Fix #1169: remove docstrings in functions for -OO. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Sean Reifscheider | issue1172: Documentation of "done" attribute in cgi... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1082: Fixing system and platform names for Vista. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1140: Guido's patch from revision 58098 (2.6)... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1597011: Fix for bz2 module corner-case error... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Thomas Heller | ctypes.util.find_library uses dump(1) instead of objdum... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Martin v. Löwis | Backport 58150: Rename debug import lib to _msi_d.lib. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Martin v. Löwis | Backport r58149: Clean Release projects as well. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Martin v. Löwis | Add 2.5 MSI builder. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Bug #1153: repr.repr() now doesn't require set and... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | bug #1154: release memory allocated by "es" PyArg_Parse... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Fix #1122: wrong return type documented for various... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Brett Cannon | Cause passing a string to generator.throw() to raise... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Georg Brandl | Backport: #1095: ln -f doesn't work portably. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Gregory P.... | backport of r58023 to fix unit test suite issue1112... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Thomas Heller | Fix typo: c_float represents to C float type. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Armin Rigo | Backport of r58004. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Martin v. Löwis | Patch #786737: Allow building in a tree of symlinks... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Matthias Klose | - Makefile.pre.in(buildbottest): Run an optional script... |
commit | commitdiff | tree | snapshot |
next |