projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2012-01-24
Antoine Pitrou
Issue #11235: Fix OverflowError when trying to import...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-24
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-01-24
Antoine Pitrou
Issue #13772: In os.symlink() under Windows, do not...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Georg Brandl
#13816: fix two minor style issues. Thanks to Justin...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Benjamin Peterson
fix declaration style
commit
|
commitdiff
|
tree
|
snapshot
2012-01-22
Georg Brandl
Fix #13834: strip() strips leading and trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-22
Gregory P....
Fix a unittest error seen on NetBSD 5.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-22
Gregory P....
Fix FreeBSD, NetBSD and OpenBSD behavior of the issue...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-22
Gregory P....
Improve the test for dirfd(), some systems #define...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Gregory P....
Another issue #8052 bugfix (related to previous commit).
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Gregory P....
Bugfix for issue #8052 fix on *BSD variants.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Gregory P....
Add a Misc/NEWS entry for issue 8052.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Gregory P....
Fixes issue #8052: The posix subprocess module's close_...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Gregory P....
Avoid the compiler warning about the unused return...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Antoine Pitrou
Issue #12922: fix the TextIOBase documentation to inclu...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Sandro Tosi
fix typo; thanks to Justin Watt from docs@
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Senthil Kumaran
Fix Issue6631 - Disallow relative file paths in urllib...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Łukasz Langa
#13760: picklability tests for configparser exceptions
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vinay Sajip
Closes #13807: Merged fix from 3.1.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vinay Sajip
Closes #13807: Now checks for sys.stderr being there...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Meador Inge
Issue #12949: Document the kwonlyargcount argument...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Sandro Tosi
Issue #13605: more meaningful example + fixes
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Sandro Tosi
Issue #13605: add documentation for nargs=argparse...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Sandro Tosi
Issue #11948: clarify modules search path
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Meador Inge
Issue #2134: Clarify token.OP handling rationale in...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Antoine Pitrou
Issue #13722: Avoid silencing ImportErrors when initial...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Antoine Pitrou
Fix refleaks in test_capi
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Antoine Pitrou
Fix the builtin module initialization code to store...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Antoine Pitrou
Add part of test_inspect test from 2.7
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Antoine Pitrou
Fix the _io module leaking references when a sub-interp...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Antoine Pitrou
Fix leaking a RuntimeError objects when creating sub...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Antoine Pitrou
Fix a memory leak when initializing the standard I...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Nadeem Vawda
Issue #13781: Fix GzipFile to work with os.fdopen(...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jesus Cea
And yet another emergency fix for #13803 bootstrap...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jesus Cea
Yet another emergency fix for #13803 bootstrap issue...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Ezio Melotti
#13665: s/string/bytes/ in error message.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jesus Cea
Emergency fix for #13803 bootstrap issue: Under Solaris...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jesus Cea
Closes #13803: Under Solaris, distutils doesn't include...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Antoine Pitrou
Test running of code in a sub-interpreter
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Antoine Pitrou
Issue #13589: Fix some serialization primitives in...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Georg Brandl
Remove "documenting" latex document.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Sandro Tosi
Issue: #12409: remove obsolete susp-entries
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Gregory P....
regenerate configure using autoconf. includes the...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Gregory P....
Test for the dirfd library function (for use in some...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Terry Jan Reedy
#6528 None, True, False are keywords in 3.x. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Ezio Melotti
#13715: fix typo in unicodedata doc. Patch by Eli...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Ezio Melotti
#13695: fix a couple of typos in the doc.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Benjamin Peterson
explain why we need this grammar file (closes #13766)
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Meador Inge
Issue #13629: Renumber the tokens in token.h to match...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
Terry Jan Reedy
#13039 allow proper deletion of '>>> ' in IDLE editor...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Gregory P....
Consolidate the occurrances of the prime used as the...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Sandro Tosi
remove 'Documenting Python' and its references, it...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Gregory P....
Mention the additional way to use the lvl parameter...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Meador Inge
Issue #13786: Remove unimplemented 'trace' long option...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Meador Inge
Issue #13725: Add a NEWS entry.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Meador Inge
Issue #13725: regrtest does not recognize -d flag.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Senthil Kumaran
Fix issue13726: -S accepts an argument just as --start.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Senthil Kumaran
Fix Issue #13642: Unquote before b64encoding user:passw...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Senthil Kumaran
Adding the -o option for Issue13726
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Senthil Kumaran
Issue13726 - Fix the ambiguous -S flag in regrtest...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
Terry Jan Reedy
#13730 grammar fix
commit
|
commitdiff
|
tree
|
snapshot
2012-01-13
Antoine Pitrou
Issue #13764: remove outdated script Misc/build.sh
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
Antoine Pitrou
test_strlit was never run
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
Terry Jan Reedy
#11633 At least 2 people prefer earlier revision.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
Antoine Pitrou
Issue #13724: improve documentation for socket.create_c...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
Benjamin Peterson
fold into one if statement
commit
|
commitdiff
|
tree
|
snapshot
2012-01-11
Terry Jan Reedy
Minor correction. #11418
commit
|
commitdiff
|
tree
|
snapshot
2012-01-11
Terry Jan Reedy
Closes #11633 Clarify print buffering.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-11
Terry Jan Reedy
#13754 String returned if less than *or equal to* x 3
commit
|
commitdiff
|
tree
|
snapshot
2012-01-10
Antoine Pitrou
Remove unused certificate from the test directory.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-10
Senthil Kumaran
Issue9637 - Explain in getproxies_environment that...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-09
Terry Jan Reedy
#11906 Make test_argparse work interactively by removin...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-09
Antoine Pitrou
Issue #13747: fix SSL compatibility table.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-09
Antoine Pitrou
Issue #13747: fix documentation error about the default...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-08
Ross Lagerwall
Issue #12364: Fix a hang in concurrent.futures.ProcessP...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-07
Sandro Tosi
Py_SetPythonHome() can be called before Py_Initialize...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-07
Charles-François...
Issue #13502: threading: Fix a race condition in Event...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-07
Sandro Tosi
clarify recv* are blocking operations; thanks to Chris...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-06
Antoine Pitrou
Update printout of SSL certificate examples for 3.2+.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Sandro Tosi
Issue #12042: a queue is only used to retrive results...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Sandro Tosi
Issue #11984: remove reference to parser, it's not...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Lars Gustäbel
Issue #12926: Fix a bug in tarfile's link extraction.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Vinay Sajip
Closes #13699. Skipped two tests if Python is optimised.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Sandro Tosi
Issue #10772: add count and help argparse action; patch...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Senthil Kumaran
Issue13696 - Fix 302 Redirection for Relative urls.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
Antoine Pitrou
Add a subsection explaning cipher selection.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Benjamin Peterson
fix formatting
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Benjamin Peterson
exception support is correct now (closes #13705)
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Benjamin Peterson
merge 3.1
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Benjamin Peterson
fix this to not depend on dictionary order
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Antoine Pitrou
Merge
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Antoine Pitrou
Issue #13636: Weak ciphers are now disabled by default...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Sandro Tosi
Issue #6031: improve serve_forever() description
commit
|
commitdiff
|
tree
|
snapshot
2012-01-03
Sandro Tosi
Issue #9349: add argparse.SUPPRESS to help doc
commit
|
commitdiff
|
tree
|
snapshot
2012-01-02
Charles-François...
Issue #9975: socket: Fix incorrect use of flowinfo...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-01
Sandro Tosi
Issue #13594: various fixes to aifc module; patch by...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-01
Sandro Tosi
Issue #13680: add lowecase compression type to write...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-01
Sandro Tosi
Issue #13690: add re.DEBUG; patch by Filip Gruszczyński
commit
|
commitdiff
|
tree
|
snapshot
2012-01-01
Sandro Tosi
Issue #13683: raise with no exception in scope throws...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-01
Ned Deily
Update copyright dates in Mac plists.
commit
|
commitdiff
|
tree
|
snapshot
next