2010-08-16 |
Victor Stinner | Issue #9425: get_data() uses an unicode path |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Amaury Forgeot... | r82659 reintroduced some tab characters. Untabify again. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Amaury Forgeot... | Fix compilation warning on Windows |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Victor Stinner | Issue #9425: Create Py_UNICODE_strncmp() function |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Brian Curtin | Mark myself as assignable for winreg, and put myself... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Alexander Belopolsky | Issue #8983: Corrected docstrings. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Tim Golden | Add Tim Golden as interested in Windows |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Florent Xicluna | I get it wrong in r84097: s/relative/absolute/ |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Alexander Belopolsky | Issue #665761: functools.reduce() will no longer mask... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Florent Xicluna | Use test.support and unittest features. Fix duplicated... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Victor Stinner | Add versionadded tag to PySys_FormatStd*() functions doc |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Victor Stinner | Issue #9425: read_directory() is fully unicode compliant |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Victor Stinner | Issue #9599: Create PySys_FormatStdout() and PySys_Form... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Antoine Pitrou | Remove debug hack |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Giampaolo Rodolà | fix getaddrinfo test failure on OSX caused by AI_CANNAM... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Richard Jones | close down sockets held by asyncore at end of test... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Antoine Pitrou | Save and restore the global asyncore.socket_map, and... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Add debug output to the asyncore test |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Put test_ciphers in NetworkedTests |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Following Ezio's suggestion, force verbose mode on... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Florent Xicluna | Replace readfp() with read_file() in configparser docum... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Florent Xicluna | Replace the deprecated ConfigParser.readfp() method... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Victor Stinner | Fix TESTFN_UNENCODABLE of test.support on Mac OS X |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Fix more 64-bit warnings. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Fix other warnings under 64-bit Windows. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Fix (harmless) warning with MSVC. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Fix indentation and remove dead code. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Fix some compilation warnings under 64-bit Windows... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Antoine Pitrou | Add pgen.stamp to svn:ignore and friends |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Martin v. Löwis | Don't run pgen twice when using make -j. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Victor Stinner | Oops, fix a typo in NEWS: surrogateespace => surrogatee... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Mark Dickinson | Clarify whatsnew entry for short float repr: roundtrip... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Victor Stinner | Issue #9605: posix.getlogin() decodes the username... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Victor Stinner | Issue #9604: posix.initgroups() encodes the username... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Victor Stinner | Issue #9603: posix.ttyname() and posix.ctermid() decode... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Raymond Hettinger | Fix __all__. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Senthil Kumaran | Removing the comment lines for the modules which were... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Raymond Hettinger | Remove unused imports |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Raymond Hettinger | Remove the lfu_cache. Add more tests. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Raymond Hettinger | Support cache sizes. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Éric Araujo | Fix typo |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Raymond Hettinger | Localize one more builtin lookup. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Raymond Hettinger | Add locks to make the caches well behaved in multi... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Raymond Hettinger | Clean-up the cache patch for the re module. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Florent Xicluna | Silence BytesWarning while testing exception |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Florent Xicluna | Silence the BytesWarning, due to patch r83294 for ... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Florent Xicluna | Remove bad merge (from svnmerge r82301) |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Victor Stinner | Mac OS X denies unencodable filenames (invalid utf-8) |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Florent Xicluna | Convert to spaces. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Victor Stinner | Create _Py_fopen() for PyUnicodeObject path |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Florent Xicluna | Fix order. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Victor Stinner | _Py_stat(): ensure that path ends with a nul character |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Florent Xicluna | List Misc/python-config.in in Misc/README. Fix few... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Giampaolo Rodolà | fix issue #8857: provide a test case for socket.getaddrinfo |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Antoine Pitrou | There doesn't seem to be a reason for this test to... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Antoine Pitrou | This is a better resolution than r84021 (because it... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Antoine Pitrou | Add a reasonable timeout to network SSL tests, so as... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Georg Brandl | Fix format. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Florent Xicluna | Merged manually from 2.7 branch to 3.x trunk. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Georg Brandl | Wording fix. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Georg Brandl | Add some maintainers. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Victor Stinner | Issue #9425: zipimporter_init() is fully unicode compliant |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Victor Stinner | Issue #9425: Create private _Py_stat() function |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Georg Brandl | There are no *.doc files anymore. Also update "funny... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Antoine Pitrou | Fix indentation in Modules/getpath.c |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Antoine Pitrou | Add comments about Windows in Modules/getpath.c |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Antoine Pitrou | Add myself to threads topic (suggested by Ezio) |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Ezio Melotti | Add myself for the bug tracker (and for re). |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Ezio Melotti | Revert r82831 as discussed at EP now that the wording... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Éric Araujo | Oops, fix typo |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Éric Araujo | Let's commit |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Éric Araujo | Fix reference (follow-up to #9061) |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Éric Araujo | Manually merge r83995: Fix version{added,changed} and... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Éric Araujo | Use a marker in generated MANIFEST files, don't touch... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Victor Stinner | Kill a gcc warning introduced by r83988 |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Issue #9542: Create PyUnicode_FSDecoder() function |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Create _Py_wchar2char() function, reverse of _Py_char2w... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Antoine Pitrou | Reimplement addbuilddir() in C inside getpath.c, so... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Antoine Pitrou | Issue #9203: Computed gotos are now enabled by default... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Brian Curtin | Fix #9588. Add sys.executable to two shell=True tests. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
R. David Murray | Per request, make 'nosy' vs 'assign' explicit in mainta... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Issue #9560: Use -b option of the file command in _sysc... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Antoine Pitrou | Reapply r83877. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Antoine Pitrou | Re-apply r83871. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Antoine Pitrou | De-duplicate contents of pytime.h |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Georg Brandl | Fix copy-paste error. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Issue #9425: Create PyErr_WarnFormat() function |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Oops, I did it again: add missing \ removed in previous... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Oops, create TESTFN_UNENCODEABLE from TEST_FN, not... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Issue #9425: PyFile_FromFd() ignores the name argument |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Issue #9425: NullImporter constructor is fully unicode... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Victor Stinner | Set TESTFN_UNENCODEABLE on non-Windows OSes |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Eric Smith | Remove unused test class. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Antoine Pitrou | Typo. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Antoine Pitrou | Issue #7467: when a file from a ZIP archive, its CRC... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Benjamin Peterson | use pep 383 decoding for mknod and mkfifo #9570 |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Alexander Belopolsky | Issue #2443: Added a new macro, Py_VA_COPY, which is... |
commit | commitdiff | tree | snapshot |
next |