2007-03-07 |
George Yoshida | add versionadded info |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Patch #703779: unset __file__ in __main__ after running... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Georg Brandl | Variant of patch #697613: don't exit the interpreter... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Walter Dörwald | Document change to curses. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Walter Dörwald | Patch for bug #1633621: if curses.resizeterm() or |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1654417: make operator.{get,set,del}slice use... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1673121: update README wrt. OSX default shell. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1638879: don't accept strings with embedded... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1602128: clarify that richcmp methods can return... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Small nit, found by Neal. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Fix cmp vs. key argument for list.sort. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Guido van Rossum | Patch #1646728: datetime.fromtimestamp fails with negative |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Skip Montanaro | patch 1673619 - identify extension modules which cannot... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Martin v. Löwis | Patch #912410: Replace HTML entity references for attri... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1663234: you can now run doctest on test files... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | A test case for the defaultdict KeyError bug. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Fix another reincarnation of bug #1576657 in defaultdict. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Bug #1674503: close the file opened by execfile() in... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1672481: fix bug in idlelib.MultiCall. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | A test case for the fix in #1674228. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Martin v. Löwis | Patch #1121142: Implement ZipFile.open. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Patch #1671450: add a section about subclassing builtin... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Georg Brandl | Nit: a struct field is set to GenericAlloc, not Generic... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Georg Brandl | Patch #1674228: when assigning a slice (old-style)... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Facundo Batista | Minor corrections to docs, and an explanation comentary |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Neal Norwitz | Added Pete for 3101 too |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Skip Montanaro | note MacPorts/BerkDB change in setup.py |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Skip Montanaro | Teach setup.py how to find Berkeley DB on Macs using... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Georg Brandl | Fix a bug in test_dict and test_userdict, found at... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Georg Brandl | Bugs #1668032, #1668036, #1669304: clarify behavior... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Raymond Hettinger | Fix embarrassing typo and fix constantification of... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Georg Brandl | Bug #1628895: some better tries to find HTML documentat... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Andrew M. Kuchling | Add NamedTuple |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Neal Norwitz | Add Pat and Eric for work on PEP 3101 in the sandbox |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Raymond Hettinger | Add collections.NamedTuple |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Raymond Hettinger | Prepare collections module for pure python code entries. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Raymond Hettinger | Docstring nit. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Brett Cannon | Add a test for instantiating SyntaxError with no arguments. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Armin Rigo | Modify the segfaulting example to show why r53997 is... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Jeremy Hylton | Add news about changes to metaclasses and __bases__... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Jeremy Hylton | Add checking for a number of metaclass error conditions. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Jeremy Hylton | whitespace normalization |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Jeremy Hylton | tabify |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Jeremy Hylton | tabify |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Jeremy Hylton | Fix long-standing bug in name mangling for package... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Neal Norwitz | SF #1669182, 2.5 was already fixed. Just assert in... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Neal Norwitz | When printing an unraisable error, don't print exceptio... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Jeremy Hylton | Fix assertion. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Jeremy Hylton | Do not copy free variables to locals in class namespaces. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Neal Norwitz | Fix a couple of problems in generating the AST code: |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Neal Norwitz | Add Steven Bethard to help out with patches. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Jeremy Hylton | Reformat long lines. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Georg Brandl | Backport from Py3k branch: fix refleak in PyString_Format. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Thomas Wouters | Backported r51621 from p3yk: |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Neal Norwitz | Variation of patch # 1624059 to speed up checking if... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Fred Drake | - SF patch #1657613: add documentation for the Element... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Jeremy Hylton | Put declarations before code. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Jeremy Hylton | Fix crash in exec when unicode filename can't be decoded. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Neal Norwitz | Whitespace only changes |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Neal Norwitz | Add more details when releasing interned strings |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brett Cannon | Refactor PEP 352 tests to make it easier in the future... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Neal Norwitz | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Raymond Hettinger | Remove filler struct item and fix leak. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Raymond Hettinger | Add itertools.izip_longest(). |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Fixup set/dict interoperability. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Fixup docstrings for merge(). |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Martin v. Löwis | Patch #1490190: posixmodule now includes os.chflags... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Lars Gustäbel | Moved misplaced news item. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Provide an example of defaultdict with non-zero constan... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Add test for merge stability |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Use C heapreplace() instead of slower _siftup() in... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Add tie-breaker count to preserve sort stability. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Add merge() function to heapq. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Raymond Hettinger | Extend work on revision 52962: Eliminate redundant... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Vinay Sajip | Minor fix for currentframe (SF #1652788). |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Brett Cannon | Make the __import__ call in encodings.__init__ absolute... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Brett Cannon | Update the encoding package's search function to use... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Georg Brandl | Add missing \versionadded. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Georg Brandl | Patch #1494140: Add documentation for the new struct... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Georg Brandl | Make functools.wraps() docs a bit clearer. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Martin v. Löwis | Patch #1397848: add the reasoning behind no-resize... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Lars Gustäbel | A missing binary mode in AppendTest caused failures... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Martin v. Löwis | Ignore directory time stamps when considering |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Martin v. Löwis | Update 1432399 to removal of _BT_SOCKADDR_MEMB. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Martin v. Löwis | Patch #1432399: Add HCI sockets. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Lars Gustäbel | Strip the '.gz' extension from the filename that is... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Lars Gustäbel | Patch #1647484: Renamed GzipFile's filename attribute... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Martin v. Löwis | Patch #1657276: Make NETLINK_DNRTMSG conditional. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Martin v. Löwis | Bug #1658794: Remove extraneous 'this'. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Martin v. Löwis | Patch #1517891: Make 'a' create the file if it doesn... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Martin v. Löwis | Patch #698833: Support file decryption in zipfile. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Martin v. Löwis | Patch #685268: Consider a package's __path__ in imputil. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Armin Rigo | Fix the line to what is my guess at the original author... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Martin v. Löwis | Patch 1463026: Support default namespace in XMLGenerator. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Lars Gustäbel | Bug #1656581: Point out that external file objects... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Brett Cannon | Modify Parser/asdl_c.py so that the __version__ number... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Brett Cannon | Check in changed Python-ast.c from a cosmetic change... |
commit | commitdiff | tree | snapshot |
next |