| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Ashish Nitin Patil for work on Issue #14901 | Brian Curtin | 2012-12-17 | 1 | -0/+1 |
|
|
* | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -0/+1 |
|\ |
|
| * | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -0/+1 |
| |\ |
|
| | * | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 1 | -0/+1 |
|
|
* | | | #11175: argparse.FileType now accepts encoding and errors arguments. | Petri Lehtinen | 2012-12-15 | 1 | -0/+1 |
|
|
* | | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 1 | -0/+1 |
|
|
* | | | Issue #16421: allow to load multiple modules from the same shared object. | Andrew Svetlov | 2012-12-14 | 1 | -0/+1 |
|
|
* | | | Merge fixes for #13614, #13512 and #7719 from 3.3 | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Merge fixes for #13614, #13512 and #7719 from 3.2 | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Branch merge | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
| | |\ |
|
| | | * | Fix setup.py register failure with invalid rst in description (#13614). | Éric Araujo | 2012-12-09 | 1 | -0/+2 |
|
|
| | | * | Create ~/.pypirc securely (#13512). | Éric Araujo | 2012-12-08 | 1 | -0/+1 |
|
|
| | * | | Issue #16602: When a weakref's target was part of a long deallocation chain, ... | Antoine Pitrou | 2012-12-08 | 1 | -0/+1 |
| | |/ |
|
* | | | Drop double newlines printed in some file iteration examples. | Andrew Svetlov | 2012-12-08 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Drop double newlines printed in some file iteration examples. | Andrew Svetlov | 2012-12-08 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Drop double newlines printed in some file iteration examples. | Andrew Svetlov | 2012-12-08 | 1 | -0/+1 |
|
|
* | | | add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Cla... | Benjamin Peterson | 2012-12-08 | 1 | -0/+1 |
|
|
* | | | Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf | Christian Heimes | 2012-12-02 | 1 | -0/+1 |
|
|
* | | | Add Bruno Dupuis | Benjamin Peterson | 2012-11-30 | 1 | -0/+1 |
|
|
* | | | #16549: merge with 3.3. | Ezio Melotti | 2012-11-29 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #16549: merge with 3.2. | Ezio Melotti | 2012-11-29 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #16549: Make json.tool work again on Python 3 and add tests. Initial patch b... | Ezio Melotti | 2012-11-29 | 1 | -0/+1 |
|
|
* | | | Issue #16423: urllib.request now has support for ``data:`` URLs. | Antoine Pitrou | 2012-11-24 | 1 | -0/+1 |
|
|
* | | | #16306: merge with 3.3. | Ezio Melotti | 2012-11-18 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #16306: merge with 3.2. | Ezio Melotti | 2012-11-18 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #16306: Fix multiple error messages when unknown command line parameters wher... | Ezio Melotti | 2012-11-18 | 1 | -0/+1 |
|
|
* | | | Issue #12428: Add a pure Python implementation of functools.partial(). | Antoine Pitrou | 2012-11-13 | 1 | -0/+1 |
|
|
* | | | Issue #5765: Merge from 3.3 | Nick Coghlan | 2012-11-04 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #5765: Apply a hard recursion limit in the compiler | Nick Coghlan | 2012-11-04 | 1 | -0/+1 |
|
|
* | | | Merge 3.3 | Éric Araujo | 2012-11-03 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Add examples for opener argument of open (#13424). | Éric Araujo | 2012-11-03 | 1 | -0/+1 |
|
|
* | | | #16152: merge with 3.3. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #16152: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #16152: fix tokenize to ignore whitespace at the end of the code when no newl... | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
|
|
* | | | Issue #16284: Prevent keeping unnecessary references to worker functions in c... | Andrew Svetlov | 2012-11-03 | 1 | -0/+1 |
|
|
* | | | Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at ... | Andrew Svetlov | 2012-11-03 | 1 | -0/+1 |
|
|
* | | | #12890: fix test on windows | R David Murray | 2012-10-31 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #12890: fix test on windows | R David Murray | 2012-10-31 | 1 | -0/+1 |
|
|
* | | | #14897: Enhance error messages of struct.pack and struct.pack_into | Petri Lehtinen | 2012-10-29 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #14897: Enhance error messages of struct.pack and struct.pack_into | Petri Lehtinen | 2012-10-29 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #14897: Enhance error messages of struct.pack and struct.pack_into | Petri Lehtinen | 2012-10-29 | 1 | -1/+2 |
|
|
* | | | merge #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | merge #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 1 | -0/+1 |
|
|
* | | | Merge 3.3 | Hynek Schlawack | 2012-10-27 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #16307: Fix multiprocessing.Pool.map_async not calling its callbacks | Hynek Schlawack | 2012-10-27 | 1 | -0/+1 |
|
|
* | | | #16210: merge with 3.3. | Ezio Melotti | 2012-10-24 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #16210: merge with 3.2. | Ezio Melotti | 2012-10-24 | 1 | -0/+1 |
| |\ \
| | |/ |
|