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 |
2006-03-26 |
Neal Norwitz | regsub is gone, nothing to ignore |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Neal Norwitz | Try to handle sys.getfilesystemencoding() returning... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Raymond Hettinger | Tighten an overbroad and misleading assertion. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Hye-Shik Chang | Patch #1443155: Add the incremental codecs support... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Raymond Hettinger | Guarantee evaluation order for izip(). Document its... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Neal Norwitz | Try to fix broken compile on openbsd. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Neal Norwitz | Get rid of warnings on some platforms by using %u for... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Raymond Hettinger | Add section headers and examples. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Neal Norwitz | SF bug # 1457358 and patch # 1458419, floor division... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Skip Montanaro | Found this in an old email message from Hartmut Goebel. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Georg Brandl | fix typo |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Raymond Hettinger | Don't decrement below zero. And add more tests. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Phillip J. Eby | More extensive comment on __exit__ handling, per Guido... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Phillip J. Eby | Yield is now allowed in try-finally, so update docs... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Phillip J. Eby | Fix a problem with @contextmanager not detecting a... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Phillip J. Eby | Support throw() of string exceptions. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Raymond Hettinger | Revert previous change. Wasn't ready yet. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Raymond Hettinger | Add more tests |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Phillip J. Eby | Revert r42719, because the isinstance() check wasn... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Raymond Hettinger | SF Patch #1455676: Simplify using Queues with daemon... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Nick Coghlan | Add documentation for PEP 338 |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Nick Coghlan | run_module shouldn't hold the import lock when running... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | Use absolute import. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Martin v. Löwis | Clarify cases when waitpid might not return self.pid. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Martin v. Löwis | Bug #1183780: Add Popen objects to _active only in... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | Exceptions should inherit from Exception now. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | Hmmm, I don't think we wanted to test // twice and... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | Exceptions should inherit from Exception now. |
commit | commitdiff | tree | snapshot |
next |