2008-12-27 |
Alexandre Vassalotti | Fix issue #4730: cPickle corrupts high-unicode strings. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Alexandre Vassalotti | Remove unnecessary casts related to unicode_decode_call... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Hirokazu Yamamoto | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Benjamin Peterson | python version is included in file name now |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Tarek Ziadé | fixed #4400 : distutils .pypirc default generated file... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Benjamin Peterson | pretend exceptions don't exist a while longer |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Benjamin Peterson | #4736 BufferRWPair.closed shouldn't try to call another... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Benjamin Peterson | make global static |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Benjamin Peterson | use a global variable, so the compiler doesn't optimize... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Georg Brandl | Markup fix. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Georg Brandl | Fix missing "svn" command. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Skip Montanaro | As a result of a regression that snuck into 2.5.3 add... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Benjamin Peterson | silence compiler warning |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Benjamin Peterson | add NEWS note |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Benjamin Peterson | fix #4720: the format to PyArg_ParseTupleAndKeywords... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Benjamin Peterson | less attitude |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Benjamin Peterson | add py3k warnings to frame.f_exc_* |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Benjamin Peterson | compute DISTVERSION with patchlevel.py |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Neal Norwitz | Add Tarek for work on distutils. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Benjamin Peterson | Merged revisions 67809 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Benjamin Peterson | there are way too many places which need to have the... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Benjamin Peterson | update readme |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Benjamin Peterson | sphinx.web is long gone |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Benjamin Peterson | silence annoying DeprecationWarning |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Benjamin Peterson | add some recent releases to the list |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Benjamin Peterson | remove redundant sentence |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Benjamin Peterson | beef up docstring |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Benjamin Peterson | add headings |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Benjamin Peterson | copy sentence from docstring |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Amaury Forgeot... | #4700: crtlicense.txt is displayed by the license(... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Mark Dickinson | Fix typo in Python equivalent for bit_length. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Raymond Hettinger | Fix-up and clean-up docs for int.bit_length(). |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Benjamin Peterson | _call_method -> _callmethod and _get_value to _getvalue |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Benjamin Peterson | fix typo |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Mark Dickinson | Issue 4692: bogus 'Make' in Makefile.pre.in; replace... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Antoine Pitrou | Issue #2467: gc.DEBUG_STATS reports invalid elapsed... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Mark Dickinson | Issue #3439: add bit_length method to int and long. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Antoine Pitrou | Issue #2183: Simplify and optimize bytecode for list... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Benjamin Peterson | Merged revisions 67427,67431,67433,67435,67630,67652... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Amaury Forgeot... | #3632: the "pyo" macro from gdbinit can now run when... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Amaury Forgeot... | #3954: Fix error handling code in _hotshot.logreader |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Nick Coghlan | Issue #4197: Fix the remaining part of the doctest... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Georg Brandl | #4568: remove limitation in varargs callback example. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Georg Brandl | #4578: fix has_key() usage in compiler package. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Georg Brandl | #4611: fix typo. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Georg Brandl | #4446: document "platforms" argument for setup(). |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Antoine Pitrou | modify other occurrence of test_bad_address |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Antoine Pitrou | try to fix failure in test_bad_address on some buildbots |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Antoine Pitrou | Backport r67759 (fix io.IncrementalNewlineDecoder for... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Benjamin Peterson | fix missing bracket |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Nick Coghlan | Add file that was missed from r67750 |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Nick Coghlan | Fix several issues relating to access to source code... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Benjamin Peterson | remove has_key usage |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Antoine Pitrou | Issue #4163: Use unicode-friendly word splitting in... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Benjamin Peterson | fix incorrect example |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Lars Gustäbel | Issue #4616: TarFile.utime(): Restore directory times... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mark Dickinson | Issues #3167, #3682: tests for math.log and math.log10... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Facundo Batista | Issue #4084: Fix max, min, max_mag and min_mag Decimal... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Amaury Forgeot... | #1030250: correctly pass the dry_run option to the... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Amaury Forgeot... | #4559: When a context manager's __exit__() method retur... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Jeffrey Yasskin | Update Misc/NEWS for r67666. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Jeremy Hylton | Add simple unittests for Request |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Benjamin Peterson | revert unrelated change to installer script |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Benjamin Peterson | specify how things are copied |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Jeffrey Yasskin | Issue 4597: Fix several cases in EvalFrameEx where... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Martin v. Löwis | Consider micro version for name of CHM file. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Martin v. Löwis | Add UUIDs for 2.6.1 and 2.6.2. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Georg Brandl | #4457: rewrite __import__() documentation. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Georg Brandl | Add link to the favicon to the docs. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Skip Montanaro | muffed the default case |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Antoine Pitrou | Issue #4509: bugs in bytearray with exports (buffer... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Skip Montanaro | issue 4483 - dbm build failures on systems with gdbm_co... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Georg Brandl | Follow-up to #4488: document PIPE and STDOUT properly. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Mark Dickinson | Issue #4445: save 3 bytes (on average, on a typical... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Remove confusing sentence part. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Followup to #4511: add link from decorator glossary... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Mark Dickinson | Issue #4461: Safety check in parsenumber (ast.c) |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fred Drake | be more specific, and parallel to the py3k branch |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fred Drake | bump version number |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Move __import__ to the bottom of the functions list. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #3171: document that *slice are removed in 3k. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4478: document that copyfile() can raise Error. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4517: add "special method" glossary entry and clarify... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4529: fix parser's validation for try-except-finally... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4544: add `dedent` to textwrap.__all__. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4441 followup: Add link to open() docs for Windows. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4458: recognize "-" as an argument, not a malformed... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Use markup. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Add an index entry for "subclassing immutable types". |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4441: improve doc for os.open() flags. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4409: fix asterisks looking like footnotes. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4408: document regex.groups. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Gregory P.... | rename the new check_call_output to check_output. ... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Georg Brandl | Clarification to avoid confusing output with file descr... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Vinay Sajip | Took Nick Coghlan's advice about importing warnings... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Gregory P.... | Adds a subprocess.check_call_output() function to retur... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Georg Brandl | Add another heapq example. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Georg Brandl | Add reference to enumerate() to indices example. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Fred Drake | Issue #1055234: cgi.parse_header(): Fixed parsing of... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Christian Heimes | Bumped up 2.6 to 2.7 |
commit | commitdiff | tree | snapshot |
next |