Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | #14807: fix BB failures on Windows - avoid to to rely too many details of the... | Giampaolo Rodola' | 2012-05-16 | 1 | -11/+22 | |
|/ / / / | ||||||
* | | | | merge heads | Giampaolo Rodola' | 2012-05-15 | 10 | -23/+56 | |
|\ \ \ \ | ||||||
| * | | | | Add versionadded for hmac.secure_compare(). | Charles-François Natali | 2012-05-15 | 1 | -0/+1 | |
| * | | | | Stop including gzio in the build; it's not used. | Martin v. Löwis | 2012-05-15 | 2 | -9/+0 | |
| * | | | | merge heads | Benjamin Peterson | 2012-05-15 | 1 | -0/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Add two more sorts to test_os.WalkTests I've missed before | Hynek Schlawack | 2012-05-15 | 1 | -0/+2 | |
| * | | | | | use Py_ssize_t for ast sequence lengths | Benjamin Peterson | 2012-05-15 | 2 | -4/+4 | |
| |/ / / / | ||||||
| * | | | | merge heads | Senthil Kumaran | 2012-05-15 | 2 | -2/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Sort file list in test_os.WalkTests | Hynek Schlawack | 2012-05-15 | 2 | -2/+3 | |
| * | | | | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -5/+9 | |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | ||||||
| | * | | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -5/+10 | |
| * | | | | merge heads | Senthil Kumaran | 2012-05-15 | 3 | -8/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | #14773: Fix os.fwalk() failing on dangling symlinks | Hynek Schlawack | 2012-05-15 | 3 | -8/+24 | |
| * | | | | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H... | Senthil Kumaran | 2012-05-15 | 3 | -1/+19 | |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | ||||||
| | * | | | Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent... | Senthil Kumaran | 2012-05-15 | 3 | -1/+19 | |
* | | | | | #14807: fix bb failure due to symlink test relying on hard-coded permissions | Giampaolo Rodola' | 2012-05-15 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | remove unused import in asyncore doc | Giampaolo Rodola' | 2012-05-15 | 2 | -3/+4 | |
* | | | | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.... | Giampaolo Rodola' | 2012-05-15 | 6 | -43/+124 | |
* | | | | Document f4d7ad6c9d6e. | Martin v. Löwis | 2012-05-15 | 2 | -2/+4 | |
* | | | | Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. | Martin v. Löwis | 2012-05-15 | 3 | -8/+8 | |
* | | | | Add safecase to silence Win64 warning. | Martin v. Löwis | 2012-05-15 | 1 | -1/+2 | |
* | | | | Silence VS 2010 warning on loss of precision (_int64 -> _int32). | Martin v. Löwis | 2012-05-15 | 1 | -1/+1 | |
* | | | | Silence VS 2010 signed/unsigned warnings. | Martin v. Löwis | 2012-05-15 | 1 | -2/+5 | |
* | | | | apparently importlib.h wants to be updated | Benjamin Peterson | 2012-05-15 | 1 | -7/+7 | |
* | | | | PEP 415: Implement suppression of __context__ display with an exception attri... | Benjamin Peterson | 2012-05-15 | 12 | -78/+79 | |
* | | | | Merge #14766: Add correct algorithm for when a 'time' object is naive. | R David Murray | 2012-05-15 | 1 | -26/+39 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #14766: Reflow the altered paragraphs. | R David Murray | 2012-05-15 | 1 | -18/+17 | |
| * | | | #14766: Add correct algorithm for when a 'time' object is naive. | R David Murray | 2012-05-15 | 1 | -12/+26 | |
* | | | | Merge 3.2 | Brian Curtin | 2012-05-15 | 1 | -3/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | bsddb never existed in 3.x, no need to keep downloading sleepycat | Brian Curtin | 2012-05-15 | 1 | -3/+0 | |
* | | | | Followup to issue #14157: respect the relative ordering of values produced by... | Antoine Pitrou | 2012-05-14 | 2 | -0/+13 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Followup to issue #14157: respect the relative ordering of values produced by... | Antoine Pitrou | 2012-05-14 | 2 | -0/+13 | |
| | |/ | |/| | ||||||
* | | | Don't build xxlimited in debug mode. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 | |
| |/ |/| | ||||||
* | | merge 3.2 | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 | |
|\ \ | |/ | ||||||
| * | Stop deleting non-existing bytecode files. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 | |
* | | Upgrade sqlite to 3.7.12. | Martin v. Löwis | 2012-05-14 | 3 | -6/+6 | |
* | | Issue 14800: add comments explaining stat.py constants + docstring for S_* fu... | Giampaolo Rodola' | 2012-05-14 | 1 | -38/+51 | |
* | | Use size_t, not ssize_t (issue #14801). | Antoine Pitrou | 2012-05-14 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Remove tab characters | Antoine Pitrou | 2012-05-14 | 1 | -8/+8 | |
| * | Use size_t, not ssize_t (issue #14801). | Antoine Pitrou | 2012-05-14 | 1 | -1/+1 | |
* | | null merge | Martin v. Löwis | 2012-05-14 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 8 | -22/+22 | |
* | | Relabel bzip2 filters. | Martin v. Löwis | 2012-05-14 | 3 | -16/+16 | |
* | | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 8 | -19/+21 | |
* | | Issue #13815: Resurrect the ExFileObject class. | Lars Gustäbel | 2012-05-14 | 2 | -10/+11 | |
* | | #14405: merge with 3.2. | Ezio Melotti | 2012-05-14 | 1 | -5/+0 | |
|\ \ | |/ | ||||||
| * | #14405: remove outdated/broken/duplicate links. | Ezio Melotti | 2012-05-14 | 1 | -5/+0 | |
* | | Fix release build settings. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 | |
* | | Update the clean and MSI scripts for VS2010 | Brian Curtin | 2012-05-14 | 3 | -5/+5 | |
* | | Correct PlatformTarget->Platform usage for building the solution | Brian Curtin | 2012-05-13 | 2 | -2/+2 | |