summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #14532: Add a secure_compare() helper to the hmac module, to mitigateCharles-François Natali2012-05-135-1/+94
* Add importlib.util.resolve_name().Brett Cannon2012-05-134-1/+73
* Move out VS9 project files to PC\VS9.0 folder. Fixes #13210Brian Curtin2012-05-1331-15033/+0
* #14770: merge with 3.2.Ezio Melotti2012-05-131-54/+45
|\
| * #14770: improve the library FAQ.Ezio Melotti2012-05-131-54/+45
* | Issue #13959: Document imp.find_module/load_module as deprecated.Brett Cannon2012-05-132-1/+9
* | Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-13131-172/+25718
* | merge with 3.2Sandro Tosi2012-05-131-1/+2
|\ \ | |/
| * Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhon...Sandro Tosi2012-05-131-1/+2
* | Issue #14366: Support lzma compression in zip files.Martin v. Löwis2012-05-135-27/+257
* | MergeAntoine Pitrou2012-05-126-18/+105
|\ \
| * | Issue #13959: Introduce importlib.find_loader().Brett Cannon2012-05-125-10/+105
| * | Remove a now worthless test.Brett Cannon2012-05-121-8/+0
* | | MergeAntoine Pitrou2012-05-121-1/+1
|\ \ \ | |/ /
| * | Try to fix test_shutil failure under Fedora - patch by Hynek.Antoine Pitrou2012-05-121-1/+1
* | | Make the reference counting of dictkeys objects participate in refleak huntingAntoine Pitrou2012-05-121-6/+10
|/ /
* | merge with 3.2Sandro Tosi2012-05-121-1/+1
|\ \ | |/
| * correctly define what 'fill' could be; thanks to Leland Hulbert from docs@Sandro Tosi2012-05-121-1/+1
* | Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bitStefan Krah2012-05-121-3/+3
* | MergeAntoine Pitrou2012-05-121-4/+10
|\ \
| * | Fix refleaks introduced by 83da67651687.Antoine Pitrou2012-05-121-2/+8
| * | Fix logic error introduced by 83da67651687.Antoine Pitrou2012-05-121-2/+2
* | | Issue #14082: shutil.copy2() now copies extended attributes, if possible.Antoine Pitrou2012-05-126-22/+141
|/ /
* | Remove uninitialized compiler warning.Ross Lagerwall2012-05-121-1/+5
* | simplify by shortcutting when the kind of the needle is larger than the haystackBenjamin Peterson2012-05-111-21/+11
* | Issue #13959: HaveBrett Cannon2012-05-119-2366/+2459
* | Deprecate the imp constants related to imp.get_suffixes().Brett Cannon2012-05-111-0/+12
* | Update importlib.hBrett Cannon2012-05-111-2852/+2853
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-1117-68/+159
* | Issue #14764: Update importlib.test.benchmark to work in a world whereBrett Cannon2012-05-111-0/+14
* | mergeNed Deily2012-05-110-0/+0
|\ \ | |/
| * Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-113-2/+37
* | Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-113-2/+36
* | use yield fromBenjamin Peterson2012-05-101-6/+3
* | Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-103-1/+11
|\ \ | |/
| * Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-103-1/+11
* | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-106-43/+42
* | Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...Antoine Pitrou2012-05-108-552/+316
* | Some nits in the pickle docs.Antoine Pitrou2012-05-101-21/+23
|\ \ | |/
| * Some nits in the pickle docs.Antoine Pitrou2012-05-101-21/+23
* | Removed outdated statement about pickle's and marshal's relative performance.Antoine Pitrou2012-05-101-8/+0
|\ \ | |/
| * Removed outdated statement about pickle's and marshal's relative performance.Antoine Pitrou2012-05-101-8/+0
* | #14763: merge with 3.2.Ezio Melotti2012-05-101-2/+2
|\ \ | |/
| * #14763: document default maxsplit value for str.split.Ezio Melotti2012-05-101-2/+2
* | MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...Jesus Cea2012-05-104-2/+6
|\ \ | |/
| * Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-104-2/+6
* | Rename unicode_write_t structure and its methods to "_PyUnicodeWriter"Victor Stinner2012-05-092-25/+25
* | Issue #14744: Inline unicode_writer_write_char() and unicode_write_str()Victor Stinner2012-05-092-76/+79
* | Null merge for issue #14761.Antoine Pitrou2012-05-090-0/+0
|\ \ | |/
| * Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-093-1/+5