2006-03-31 |
Georg Brandl | Patch #1380952: fix SSL objects timing out on consecuti... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Bug #1250170, Patch #1462230: handle socket.gethostname() |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Jeremy Hylton | Expand comments. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Martin v. Löwis | Add 2.5 libraries. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | typos |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | traceback now shows error position for all SyntaxError... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Complete markup. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Thomas Wouters | Fix the reference leak in test_generators, by explicitl... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Walter Dörwald | Bug #947906: An object oriented interface has been... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Martin v. Löwis | Tagging for release r25a0 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Martin v. Löwis | Remove tag, to recreate it right away. v2.5a0 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Add index entries for new-style/old-style class. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | object() is a function, not a base class. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Georg Brandl | Bug #1461610: xmlrpclib has no function "binary". |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Walter Dörwald | Don't add multiple empty lines at the end of the codec... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Walter Dörwald | Clarify what the final argument does in |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Neal Norwitz | Add a NEWS entry for the Alpha fixes |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Neal Norwitz | Get gcc to do strict IEEE math. This flag was already... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Fred Drake | improve reporting of illegal section nesting (provide... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Fred Drake | fix sectioning: cannot skip section levels |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Tim Peters | test_main(): Restore the decimal context that was in |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Tim Peters | Repaired a number of errors in this test: |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Barry Warsaw | SF patch #1458476 with modifications based on discussio... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Guido van Rossum | Insert a safety space after numbers as well as names... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Ronald Oussoren | Add '-Wno-deprecated-warnings' to the compile flags... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Thomas Heller | Try to fix test_loading on openbsd. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Thomas Heller | Oops - this should not have gone in. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Thomas Heller | Output more info when the test fails. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Armin Rigo | Minor bugs in the __index__ code (PEP 357), with tests. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Anthony Baxter | whitespace normalisation |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Georg Brandl | That one was a mistake. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Georg Brandl | Remove unnecessary casts from type object initializers. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Georg Brandl | Remove unnecessary casts in type object initializers. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Thomas Heller | Try to build _ctypes on x86 openbsd. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Armin Rigo | Checking in the test for PEP 357. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Anthony Baxter | Fixed bug #1459029 - unicode reprs were double-escaped. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Anthony Baxter | Fixed bug #1459029 - unicode reprs were double-escaped. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Phillip J. Eby | Mark the upload command as new in 2.5, per Neal Norwitz... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Fred Drake | fill in refcount information for APIs first documented... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Fred Drake | merge revision 43437 from the release24-maint branch: |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Phillip J. Eby | Oops, forgot to checkin the NEWS for --identity |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Phillip J. Eby | Implementation for patch request #1457316: support... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Raymond Hettinger | SF bug #1460340: random.sample can raise KeyError |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Tim Peters | In format strings slinging Py_ssize_t, unconditionally |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Armin Rigo | add the ctypes.test subpackage to a normal Unix install... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Armin Rigo | fix a comment. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | Revert r43399. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Armin Rigo | answer a question from a comment |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Martin v. Löwis | Move product_codes in their own file. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | document sys.maxint in std objects |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | Bug #1459103: add inter-section links for strftime... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | Bug #1459963: urllib2 now normalizes HTTP header names... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Thomas Heller | Make the tests succeed with -Qnew: Do not rely on the... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | Make uu use floor division instead of classic division. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | Make test_augassign pass with -Qnew and convert to... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | Make xdrlib use floor division instead of classic division. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | Make test_coercion pass with -Qnew. Converted to unitte... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Thomas Wouters | In true regression-test spirit, make sure the |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Thomas Wouters | Add an example of a generator->freevar->cell->generator... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Georg Brandl | Make test_decimal work with -Qnew. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Martin v. Löwis | Correct case in test for Windows 9X. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Tim Peters | Part of bug 1459808: fiddle test_input_and_raw_input() |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Tim Peters | Part of bug 1459808: fiddle so that this passes |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Neal Norwitz | Try to get rid of a Coverity warning by consistently... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Neal Norwitz | Add version added info for with statement and context... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Phillip J. Eby | Document objects that can be used with the ``with`... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Phillip J. Eby | Fix some missing imports |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Phillip J. Eby | Fix contextlib not copying function attributes |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Phillip J. Eby | Document the contextlib module. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Phillip J. Eby | dummy_thread needs to support PEP 343 too. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Georg Brandl | Document change made to number of preallocated integers. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Phillip J. Eby | Patch #1459476: install PKG-INFO metadata alongside... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Phillip J. Eby | The "with" statement needs a __future__. :) |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Phillip J. Eby | Document the "with" statement. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Thomas Wouters | Make itertools.tee and its internal teedataobject parti... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Phillip J. Eby | Document the PEP 343 context manager protocol methods. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Martin v. Löwis | Drop information about 2.4 DLLs. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Martin v. Löwis | Allow supression of subwcrev.exe invocation on a per... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Walter Dörwald | Whitespace for generated code. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Anthony Baxter | Tagging for release r25a0 |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Anthony Baxter | oops. lets try that one more time |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Anthony Baxter | Tagging for release r25a0 |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Anthony Baxter | Tagging for release svn+ssh://pythondev@svn.python... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Anthony Baxter | more testing. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Martin v. Löwis | Add product ids for 2.5. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Walter Dörwald | Whitespace. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Neal Norwitz | Fix SF bug #1458903 with AST compiler. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Hye-Shik Chang | Find a source file in srcdir to allow to build outside... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Hye-Shik Chang | Fix reference leaks introduced by the recent incrementa... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Walter Dörwald | Mention patch id for the CJK part of the patch and |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Anthony Baxter | tagging for release 2.5a0 |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Anthony Baxter | updating snapshot. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Tim Peters | Years in the making. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Georg Brandl | Bug #1457264: parse http://host?query correctly in... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Martin v. Löwis | Patch from Aldo Cortesi: expected skips for OpenBSD. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Martin v. Löwis | Provide more debug output, to diagnose OpenBSD test... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Hye-Shik Chang | Utilize %zd for Py_ssize_t formatting instead of castin... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Hye-Shik Chang | Allow long objects as a position value of error callbac... |
commit | commitdiff | tree | snapshot |
next |