| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14815: Use Py_ssize_t instead of long for the object hash, to | Larry Hastings | 2012-06-24 | 1 | -2/+2 |
|
|
* | Fixes issue #12268: File readline, readlines and read() or readall() methods | Gregory P. Smith | 2012-06-24 | 5 | -10/+49 |
|\ |
|
| * | Fixes issue #12268: File readline, readlines and read() or readall() methods | Gregory P. Smith | 2012-06-24 | 5 | -8/+49 |
|
|
* | | Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" | Larry Hastings | 2012-06-23 | 1 | -34/+67 |
|
|
* | | Fix test_re failure under Windows. | Antoine Pitrou | 2012-06-23 | 1 | -5/+1 |
|
|
* | | Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f... | Georg Brandl | 2012-06-23 | 1 | -1/+1 |
|
|
* | | Remove useless test (flowinfo is unsigned). | Charles-François Natali | 2012-06-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Remove useless test (flowinfo is unsigned). | Charles-François Natali | 2012-06-23 | 1 | -2/+2 |
|
|
* | | Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) | Larry Hastings | 2012-06-23 | 1 | -2/+5 |
|
|
* | | Issue #14626: Fix buildbot issue on x86 Tiger 3.x. | Larry Hastings | 2012-06-23 | 1 | -1/+1 |
|
|
* | | Issue #14626: Large refactoring of functions / parameters in the os module. | Larry Hastings | 2012-06-22 | 1 | -2318/+2528 |
|
|
* | | Whitespace. | Stefan Krah | 2012-06-22 | 1 | -1/+1 |
|
|
* | | Issue #9527: tm_gmtoff has 'correct' sign. | Alexander Belopolsky | 2012-06-22 | 1 | -7/+3 |
|
|
* | | Merge | Antoine Pitrou | 2012-06-22 | 2 | -25/+22 |
|\ \ |
|
| * | | Issue #15124: Optimize _thread.LockType deletion and acquisition when | Kristjan Valur Jonsson | 2012-06-22 | 1 | -21/+17 |
|
|
| * | | Fixed compiler warnings in datetime_astimezone() | Alexander Belopolsky | 2012-06-22 | 1 | -4/+5 |
|
|
* | | | Add forgotten files for #14837. | Antoine Pitrou | 2012-06-22 | 1 | -0/+1653 |
|
|
* | | | Issue #14837: SSL errors now have `library` and `reason` attributes describin... | Antoine Pitrou | 2012-06-22 | 1 | -63/+199 |
|/ / |
|
* | | Issue #9527: Fixes for platforms without tm_zone | Alexander Belopolsky | 2012-06-22 | 1 | -20/+22 |
|
|
* | | Closes #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-06-22 | 2 | -3/+25 |
|
|
* | | Issue #9527: datetime.astimezone() method will now supply a class | Alexander Belopolsky | 2012-06-22 | 1 | -4/+82 |
|
|
* | | Issue #14769: test_capi now has SkipitemTest, which cleverly checks | Larry Hastings | 2012-06-22 | 1 | -38/+60 |
|
|
* | | Simplify code in fileio_init | Hynek Schlawack | 2012-06-22 | 1 | -2/+1 |
|
|
* | | Document the rest of zlib.compressobj()'s arguments. | Nadeem Vawda | 2012-06-21 | 1 | -4/+17 |
|
|
* | | Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). | Nadeem Vawda | 2012-06-21 | 1 | -1/+1 |
|
|
* | | Make lzma.{encode,decode}_filter_properties private. | Nadeem Vawda | 2012-06-21 | 1 | -20/+14 |
|
|
* | | #10053: Don't close FDs when FileIO.__init__ fails | Hynek Schlawack | 2012-06-21 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | #10053: Don't close FDs when FileIO.__init__ fails | Hynek Schlawack | 2012-06-21 | 1 | -6/+5 |
|
|
| * | Issue #10133: Make multiprocessing deallocate buffer if socket read fails. | Richard Oudkerk | 2012-06-11 | 1 | -13/+16 |
|
|
* | | md5_{init,process,done}: make static | doko@ubuntu.com | 2012-06-21 | 1 | -4/+6 |
|
|
* | | sha1_{init,process,done}: make static | doko@ubuntu.com | 2012-06-21 | 1 | -3/+6 |
|
|
* | | ... and fix the name of the sha1 file name. | doko@ubuntu.com | 2012-06-21 | 1 | -1/+1 |
|
|
* | | Fix name of the sha1 extension. | doko@ubuntu.com | 2012-06-21 | 1 | -1/+1 |
|
|
* | | Remove references to removed md5.h and md5.c files. | doko@ubuntu.com | 2012-06-21 | 1 | -3/+2 |
|
|
* | | Issue #14684: Add support for predefined compression dictionaries to the zlib... | Nadeem Vawda | 2012-06-21 | 1 | -22/+96 |
|
|
* | | Fix comment. | Stefan Krah | 2012-06-20 | 1 | -1/+1 |
|
|
* | | Many cleanups of redundant code in mpd_qrem_near(): | Stefan Krah | 2012-06-20 | 1 | -23/+15 |
|
|
* | | Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo... | Antoine Pitrou | 2012-06-19 | 1 | -0/+131 |
|
|
* | | Add comments to the power functions, in particular to _mpd_qpow_real(). | Stefan Krah | 2012-06-18 | 1 | -5/+34 |
|
|
* | | Issue #14055: Add __sizeof__ support to _elementtree. | Martin v. Löwis | 2012-06-17 | 1 | -0/+14 |
|
|
* | | 1) State the relative errors of the power functions for integer exponents. | Stefan Krah | 2012-06-16 | 1 | -2/+18 |
|
|
* | | Issue #15006: Allow equality comparison between naive and aware time | Alexander Belopolsky | 2012-06-16 | 1 | -0/+16 |
|
|
* | | Fix windows compilation problems caused by previous commit. | Eli Bendersky | 2012-06-15 | 1 | -2/+4 |
|
|
* | | Replace the iter/itertext methods of Element in _elementtree with true C impl... | Eli Bendersky | 2012-06-15 | 1 | -90/+272 |
|
|
* | | Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API. | Martin v. Löwis | 2012-06-14 | 1 | -43/+29 |
|
|
* | | Issue #14936: curses_panel was converted to PEP 3121 API. | Martin v. Löwis | 2012-06-14 | 1 | -12/+42 |
|
|
* | | Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields | Alexander Belopolsky | 2012-06-14 | 1 | -2/+34 |
|
|
* | | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result | Victor Stinner | 2012-06-12 | 1 | -21/+15 |
|
|
* | | time.get_clock_info() uses a namespace instead of structseq | Victor Stinner | 2012-06-12 | 1 | -37/+20 |
|
|
* | | Fixed a typo in time_localtime() | Alexander Belopolsky | 2012-06-12 | 1 | -1/+1 |
|
|