2009-05-01 |
Gregory P.... | Adds the ipaddr module to the standard library. Issue... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Walter Dörwald | Make test.test_support.EnvironmentVarGuard behave like... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Georg Brandl | #5889: remove comma at the end of a list that some... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Senthil Kumaran | Fix for Issue1648102, based on the MSDN spec: If this... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
R. David Murray | Make the turtle.rst doctests pass. I have a feeling... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Eric Smith | Issue #1588: Add complex.__format__. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Benjamin Peterson | prevent ref cycles by removing bound method on close() |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Benjamin Peterson | make sure to close file |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Benjamin Peterson | make sure mode is removable while cleaning up test... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Georg Brandl | #5878: fix repr of re object. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Benjamin Peterson | fix test_shutil on ZFS #5676 |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mark Dickinson | Backport some of the float formatting tests from py3k. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mark Dickinson | Remove format_float and use _PyOS_double_to_string... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mark Dickinson | Issue #5864: format(1234.5, '.4') gives misleading... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Benjamin Peterson | run autoconf |
commit | commitdiff | tree | snapshot |
2009-04-29 |
R. David Murray | More aifc tests. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Matthias Klose | - configure.in: Don't error, when no --with-dbmliborder... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Matthias Klose | - Issue #4587: Add configure option --with-dbmliborder... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Matthias Klose | - Issue #4587: Add configure option --with-dbmliborder... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
R. David Murray | Now that we've got a test_aifc, add a few tests. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
R. David Murray | Fix issue 2245. aifc now skips any chunk type it doesn... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Tarek Ziadé | Fixed #5874 : distutils.tests.test_config_cmd is not... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Georg Brandl | Make the doctests in the docs pass, except for those... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Thomas Heller | Issue #4305: ctypes fails to build on mipsel-linux... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
R. David Murray | Remove spurious 'u'. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
R. David Murray | Various small fixups to the multiprocessing docs, mostl... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eric Smith | Silence warning on Windows. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Antoine Pitrou | Issue #1734234: Massively speedup `unicodedata.normaliz... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Raymond Hettinger | Add example to the seealso section. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Raymond Hettinger | Update spec version number. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Antoine Pitrou | Issue #5853: calling a function of the mimetypes module... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Eric Smith | Issue #5793: rationalize isdigit / isalpha / tolower... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
R. David Murray | Make sys.xxx variable references into links, note that... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | #5840: dont claim we dont support TLS. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | #5848: small unittest doc patch. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | Demote warnings to notices, part 2: stuff that is 2... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | Demote warnings to notices where appropriate, following... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | Remove ".. warning::" markup that doesnt contain warnin... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | #5856: fix typo s in traceback example. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Vinay Sajip | Issue #5854: Updated __all__ to include some missing... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Kurt B. Kaiser | Right click 'go to file/line' not working if spaces |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Walter Dörwald | Use test.test_support.EnvironmentVarGuard where tests... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Mark Dickinson | Fix typo in function name |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Mark Dickinson | Backport r71967 changes from py3k to trunk. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Mark Dickinson | Reset errno before both calls to PyOS_ascii_strtod... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Eric Smith | Note that the caller is resposible for freeing the... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Update pydoc topics. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Move pydoc_topics module to its own subdirectory, so... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Another file where the versions need to be up to date. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Remove outdated TODO file. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Note that the versions are also in README.txt. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Update versions in instructions for manual set-up. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Mostly formatting nits, and "and-ed together" -> "or... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Martin v. Löwis | Issue #4971: Fix titlecase for characters that are... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Eric Smith | Issue #5835, deprecate PyOS_ascii_formatd. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: document int -> Py_ssize_t changes. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: field changed from int to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: more int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: more int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Since it's a macro, actually refer to it as such instea... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: Add a versionchanged notice for a few... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat, since I've been busy here anyway. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: Documentation notes for int -> Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: More documentation pointers about int... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Since I edited this file, reformat for future edits. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reference to an int type, whereas it's a Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: Document more int -> Py_ssize_t changes. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: Belatedly document which C API functions... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Thomas Heller | Issue #5078: Avoid redundant call to FormatError() |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Georg Brandl | #5841: add deprecation py3k warning and notice in the... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Georg Brandl | #5821: add some capabilities of TarFile's file-like... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Georg Brandl | #5834: use "failure" instead of "error" because the... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Georg Brandl | #3320: fix spelling. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat paragraph. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | The type for ppos has been Py_ssize_t since 2.5, reflec... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Walter Dörwald | Issue #5828 (Invalid behavior of unicode.lower): Fixed... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat file prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Rewrite a sentence to be more in line with the rest... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Tarek Ziadé | #5810: Fixed Distutils test_build_scripts |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4239: adjust email examples not to use connect... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Tarek Ziadé | Issue #4951: Fixed failure in test_httpservers |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Walter Dörwald | Issue #5837: Certain sequences of calls to set() and... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | First attempt to document PyObject_HEAD_INIT and PyVarO... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to expanding. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Mark Dickinson | Fix typo in complex parsing code; expand tests. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Benjamin Peterson | fix a segfault when setting __class__ in __del__ #5283 |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Thomas Heller | Issue #3102: All global symbols that the _ctypes extens... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Thomas Heller | Issue 5041: ctypes unwilling to allow pickling wide... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Thomas Heller | Issue #5161: wrong paths for ctypes cleanup when Python... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Mark Dickinson | Remove unnecessary double negative |
commit | commitdiff | tree | snapshot |
next |