]> granicus.if.org Git - python/shortlog
python
2012-01-25 Benjamin Petersonkill extra word
2012-01-25 Benjamin Petersonsay bitwise (because I have no idea what a bit-string is)
2012-01-25 Vinay SajipCloses #13859: Replaced reference to StandardError...
2012-01-25 Antoine PitrouPort import fixes from 2.7.
2012-01-25 Antoine PitrouPort remaining test fixes, and fix test_importlib too.
2012-01-25 Antoine PitrouMake test work under 32-bit systems, and when invoked...
2012-01-24 Antoine PitrouIssue #11235: Fix OverflowError when trying to import...
2012-01-24 Benjamin Petersonmerge heads
2012-01-24 Antoine PitrouIssue #13772: In os.symlink() under Windows, do not...
2012-01-23 Georg Brandl#13816: fix two minor style issues. Thanks to Justin...
2012-01-23 Benjamin Petersonfix declaration style
2012-01-22 Georg BrandlFix #13834: strip() strips leading and trailing whitespace.
2012-01-22 Gregory P.... Fix a unittest error seen on NetBSD 5.
2012-01-22 Gregory P.... Fix FreeBSD, NetBSD and OpenBSD behavior of the issue...
2012-01-22 Gregory P.... Improve the test for dirfd(), some systems #define...
2012-01-21 Gregory P.... Another issue #8052 bugfix (related to previous commit).
2012-01-21 Gregory P.... Bugfix for issue #8052 fix on *BSD variants.
2012-01-21 Gregory P.... Add a Misc/NEWS entry for issue 8052.
2012-01-21 Gregory P.... Fixes issue #8052: The posix subprocess module's close_...
2012-01-21 Gregory P.... Avoid the compiler warning about the unused return...
2012-01-21 Antoine PitrouIssue #12922: fix the TextIOBase documentation to inclu...
2012-01-21 Sandro Tosifix typo; thanks to Justin Watt from docs@
2012-01-21 Senthil KumaranFix Issue6631 - Disallow relative file paths in urllib...
2012-01-20 Łukasz Langa#13760: picklability tests for configparser exceptions
2012-01-20 Vinay SajipCloses #13807: Merged fix from 3.1.
2012-01-20 Vinay SajipCloses #13807: Now checks for sys.stderr being there...
2012-01-20 Meador IngeIssue #12949: Document the kwonlyargcount argument...
2012-01-19 Sandro TosiIssue #13605: more meaningful example + fixes
2012-01-19 Sandro TosiIssue #13605: add documentation for nargs=argparse...
2012-01-19 Sandro TosiIssue #11948: clarify modules search path
2012-01-19 Meador IngeIssue #2134: Clarify token.OP handling rationale in...
2012-01-18 Antoine PitrouIssue #13722: Avoid silencing ImportErrors when initial...
2012-01-18 Antoine PitrouFix refleaks in test_capi
2012-01-18 Antoine PitrouFix the builtin module initialization code to store...
2012-01-18 Antoine PitrouAdd part of test_inspect test from 2.7
2012-01-18 Antoine PitrouFix the _io module leaking references when a sub-interp...
2012-01-18 Antoine PitrouFix leaking a RuntimeError objects when creating sub...
2012-01-18 Antoine PitrouFix a memory leak when initializing the standard I...
2012-01-18 Nadeem VawdaIssue #13781: Fix GzipFile to work with os.fdopen(...
2012-01-18 Jesus CeaAnd yet another emergency fix for #13803 bootstrap...
2012-01-18 Jesus CeaYet another emergency fix for #13803 bootstrap issue...
2012-01-18 Ezio Melotti#13665: s/string/bytes/ in error message.
2012-01-18 Jesus CeaEmergency fix for #13803 bootstrap issue: Under Solaris...
2012-01-18 Jesus CeaCloses #13803: Under Solaris, distutils doesn't include...
2012-01-17 Antoine PitrouTest running of code in a sub-interpreter
2012-01-17 Antoine PitrouIssue #13589: Fix some serialization primitives in...
2012-01-16 Georg BrandlRemove "documenting" latex document.
2012-01-16 Sandro TosiIssue: #12409: remove obsolete susp-entries
2012-01-16 Gregory P.... regenerate configure using autoconf. includes the...
2012-01-16 Gregory P.... Test for the dirfd library function (for use in some...
2012-01-16 Terry Jan Reedy#6528 None, True, False are keywords in 3.x. Patch...
2012-01-16 Ezio Melotti#13715: fix typo in unicodedata doc. Patch by Eli...
2012-01-16 Ezio Melotti#13695: fix a couple of typos in the doc.
2012-01-16 Benjamin Petersonexplain why we need this grammar file (closes #13766)
2012-01-16 Meador IngeIssue #13629: Renumber the tokens in token.h to match...
2012-01-16 Terry Jan Reedy#13039 allow proper deletion of '>>> ' in IDLE editor...
2012-01-14 Gregory P.... Consolidate the occurrances of the prime used as the...
2012-01-14 Sandro Tosiremove 'Documenting Python' and its references, it...
2012-01-14 Gregory P.... Mention the additional way to use the lvl parameter...
2012-01-14 Meador IngeIssue #13786: Remove unimplemented 'trace' long option...
2012-01-14 Meador IngeIssue #13725: Add a NEWS entry.
2012-01-14 Meador IngeIssue #13725: regrtest does not recognize -d flag.
2012-01-14 Senthil KumaranFix issue13726: -S accepts an argument just as --start.
2012-01-14 Senthil KumaranFix Issue #13642: Unquote before b64encoding user:passw...
2012-01-14 Senthil KumaranAdding the -o option for Issue13726
2012-01-14 Senthil KumaranIssue13726 - Fix the ambiguous -S flag in regrtest...
2012-01-14 Terry Jan Reedy#13730 grammar fix
2012-01-13 Antoine PitrouIssue #13764: remove outdated script Misc/build.sh
2012-01-12 Antoine Pitroutest_strlit was never run
2012-01-12 Terry Jan Reedy#11633 At least 2 people prefer earlier revision.
2012-01-12 Antoine PitrouIssue #13724: improve documentation for socket.create_c...
2012-01-12 Benjamin Petersonfold into one if statement
2012-01-11 Terry Jan ReedyMinor correction. #11418
2012-01-11 Terry Jan ReedyCloses #11633 Clarify print buffering.
2012-01-11 Terry Jan Reedy#13754 String returned if less than *or equal to* x 3
2012-01-10 Antoine PitrouRemove unused certificate from the test directory.
2012-01-10 Senthil KumaranIssue9637 - Explain in getproxies_environment that...
2012-01-09 Terry Jan Reedy#11906 Make test_argparse work interactively by removin...
2012-01-09 Antoine PitrouIssue #13747: fix SSL compatibility table.
2012-01-09 Antoine PitrouIssue #13747: fix documentation error about the default...
2012-01-08 Ross LagerwallIssue #12364: Fix a hang in concurrent.futures.ProcessP...
2012-01-07 Sandro TosiPy_SetPythonHome() can be called before Py_Initialize...
2012-01-07 Charles-François... Issue #13502: threading: Fix a race condition in Event...
2012-01-07 Sandro Tosiclarify recv* are blocking operations; thanks to Chris...
2012-01-06 Antoine PitrouUpdate printout of SSL certificate examples for 3.2+.
2012-01-05 Sandro TosiIssue #12042: a queue is only used to retrive results...
2012-01-05 Sandro TosiIssue #11984: remove reference to parser, it's not...
2012-01-05 Lars GustäbelIssue #12926: Fix a bug in tarfile's link extraction.
2012-01-05 Vinay SajipCloses #13699. Skipped two tests if Python is optimised.
2012-01-04 Sandro TosiIssue #10772: add count and help argparse action; patch...
2012-01-04 Senthil KumaranIssue13696 - Fix 302 Redirection for Relative urls.
2012-01-04 Antoine PitrouAdd a subsection explaning cipher selection.
2012-01-03 Benjamin Petersonfix formatting
2012-01-03 Benjamin Petersonexception support is correct now (closes #13705)
2012-01-03 Benjamin Petersonmerge 3.1
2012-01-03 Benjamin Petersonfix this to not depend on dictionary order
2012-01-03 Antoine PitrouMerge
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro TosiIssue #6031: improve serve_forever() description
2012-01-03 Sandro TosiIssue #9349: add argparse.SUPPRESS to help doc
next